@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Lora:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');


html,
body {
}
body {
    font-family: 'Lora';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #343a33;
    quotes: '\201c' '\201d';
}

::selection {
  background: #dedede; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #dedede; /* Gecko Browsers */
  color: #fff;
}
a,
a:visited {
    color: #c30038;
    text-decoration: none;
    -webkit-transition: color .2s linear, background-color .2s linear;
    -moz-transition: color .2s linear, background-color .2s linear;
    transition: color .2s linear, background-color .2s linear;
}
a:hover {
    color: #d00741;
    text-decoration: none;
}
strong {
    font-weight: 600;
    /* color: #222; */
}

ul li,
ol li,
p {
    margin: 0 0 24px 0;
    word-break: normal;
    color: #343a33;
    font-family: Inter;
    line-height: 1.54;
    font-size: 17px;
}
p:last-child {
    margin-bottom: 0;
}

ul li,
ol li {
    margin-bottom: 11px;
    /* line-height: 1.4em; */
}
h1, h2, h3,
h4, h5, h6 {
    color: #343a33;
    letter-spacing: normal;
    font-family: 'Lora';
    line-height: 1.3;
    font-weight: 600;
    margin: 0 0 20px 0;
}
h1, h2 {
    margin: 0 0 36px 0;
}
.h1,h1 {
    font-size: 3.2rem;
    line-height: 1.14;
}
.h2,h2 {
    font-size: 2.2rem;
}
.h3,h3 {
    font-size: 1.85rem;
}
.h4,h4 {
    font-size: 1.5rem
}
.h5,h5 {
    font-size: 1.25rem
}
.h6,h6 {
    font-size: 1rem
}

h1:last-child, h2:last-child, h3:last-child,
h4:last-child, h5:last-child, h6:last-child {
    margin-bottom: 0;
}

button, .button,
button:visited, .button:visited {
    background-color: #c30038;
    border: 3px solid #c30038;
    color: #ffffff;
    position: relative;
    -webkit-transition: color .2s linear, border .2s linear, background-color .2s linear;
    -moz-transition: color .2s linear, border .2s linear, background-color .2s linear;
    transition: color .2s linear, border .2s linear, background-color .2s linear;
    /*font-family: inherit;*/
    font-family: 'Lora';
    font-style: normal;
    font-weight: 700;
    /* height: 62px; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.3px;
    text-align: center;
    text-decoration: none;
    /* text-transform: uppercase; */
    line-height: 1;
    border-radius: 3;
    font-size: 17px;
    padding: 13.5px 30px;
    min-height: 0;
}
button:hover, .button:hover {
    background-color: #ca1247;
    color: #fff;
    border-color: #ca1247;
}
.button:not(.outline):focus,
button:not(.outline):focus {
/*    background-color: #ff5ab6;
    border: none;
    box-shadow: none;*/
}
.button[disabled],
button[disabled] {
    opacity: .8;
    filter: grayscale(1);
}
.button.ghost,
button.ghost {
    border-color: #ffffff;
    color: #ffffff;
    background: transparent;
}
.button.ghost:hover,
button.ghost:hover {
    border-color: #ffffff;
    color: #ffffff;
    background-color: transparent;
}
.button.outline,
button.outline {
    border-color: #35456d;
    color: #35456d;
    background: none;
}
.button.outline:hover,
button.outline:hover {
    border-color: #35456d;
    color: #ffffff;
    background-color: #35456d;
}
.button.dark,
button.dark {
    border-color: #184378;
    background-color: #184378;
    color: #ffffff;
}
.button.dark:hover,
button.dark:hover {
    border-color: #184378;
    color: #ffffff;
    background-color: #184378;
}
.button.white,
button.white {
    border-color: #fff;
    background-color: #fff;
    color: #383f40;
}
.button.white:hover,
button.white:hover {
    border-color: #fff;
    color: #35456d;
    background-color: #fff;
}
.button.grey,
button.grey {
    border-color: #888888;
    background-color: #888888;
}
.button.grey:hover,
button.grey:hover {
    border-color: #888888;
    background-color: #888888;
}
.button.black,
button.black {
    border-color: #26a28f;
    background-color: #26a28f;
}
.button.black:hover,
button.black:hover {
    border-color: #26a28f;
    background-color: #26a28f;
}
.button.sub,
button.sub {
    font-size: 14px;
    padding: 11px 23px 11px 23px;
    background-color: #d8d8d8;
    color: #383838;
}

.mce-content-body .button {
    border: 2px solid rgba(255, 255, 255, 0.2);
}