/* --- Webflow Base & Utilities --- */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}
body {
  margin: 0;
}
section {
  display: block;
}
a {
  background-color: #0000;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
input,
textarea,
select,
button {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
select,
button {
  text-transform: none;
}
button {
  -webkit-appearance: button;
  cursor: pointer;
}
input {
  line-height: normal;
}
textarea {
  overflow: auto;
}
* {
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
img {
  vertical-align: middle;
}
img,
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}
.w-clearfix:after {
  clear: both;
}
.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}
h1,
h2,
h5 {
  margin-bottom: 10px;
  font-weight: 700;
}
h1 {
  font-size: 38px;
  line-height: 44px;
}
h1,
h2 {
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
}
h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}
p,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ul {
  padding-left: 40px;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}
.w-embed:after {
  clear: both;
}
button,
[type="button"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}
.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}
label {
  margin-bottom: 5px;
  font-weight: 700;
  display: block;
}
.w-input,
.w-select {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}
.w-input::placeholder,
.w-select::placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898ec;
  outline: 0;
}
textarea.w-input {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.w-container:before,
.w-container:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}
.w-container:after {
  clear: both;
}
@media screen and (width<=991px) {
  .w-container {
    max-width: 728px;
  }
}
@media screen and (width<=479px) {
  .w-container {
    max-width: none;
  }
}
.w-condition-invisible {
  display: none !important;
}
:root {
  --113f59: #113f59;
  --7a7a7a: #7a7a7a;
  --05afaa: #05afaa;
  --ffffff: white;
  --f4cd0c: #f4cd0c;
  --10405a: #10405a;
  --rv-primary-500: #10405a;
  --00afaa: #00afaa;
  --rv-primary-700: #072e45;
  --darker-ssid: #10405a;
}
.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (width<=991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}
@media screen and (width<=767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}
body {
  color: var(--113f59);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
h1 {
  color: var(--113f59);
  font-size: 72px;
}
h1,
h2 {
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.5;
}
h2 {
  color: var(--7a7a7a);
  font-size: 45px;
}
h5 {
  color: var(--7a7a7a);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}
h5,
p {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}
p {
  margin-bottom: 20px;
}
p,
ul {
  font-weight: 400;
}
ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}
li {
  list-style-type: disc;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: inline-block;
}
strong {
  font-weight: 700;
}
.image-58 {
  cursor: pointer;
  border-radius: 50%;
  width: 60px;
  position: absolute;
  bottom: 0;
  right: 0;
  box-shadow: 0 -1px 16px #8898aa;
}
.image-58.wa-button-mobile {
  overflow: clip;
}
