@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: local(""), url("https://www.deepsailing.com/montserrat-v23-latin-regular.woff2") format("woff2")
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-display: swap;
    font-weight: 800;
    src: local(""), url("https://www.deepsailing.com/montserrat-v23-latin-800.woff2") format("woff2")
}

@font-face {
    font-family: "Montserrat";
    font-style: italic;
    font-display: swap;
    font-weight: 400;
    src: local(""), url("https://www.deepsailing.com/montserrat-v23-latin-italic.woff2") format("woff2")
}


html {
    font-family: Montserrat;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}


[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}


small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}


textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    height: 100%
}

body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Montserrat;
    font-size: 20px;
    line-height: 30px;
    color: #333
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block
}

html.w-mod-touch * {
    background-attachment: scroll !important
}

.w-block {
    display: block
}

.w-inline-block {
    max-width: 100%;
    display: inline-block
}

.w-hidden {
    display: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    margin-bottom: 10px
}

h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px
}

h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px
}

h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px
}

h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px
}

h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px
}

h6 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px
}

p {
    margin-top: 0;
    margin-bottom: 10px
}

blockquote {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border-left: 5px solid #f50753;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    background-color: #e2e2e2
}

figure {
    margin: 0;
    margin-bottom: 10px
}

figcaption {
    margin-top: 5px;
    text-align: center
}

ul,
ol {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 40px
}

.w-list-unstyled {
    padding-left: 0;
    list-style: none
}

.w-embed:before,
.w-embed:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2
}

.w-embed:after {
    clear: both
}

.w-video {
    width: 100%;
    position: relative;
    padding: 0
}


label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold
}

.w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px
}

.w-container:before,
.w-container:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2
}

.w-container:after {
    clear: both
}

.w-container .w-row {
    margin-left: -10px;
    margin-right: -10px
}

.w-row:before,
.w-row:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2
}

.w-row:after {
    clear: both
}

.w-row .w-row {
    margin-left: 0;
    margin-right: 0
}

.w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

.w-col .w-col {
    padding-left: 0;
    padding-right: 0
}

.w-col-1 {
    width: 8.33333333%
}

.w-col-2 {
    width: 16.66666667%
}

.w-col-3 {
    width: 25%
}

.w-col-4 {
    width: 33.33333333%
}

.w-col-5 {
    width: 41.66666667%
}

.w-col-6 {
    width: 50%
}

.w-col-7 {
    width: 58.33333333%
}

.w-col-8 {
    width: 66.66666667%
}

.w-col-9 {
    width: 75%
}

.w-col-10 {
    width: 83.33333333%
}

.w-col-11 {
    width: 91.66666667%
}

.w-col-12 {
    width: 100%
}

.w-hidden-main {
    display: none !important
}

@media screen and (max-width:991px) {
    .w-container {
        max-width: 728px
    }
    .w-hidden-main {
        display: inherit !important
    }
    .w-hidden-medium {
        display: none !important
    }
    .w-col-medium-1 {
        width: 8.33333333%
    }
    .w-col-medium-2 {
        width: 16.66666667%
    }
    .w-col-medium-3 {
        width: 25%
    }
    .w-col-medium-4 {
        width: 33.33333333%
    }
    .w-col-medium-5 {
        width: 41.66666667%
    }
    .w-col-medium-6 {
        width: 50%
    }
    .w-col-medium-7 {
        width: 58.33333333%
    }
    .w-col-medium-8 {
        width: 66.66666667%
    }
    .w-col-medium-9 {
        width: 75%
    }
    .w-col-medium-10 {
        width: 83.33333333%
    }
    .w-col-medium-11 {
        width: 91.66666667%
    }
    .w-col-medium-12 {
        width: 100%
    }
    .w-col-stack {
        width: 100%;
        left: auto;
        right: auto
    }
}

@media screen and (max-width:767px) {
    .rich-text-block-2 {
        margin-right: 5px;
        margin-left: 5px;
        border-radius: 0px;
        text-align: left;
      }
    .w-hidden-main {
        display: inherit !important
    }
    .w-hidden-medium {
        display: inherit !important
    }
    .w-hidden-small {
        display: none !important
    }
    .w-row,
    .w-container .w-row {
        margin-left: 0;
        margin-right: 0
    }
    .w-col {
        width: 100%;
        left: auto;
        right: auto
    }
    .w-col-small-1 {
        width: 8.33333333%
    }
    .w-col-small-2 {
        width: 16.66666667%
    }
    .w-col-small-3 {
        width: 25%
    }
    .w-col-small-4 {
        width: 33.33333333%
    }
    .w-col-small-5 {
        width: 41.66666667%
    }
    .w-col-small-6 {
        width: 50%
    }
    .w-col-small-7 {
        width: 58.33333333%
    }
    .w-col-small-8 {
        width: 66.66666667%
    }
    .w-col-small-9 {
        width: 75%
    }
    .w-col-small-10 {
        width: 83.33333333%
    }
    .w-col-small-11 {
        width: 91.66666667%
    }
    .w-col-small-12 {
        width: 100%
    }
}

@media screen and (max-width:479px) {
    .w-container {
        max-width: none
    }
    .w-hidden-main {
        display: inherit !important
    }
    .w-hidden-medium {
        display: inherit !important
    }
    .w-hidden-small {
        display: inherit !important
    }
    .w-hidden-tiny {
        display: none !important
    }
    .w-col {
        width: 100%
    }
    .w-col-tiny-1 {
        width: 8.33333333%
    }
    .w-col-tiny-2 {
        width: 16.66666667%
    }
    .w-col-tiny-3 {
        width: 25%
    }
    .w-col-tiny-4 {
        width: 33.33333333%
    }
    .w-col-tiny-5 {
        width: 41.66666667%
    }
    .w-col-tiny-6 {
        width: 50%
    }
    .w-col-tiny-7 {
        width: 58.33333333%
    }
    .w-col-tiny-8 {
        width: 66.66666667%
    }
    .w-col-tiny-9 {
        width: 75%
    }
    .w-col-tiny-10 {
        width: 83.33333333%
    }
    .w-col-tiny-11 {
        width: 91.66666667%
    }
    .w-col-tiny-12 {
        width: 100%
    }
}
.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-richtext:after {
    clear: both
}

.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
    white-space: initial
}

.w-richtext ol,
.w-richtext ul {
    overflow: hidden
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
    outline: 2px solid #2895f7
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
    outline: 2px solid #2895f7
}

.w-richtext figure.w-richtext-figure-type-video>div:after,
.w-richtext figure[data-rt-type="video"]>div:after {
    content: '';
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.w-richtext figure {
    position: relative;
    max-width: 60%
}

.w-richtext figure>div:before {
    cursor: default !important
}

.w-richtext figure img {
    width: 100%
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
    opacity: .6
}

.w-richtext figure div {
    font-size: 0px;
    color: transparent
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
    display: table
}

.w-richtext figure.w-richtext-figure-type-image>div,
.w-richtext figure[data-rt-type="image"]>div {
    display: inline-block
}

.w-richtext figure.w-richtext-figure-type-image>figcaption,
.w-richtext figure[data-rt-type="image"]>figcaption {
    display: table-caption;
    caption-side: bottom
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
    width: 60%;
    height: 0
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.w-richtext figure.w-richtext-figure-type-video>div,
.w-richtext figure[data-rt-type="video"]>div {
    width: 100%
}

.w-richtext figure.w-richtext-align-center {
    margin-right: auto;
    margin-left: auto;
    clear: both
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image>div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"]>div {
    max-width: 100%
}

.w-richtext figure.w-richtext-align-normal {
    clear: both
}

.w-richtext figure.w-richtext-align-fullwidth {
    width: 100%;
    max-width: 100%;
    text-align: center;
    clear: both;
    display: block;
    margin-right: auto;
    margin-left: auto
}

.w-richtext figure.w-richtext-align-fullwidth>div {
    display: inline-block;
    padding-bottom: inherit
}

.w-richtext figure.w-richtext-align-fullwidth>figcaption {
    display: block
}

.w-richtext figure.w-richtext-align-floatleft {
    float: left;
    margin-right: 15px;
    clear: none
}

.w-richtext figure.w-richtext-align-floatright {
    float: right;
    margin-left: 15px;
    clear: none
}

/* ==========================================================================
   Start of custom Webflow CSS
   ========================================================================== */

h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
    font-weight: 800;
}

h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 800;
}

p {
    margin-bottom: 10px;
}

a {
    text-decoration: underline;
}

ul {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 40px;
}

li {
    margin-top: 10px;
    margin-bottom: 10px;
}

img {
    display: inline-block;
    max-width: 100%;
}

strong {
    font-weight: 800;
}

.columns {
    background-color: #3207f5;
}

.container {
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
}

.footer-logo-link {
    max-height: 60px;
    min-width: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.footer-image {
    width: 100%;
    height: 70%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
}

.div-block {
    font-family: Montserrat;
    color: #fff;
}

.footer-heading {
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: Montserrat;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.footer-link {
    display: block;
    margin-bottom: 10px;
    font-family: Montserrat;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.footer-link:hover {
    text-decoration: underline;
}

.footer {
    padding-top: 60px;
    padding-bottom: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #3207f5;
    text-align: center;
}

.footer-flex-container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
}

.footer-image-2 {
    width: 100%;
    height: 70%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
}

.footer-text-block {
    font-family: Montserrat;
    color: #fff;
    font-size: 16px;
}

.heading-39 {
    padding-top: 78px;
    color: #fff;
    text-align: center;
}

.div-block-60 {
    height: 30vh;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.43);
}

.heading-41 {
    position: relative;
    text-align: center;
}

.container-98 {
    margin-top: 20px;
}

.text-block-165 {
    font-family: Montserrat;
    font-size: 18px;
    text-align: center;
}

.div-block-61 {
    height: 30vh;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.43);
}

.column-3 {
    right: 10px;
}

.columns-3 {
    margin-bottom: 10px;
}

.heading-42 {
    text-align: center;
}

.text-block-166 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 18px;
    text-align: center;
}


.link-block-2 {
    text-decoration: none;
}

.link-block {
    text-decoration: none;
}

.link-block:hover {
    border: 1px none transparent;
    color: transparent;
    text-decoration: underline;
}

.heading-3 {
    color: #000;
    text-align: center;
}

.heading-3:hover {
    color: red;
}

.heading-2 {
    color: #000;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.heading-2:hover {
    color: red;
}

.cards-image-mask {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 100%;
    border-radius: 0%;
}

.paragraph {
    font-family: Montserrat;
    color: #000;
    font-size: 16px;
}

.cards-grid-container-2 {
    display: -ms-grid;
    display: grid;
    margin-top: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: left;
}

.heading {
    color: #000;
    font-size: 40px;
    line-height: 55px;
}

.centered-container-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.cards-image-2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    max-width: none;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.heading-43 {
    color: #000;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.heading-43:hover {
    color: red;
}

.cards-grid-container-3 {
    display: -ms-grid;
    display: grid;
    margin-top: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: left;
}

.heading-44 {
    color: #000;
    font-size: 40px;
    line-height: 55px;
}

.centered-container-3 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.cards-image-3 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    max-width: none;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.heading-45 {
    color: #000;
    font-size: 40px;
    line-height: 55px;
}

.centered-container-4 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.container-99 {
    margin-top: 10px;
}

.image-2 {
    border-radius: 50px;
}

.heading-48:hover {
    font-family: Montserrat;
    color: #f50753;
    text-decoration: none;
}

.link-block-32 {
    font-family: Montserrat;
    color: #000;
    text-decoration: none;
}

.heading-49 {
    font-family: Montserrat;
    color: #000;
    font-weight: 800;
}

.text-block {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
    font-family: Montserrat;
    font-size: 15px;
    line-height: 25px;
}

.link-3 {
    color: #3207f5;
    text-decoration: none;
}

.link-3:hover {
    text-decoration: underline;
}

.heading-5 {
    margin-left: 0px;
    font-family: Montserrat;
    color: #000;
    font-size: 45px;
    line-height: 54px;
    font-weight: 800;
}

.container-5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Montserrat;
}

.image-3 {
    width: 50px;
    margin-left: 0px;
    border-radius: 20px;
}

.text-block-2 {
    display: inline-block;
    margin-left: 10px;
    font-size:14px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.rich-text-block-2 {
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
    font-family: Montserrat;
    color: #000;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    text-align: justify;
    letter-spacing: 1px;
}

.rich-text-block-2 h2 {
    color: #3207f5;
    font-size: 38px;
    line-height: 50px;
    font-weight: 800;
    text-align: left;
}

.rich-text-block-2 h1 {
    font-size: 45px;
    line-height: 55px;
}

.rich-text-block-2 p {
    font-size: 20px;
    letter-spacing: 0.7px;
    text-transform: none;
}

.rich-text-block-2 a {
    color: #3207f5;
    text-decoration: none;
}

.rich-text-block-2 a:hover {
    color: #f50753;
    text-decoration: underline;
}

.rich-text-block-2 li {
    margin-bottom: 20px;
}
.rich-text-block-2 img {
    margin-bottom: 10px;
    border-radius: 20px;
}

.container-175 {
    position: absolute;
    left: 2%;
    top: 65%;
    max-width: 400px;
}

.container-175.sidebar-toc {
    position: static;
    left: 2%;
    top: 59%;
    right: auto;
    bottom: 10%;
    display: block;
    max-width: 200px;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-left: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
    -o-object-fit: fill;
    object-fit: fill;
}

.sidebar-rich-text {
    position: static;
    top: 10px;
    max-width: 250px;
    margin-top: 10px;
    font-family: Montserrat;
}

.sidebar-rich-text a {
    text-decoration: none;
}

.sidebar-rich-text li {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}

.column-10 {
    position: static;
    font-family: Montserrat;
}

.columns-5 {
    font-family: Montserrat;
}

.list {
    font-family: Montserrat;
}


.container-177 {
    padding-right: 100px;
    padding-left: 100px;
}

.container-178 {
    margin-top: 10px;
}

.link-4 {
    text-decoration: none;
}

.link-5 {
    text-decoration: none;
}

.block-quote {
    border-left-color: #f50753;
    background-color: #e2e2e2;
    font-family: Montserrat;
    line-height: 35px;
}

.bold-text-28 {
    display: block;
    margin-bottom: 10px;
    color: #f50753;
}

.schema-container {
    display: none;
}

.schema-embed {
    display: none;
}

@media screen and (min-width: 1280px) {
    h3 {
        font-size: 30px;
    }
    a {
        text-decoration: none;
    }
    img {
        border-radius: 20px;
    }
    .container {
        max-width: 3000px;
    }
    .footer-flex-container {
        margin-right: 10px;
    }
    .footer-image {
        width: auto;
        height: auto;
    }
    .footer-heading {
        font-size: 20px;
    }
    .footer-link {
        font-size: 16px;
    }
    .footer {
        background-color: #3207f5;
    }
    .footer-text-block {
        font-family: Montserrat;
        font-size: 16px;
    }
    .list-item {
        margin-top: 5px;
        margin-bottom: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .list-item-2 {
        margin-top: 10px;
        margin-bottom: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .list-item-3 {
        margin-top: 10px;
        margin-bottom: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .list-item-4 {
        margin-top: 5px;
        margin-bottom: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .list-item-5 {
        margin-top: 5px;
        margin-bottom: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .list-item-6 {
        margin-top: 5px;
        margin-bottom: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .list-item-7 {
        margin-top: 5px;
        margin-bottom: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .list-item-8 {
        margin-top: 5px;
        margin-bottom: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .list-item-9 {
        margin-top: 5px;
        margin-bottom: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .list-item-10 {
        margin-top: 5px;
        margin-bottom: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .list-item-11 {
        margin-top: 5px;
        margin-bottom: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .list-item-12 {
        margin-top: 5px;
        margin-bottom: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .div-block-60 {
        margin-right: 0px;
    }
    .heading-41 {
        text-align: left;
    }
    .text-block-165 {
        text-align: left;
    }
    .columns-2 {
        padding-right: 0px;
        padding-left: 0px;
    }
    .column {
        padding-right: 0px;
    }
    .column-2 {
        display: block;
        grid-auto-columns: 1fr;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }
    .column-3 {
        position: relative;
        left: auto;
        right: 10px;
    }
    .heading-42 {
        font-family: Montserrat;
        text-align: left;
    }
    .text-block-166 {
        color: #000;
        text-align: left;
    }
    .cards-image {
        border-radius: 50px;
    }
    .heading-2 {
        font-family: Montserrat;
    }
    .heading-2:hover {
        color: #f50753;
    }
    .paragraph {
        font-family: Montserrat;
        color: #000;
        font-size: 16px;
    }
    .cards-grid-container-2 {
        margin-bottom: 10px;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        font-family: Montserrat;
    }
    .heading {
        font-family: Montserrat;
    }
    .grid {
        grid-template-areas: ". Area";
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .container-99 {
        margin-top: 10px;
        font-family: Montserrat;
    }
    .image {
        border-radius: 50px;
    }
    .link-block-31 {
        margin-right: 10px;
        margin-left: 10px;
        text-decoration: none;
    }
    .heading-46 {
        font-family: Montserrat;
        color: #000;
        text-align: center;
        text-decoration: none;
    }
    .heading-47 {
        margin-left: 10px;
    }
    .image-2 {
        border-radius: 50px;
    }
    .heading-48 {
        font-family: Montserrat, sans-serif;
        color: #000;
        text-align: center;
        text-decoration: none;
    }
    .heading-48:hover {
        color: #f50753;
    }
    .link-block-32 {
        text-decoration: none;
    }
    .link-block-32:hover {
        font-family: Montserrat;
        color: #f50753;
    }
    .heading-49 {
        font-family: Montserrat;
        color: #000;
        font-weight: 800;
    }
    .container-5 {
        max-width: 3000px;
    }
  
    .rich-text-block-2 p {
        margin-top: 20px;
    }
    .container-175.sidebar-toc {
        color: #3207f5;
    }
    .sidebar-rich-text {
        color: #3207f5;
    }
    .sidebar-rich-text a:hover {
        box-shadow: inset 0 -18px 3px 0 #3207f5;
        color: #fff;
    }
    .column-10 {
        position: -webkit-sticky;
        position: sticky;
        top: 10px;
    }
    .container-176 {
        max-width: 3000px;
    }
    .column-11 {
        font-family: Montserrat;
    }
    .button {
        margin-right: 60px;
        margin-left: 60px;
        background-color: #f50753;
    }
    .container-177 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .container-178 {
        margin-top: 10px;
    }
}

@media screen and (min-width: 1440px) {
    .link-block-27 {
        background-image: url("https://uploads-ssl.webflow.com/63033801b6f3cd61b3b9d349/63034a8e8fbff47b36e8fac3_Boating-destinations.jpg");
        background-position: 0px 0px;
        background-size: auto;
    }
    .link-block-28.boat-selling {
        background-size: auto;
    }
    .heading-39 {
        text-decoration: none;
    }
    .heading-41 {
        text-align: center;
    }
    .container-98 {
        margin-top: 20px;
    }
    .heading-42 {
        text-align: center;
    }
    .cards-image {
        border-radius: 50px;
    }
    .paragraph {
        color: #000;
    }
    .heading-43 {
        margin-top: 25px;
    }
    .paragraph-2 {
        font-family: Montserrat;
        color: #000;
        font-size: 16px;
    }
    .heading-44 {
        font-family: Montserrat;
    }
    .centered-container-3 {
        font-family: Montserrat;
    }
    .cards-image-3 {
        margin-bottom: 0px;
    }
    .grid {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }
    .image-2 {
        border-radius: 50px;
    }
    .heading-48 {
        font-family: Montserrat, sans-serif;
        color: #000;
        text-align: center;
        text-decoration: none;
    }
    .heading-48:hover {
        color: #f50793;
    }
    .link-block-32 {
        font-family: Montserrat;
        text-decoration: none;
    }
    .link-block-32._1 {
        margin-top: 10px;
    }
    .columns-4 {
        margin-top: 10px;
    }
    .heading-49 {
        font-family: Montserrat;
        color: #000;
        font-size: 40px;
        line-height: 55px;
        font-weight: 800;
    }
    .rich-text-block-2 p {
        text-align: left;
    }
    .rich-text-block-2 li {
        margin-bottom: 20px;
    }
    .container-175.sidebar-toc {
        max-width: 250px;
        margin-top: 0px;
    }
    .sidebar-rich-text {
        text-align: left;
    }
    .sidebar-rich-text p {
        color: #000;
    }
}

@media screen and (min-width: 1920px) {
    .container {
        max-width: 2000px;
    }
    .footer {
        font-family: Montserrat;
    }
    .cards-image {
        border-radius: 50px;
    }
    .container-5 {
        max-width: 3000px;
    }
    .rich-text-block-2 {
        font-family: Montserrat;
    }
    .container-176 {
        max-width: 3000px;
    }
}

@media screen and (max-width: 991px) {
    .footer {
        padding-right: 20px;
        padding-left: 20px;
    }
    .cards-grid-container-2 {
        grid-column-gap: 20px;
    }
    .cards-grid-container-3 {
        grid-column-gap: 20px;
    }
    .columns-4 {
        text-align: center;
    }
    .heading-49 {
        font-weight: 800;
        text-align: center;
    }
    .column-9 {
        margin-top: 10px;
    }
    .text-block {
        margin-left: 10px;
    }
    .heading-5 {
        margin-left: 10px;
        font-family: Montserrat;
        text-align: left;
    }
    .image-3 {
        margin-left: 10px;
    }
    .rich-text-block-2 {
        margin-left: 10px;
    }
    .rich-text-block-2 li {
        margin-bottom: 20px;
    }
    .container-175.sidebar-toc {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .footer-image {
        -o-object-fit: contain;
        object-fit: contain;
    }
    .div-block {
        margin-top: 70px;
    }
    .footer {
        padding: 40px 20px;
    }
    .footer-flex-container-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-image-2 {
        width: 50%;
        margin-bottom: auto;
        padding-bottom: 0px;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .column-4 {
        left: 10px;
        right: 10px;
    }
    .cards-image {
        position: absolute;
        width: auto;
        height: auto;
    }
    .cards-grid-container-2 {
        max-width: none;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
        text-align: left;
    }
    .cards-image-2 {
        width: auto;
        height: auto;
    }
    .cards-grid-container-3 {
        max-width: none;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
    }
    .centered-container-3 {
        padding-right: 10px;
        padding-left: 10px;
    }
    .centered-container-4 {
        padding-right: 10px;
        padding-left: 10px;
        font-family: Montserrat;
        color: #000;
        font-size: 16px;
    }
    .column-5 {
        font-family: Montserrat, sans-serif;
        text-align: center;
    }
    .container-99 {
        padding-right: 10px;
        padding-left: 10px;
    }
    .heading-49 {
        text-align: center;
    }
    .column-6 {
        text-align: center;
    }
    .column-7 {
        display: none;
    }
    .column-8 {
        display: none;
    }
    .div-block-62 {
        margin-top: 10px;
    }
    .rich-text-block-2 li {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 479px) {
    img {
        text-align: center;
    }
    .footer-flex-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-logo-link {
        height: 60px;
    }
    .div-block {
        margin-top: 10px;
    }
    .footer-heading {
        margin-top: 20px;
    }
    .footer {
        padding-right: 20px;
        padding-left: 20px;
        text-align: left;
    }
    .footer-flex-container-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .cards-grid-container-2 {
        margin-right: 0px;
        margin-left: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .centered-container-2 {
        padding-right: 10px;
        padding-left: 10px;
        text-align: left;
    }
    .cards-grid-container-3 {
        margin-right: 0px;
        margin-left: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .centered-container-3 {
        text-align: left;
    }
    .centered-container-4 {
        text-align: left;
    }
    .column-7 {
        display: none;
    }
    .column-8 {
        display: none;
    }
    .text-block {
        margin-left: 0px;
        text-align: left;
    }
    .heading-5 {
        margin-left: 0px;
        font-size: 40px;
        line-height: 45px;
    }
    .container-5 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .image-3 {
        display: inline-block;
        margin-bottom: 10px;
        margin-left: 0px;
        text-align: left;
    }
    .text-block-2 {
        margin-left: 10px;
    }
    .rich-text-block-2 {
        margin-right: 5px;
        margin-left: 5px;
        border-radius: 0px;
        text-align: left;
      }
    .rich-text-block-2 h2 {
        font-size: 27px;
        line-height: 41px;
    }
    .rich-text-block-2 h1 {
        font-size: 35px;
        line-height: 42px;
    }
    .rich-text-block-2 li {
        margin-bottom: 20px;
    }
    .button {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
.rich-text-block-2 ul {
  list-style: none;
  }
.rich-text-block-2 ul li::before {
    content: "\2022";
    color: #f50753;
    font-weight: 700;
    font-size: 25px;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}
footer {
    background-color: #3207f5;
    color: white;
    padding: 20px;
    text-align: center;
}

.footer-logo {
    width: 100%; /* Adjust the width as needed */
    max-width: 200px; /* Maximum width for the logo */
    height: auto;
    margin-bottom: 20px;
}

.footer-column {
    margin-bottom: 20px;
}

.footer-link-button {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 16px;
    padding: 0;
    margin-bottom: 10px;
}
a.footer-link-button {
      text-decoration: none;
    }

.footer-link-button:hover {
    text-decoration: underline;
}

.social-media-image {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

@media only screen and (max-width: 600px) {
    .footer-column {
        width: 100%;
        text-align: center;
    }

    .footer-logo {
        max-width: 100%;
    }
}