@charset "UTF-8";
/* ==========================================================================
   Include variables and mixins
   ========================================================================== */
/* ==========================================================================
   Typography variables
   ========================================================================== */
/* ==========================================================================
   Box variables
   ========================================================================== */
/* ==========================================================================
   Narrow content variables
   ========================================================================== */
/* ==========================================================================
   Devices screen size variables
   ========================================================================== */
/* ==========================================================================
   Typography mixins
   ========================================================================== */
/* ==========================================================================
   Typography mixins - end
   ========================================================================== */
/* ==========================================================================
   Menu mixins - begin
   ========================================================================== */
/* ==========================================================================
   Menu mixins - end
   ========================================================================== */
/* ==========================================================================
   Layout mixins - begin
   ========================================================================== */
/* ==========================================================================
   Layout mixins - end
   ========================================================================== */
/* ==========================================================================
   Input fields mixins - begin
   ========================================================================== */
/* ==========================================================================
   Input fields mixins - end
   ========================================================================== */
/* ==========================================================================
   Pagination mixins - begin
   ========================================================================== */
/* ==========================================================================
   Pagination mixins - end
   ========================================================================== */
/* ==========================================================================
   Grid size mixins - begin
   ========================================================================== */
/* ==========================================================================
   Grid size mixins - end
   ========================================================================== */
/* ==========================================================================
   Helper mixins - begin
   ========================================================================== */
/* ==========================================================================
   Helper mixins - end
   ========================================================================== */
/* ==========================================================================
   Clear fix mixin - begin
   ========================================================================== */
/* ==========================================================================
   Clear fix mixin - end
   ========================================================================== */
/* ==========================================================================
   Custom mixins - begin
   ========================================================================== */
/* ==========================================================================
   Custom mixins - end
   ========================================================================== */
/* ==========================================================================
   Button mixins - start
   ========================================================================== */
/* ==========================================================================
   Button mixins - end
   ========================================================================== */
/* ==========================================================================
   Tabs mixins - start
   ========================================================================== */
/* ==========================================================================
   Tabs mixins - end
   ========================================================================== */
/* ==========================================================================
   Animation mixins - start
   ========================================================================== */
/* ==========================================================================
   Animation mixins - end
   ========================================================================== */
/* ==========================================================================
   Shortcodes mixins - start
   ========================================================================== */
/* ==========================================================================
   Shortcodes mixins - end
   ========================================================================== */
/* ==========================================================================
   3.0 Alignments styles
   ========================================================================== */
.alignleft {
  float: left;
  text-align: left;
  margin: 1rem 2rem 1rem 0 ;
  clear: left;
}

.aligncenter {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
  text-align: right;
  margin: 1rem 0 1rem 2rem ;
  clear: right;
}
body:not([class*=reina-core]) .alignright {
  clear: right;
}

.qodef-content-alignment-left {
  text-align: left;
}

.qodef-content-alignment-center {
  text-align: center;
}

.qodef-content-alignment-right {
  text-align: right;
}

/* ==========================================================================
   Gutenberg Admin styles - begin
   ========================================================================== */
.editor-styles-wrapper {
  /* ==========================================================================
     1.0 Reset default styles
     ========================================================================== */
  /* ==========================================================================
     6.0 Input Fields styles
     ========================================================================== */
  /* ==========================================================================
     Select 2 Script styles (Version: 4.0.6 ) - begin
     ========================================================================== */
  /* ==========================================================================
     Search appearance tweak begin
     ========================================================================== */
  /* ==========================================================================
     Autocomplete appearance tweak begin
     ========================================================================== */
}
.editor-styles-wrapper * {
  box-sizing: border-box;
}
.editor-styles-wrapper article, .editor-styles-wrapper aside, .editor-styles-wrapper details, .editor-styles-wrapper figcaption, .editor-styles-wrapper figure, .editor-styles-wrapper footer, .editor-styles-wrapper header, .editor-styles-wrapper nav, .editor-styles-wrapper section, .editor-styles-wrapper main {
  display: block;
}
.editor-styles-wrapper del {
  text-decoration: line-through;
}
.editor-styles-wrapper pre {
  max-width: 100%;
  margin: 15px 0;
  padding: 15px;
  background-color: #f8f6f4;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-family: monospace ;
  font-size: 1em ;
  color: #818181 ;
}
.editor-styles-wrapper code {
  background-color: #f8f6f4 ;
  padding: 0 ;
  font-family: monospace, monospace ;
  font-size: 1em ;
  color: #818181 ;
}
.editor-styles-wrapper sub,
.editor-styles-wrapper sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
.editor-styles-wrapper sub {
  bottom: -0.25em;
}
.editor-styles-wrapper sup {
  top: -0.5em;
}
.editor-styles-wrapper table {
  width: 100%;
  vertical-align: middle;
  border: medium none;
  border-collapse: collapse;
  border-spacing: 0;
}
.editor-styles-wrapper table tr {
  border: 1px solid #d1d1d1 ;
}
.editor-styles-wrapper table th {
  padding: 5px 7px ;
  text-align: left;
  border-right: 1px solid #d1d1d1;
}
.editor-styles-wrapper table td {
  padding: 5px 10px ;
  text-align: left;
  border: 0 ;
  border-right: 1px solid #d1d1d1 ;
}
.editor-styles-wrapper table td br {
  display: none;
}
.editor-styles-wrapper hr {
  background-color: #bbb;
  border: 0 ;
  height: 1px;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.editor-styles-wrapper hr:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}
body:not([class*=reina-core]) .editor-styles-wrapper hr {
  clear: both;
}
.editor-styles-wrapper ul, .editor-styles-wrapper ol {
  list-style-position: inside;
  margin-bottom: 1.5em ;
  padding: 0 ;
}
.editor-styles-wrapper ul.wp-block, .editor-styles-wrapper ol.wp-block {
  margin-bottom: 1.5em ;
}
.editor-styles-wrapper ul:not(.wp-block), .editor-styles-wrapper ol:not(.wp-block) {
  margin: 0 0 1.5em ;
}
.editor-styles-wrapper li > ul:not(.wp-block),
.editor-styles-wrapper li > ol:not(.wp-block) {
  margin-bottom: 0 ;
  margin-left: 1.5em ;
}
.editor-styles-wrapper dt {
  font-weight: 700;
}
.editor-styles-wrapper dd {
  margin: 0 1.5em 1.5em;
}
.editor-styles-wrapper a img {
  border: none;
}
.editor-styles-wrapper img, .editor-styles-wrapper .wp-caption {
  height: auto;
  max-width: 100%;
}
.editor-styles-wrapper img {
  vertical-align: middle;
  border-style: none;
}
.editor-styles-wrapper figure {
  margin: 0;
}
.editor-styles-wrapper embed,
.editor-styles-wrapper iframe,
.editor-styles-wrapper object {
  display: block;
  max-width: 100%;
}
.editor-styles-wrapper video {
  display: block;
}
.editor-styles-wrapper embed,
.editor-styles-wrapper object {
  height: auto;
}
.editor-styles-wrapper label {
  display: block;
  margin-bottom: 0.5em;
}
.editor-styles-wrapper fieldset {
  margin-bottom: 1em;
  padding: 0.35em 0.75em 0.625em;
}
.editor-styles-wrapper input[type=submit] {
  -webkit-appearance: none;
}
.editor-styles-wrapper abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}
.editor-styles-wrapper b,
.editor-styles-wrapper strong {
  font-weight: bolder;
}
.editor-styles-wrapper kbd,
.editor-styles-wrapper samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  background-color: #f8f6f4;
}
.editor-styles-wrapper small {
  font-size: 80%;
}
.editor-styles-wrapper progress {
  vertical-align: baseline;
}
.editor-styles-wrapper summary {
  display: list-item;
}
.editor-styles-wrapper template {
  display: none;
}
.editor-styles-wrapper figcaption,
.editor-styles-wrapper .wp-caption,
.editor-styles-wrapper .gallery-caption {
  display: block;
  max-width: 100%;
  margin: 7px auto 0;
  font-size: 13px ;
  line-height: 1.5em ;
  color: #818181;
  text-align: center;
  opacity: 1;
}
.editor-styles-wrapper figcaption a,
.editor-styles-wrapper .wp-caption a,
.editor-styles-wrapper .gallery-caption a {
  color: inherit;
}
.editor-styles-wrapper .wp-caption .wp-caption-text {
  opacity: 1;
}
.editor-styles-wrapper blockquote.instagram-media,
.editor-styles-wrapper iframe.instagram-media {
  margin: auto ;
}
.editor-styles-wrapper .sticky,
.editor-styles-wrapper .bypostauthor {
  opacity: 1;
}
.editor-styles-wrapper ::selection {
  color: #fff;
  background: #85a3b3;
}
.editor-styles-wrapper ::-moz-selection {
  color: #fff;
  background: #85a3b3;
}
.editor-styles-wrapper input[type=text],
.editor-styles-wrapper input[type=email],
.editor-styles-wrapper input[type=url],
.editor-styles-wrapper input[type=password],
.editor-styles-wrapper input[type=number],
.editor-styles-wrapper input[type=tel],
.editor-styles-wrapper input[type=search],
.editor-styles-wrapper textarea {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 20px;
  padding: 12px 20px;
  font-family: inherit;
  font-size: 14px;
  line-height: 26px;
  font-weight: inherit;
  color: #818181;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.editor-styles-wrapper input[type=text]:focus,
.editor-styles-wrapper input[type=email]:focus,
.editor-styles-wrapper input[type=url]:focus,
.editor-styles-wrapper input[type=password]:focus,
.editor-styles-wrapper input[type=number]:focus,
.editor-styles-wrapper input[type=tel]:focus,
.editor-styles-wrapper input[type=search]:focus,
.editor-styles-wrapper textarea:focus {
  color: #405861;
  background-color: #fff;
  border-color: rgba(64, 88, 97, 0.5);
}
.editor-styles-wrapper input[type=text]:-ms-input-placeholder, .editor-styles-wrapper input[type=email]:-ms-input-placeholder, .editor-styles-wrapper input[type=url]:-ms-input-placeholder, .editor-styles-wrapper input[type=password]:-ms-input-placeholder, .editor-styles-wrapper input[type=number]:-ms-input-placeholder, .editor-styles-wrapper input[type=tel]:-ms-input-placeholder, .editor-styles-wrapper input[type=search]:-ms-input-placeholder, .editor-styles-wrapper textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
.editor-styles-wrapper input[type=text]::placeholder,
.editor-styles-wrapper input[type=email]::placeholder,
.editor-styles-wrapper input[type=url]::placeholder,
.editor-styles-wrapper input[type=password]::placeholder,
.editor-styles-wrapper input[type=number]::placeholder,
.editor-styles-wrapper input[type=tel]::placeholder,
.editor-styles-wrapper input[type=search]::placeholder,
.editor-styles-wrapper textarea::placeholder {
  color: inherit;
  opacity: 1;
}
.editor-styles-wrapper .post-password-form input[type=password] {
  margin-top: 0.5em;
}
@media only screen and (min-width: 769px) {
  .editor-styles-wrapper .post-password-form input[type=password] {
    display: block;
    max-width: 50%;
  }
}
.editor-styles-wrapper input[type=submit],
.editor-styles-wrapper button[type=submit] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 2em;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  outline: none;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  padding: 10px 39px;
  color: #fff;
  background-color: #92c5da;
  border: 1px solid transparent;
  cursor: pointer;
}
.editor-styles-wrapper input[type=submit] .qodef-m-text,
.editor-styles-wrapper button[type=submit] .qodef-m-text {
  position: relative;
  z-index: 1;
}
.editor-styles-wrapper input[type=submit] .qodef-m-background,
.editor-styles-wrapper button[type=submit] .qodef-m-background {
  color: #405861;
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: currentColor;
  clip-path: inset(-1px 100% 0px 0px);
  transition: 0.5s cubic-bezier(0.39, 0.1, 0, 0.98);
}
.editor-styles-wrapper input[type=submit]:hover,
.editor-styles-wrapper button[type=submit]:hover {
  color: #fff;
}
.editor-styles-wrapper input[type=submit]:hover .qodef-m-background,
.editor-styles-wrapper button[type=submit]:hover .qodef-m-background {
  clip-path: inset(-1px -1px -1px 0);
}
.editor-styles-wrapper button[type=submit] span {
  display: block;
  line-height: inherit;
}
.editor-styles-wrapper button[type=submit] span:before {
  display: block;
  line-height: inherit;
}
.editor-styles-wrapper .qodef-theme-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 2em;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  outline: none;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  padding: 0 ;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 1.2857142857em;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #405861;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.editor-styles-wrapper .qodef-theme-button .qodef-m-text {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 25px 0 4px;
  z-index: 1;
}
.editor-styles-wrapper .qodef-theme-button .qodef-m-text .qodef-m-strip {
  color: rgba(133, 163, 179, 0.21);
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  z-index: -1;
}
.editor-styles-wrapper .qodef-theme-button:hover .qodef-m-strip {
  animation: qodef-strip 0.8s cubic-bezier(0.37, -0.04, 0, 0.9) forwards;
}
.editor-styles-wrapper select {
  position: relative;
  display: block;
  height: 50px;
  padding: 12px 20px;
  margin: 0;
  font-family: inherit;
  font-size: 14px;
  line-height: 26px;
  font-weight: normal;
  color: #818181;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.editor-styles-wrapper select:disabled {
  color: inherit;
  border-color: inherit;
  background-color: #f8f6f4;
  box-shadow: none;
  text-shadow: none;
}
.editor-styles-wrapper body .select2-container--default { /* just to make sure that this code overwrite styles from others plugin */
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin: 0 0 20px;
}
.editor-styles-wrapper body .select2-container--default .select2-selection--single {
  display: block;
  height: 50px;
  padding: 12px 20px;
  margin: 0;
  font-family: inherit;
  font-size: 14px;
  line-height: 26px;
  font-weight: normal;
  color: #818181;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.editor-styles-wrapper body .select2-container--default .select2-selection--single .select2-selection__rendered {
  display: block;
  padding: 0;
  line-height: inherit;
  color: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.editor-styles-wrapper body .select2-container--default .select2-selection--single .select2-selection__clear {
  position: relative;
  float: right;
  margin: 0;
  font-weight: inherit;
  cursor: pointer;
}
.editor-styles-wrapper body .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: inherit;
}
.editor-styles-wrapper body .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #405861;
}
.editor-styles-wrapper body .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.editor-styles-wrapper body .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  display: block;
  line-height: inherit;
  font-style: normal;
  content: "3";
  font-family: "ElegantIcons";
}
.editor-styles-wrapper body .select2-container--default .select2-selection--multiple {
  display: block;
  height: 50px;
  padding: 12px 20px;
  margin: 0;
  font-family: inherit;
  font-size: 14px;
  line-height: 26px;
  font-weight: normal;
  color: #818181;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.editor-styles-wrapper body .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  display: block;
  padding: 0;
  line-height: inherit;
  color: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.editor-styles-wrapper body .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  margin: 0;
  padding: 0;
}
.editor-styles-wrapper body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__placeholder {
  float: left;
  margin: 0;
  color: inherit;
}
.editor-styles-wrapper body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear {
  position: relative;
  float: right;
  margin: 0;
  font-weight: inherit;
  cursor: pointer;
}
.editor-styles-wrapper body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  margin: 5px 5px 0 0;
  padding: 0 10px;
  float: left;
  color: #fff;
  background-color: #405861;
  border: 0;
  border-radius: 0;
  cursor: default;
}
.editor-styles-wrapper body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {
  display: inline-block;
  margin: 0 3px 0 0;
  font-weight: 700;
  color: inherit;
  transition: opacity 0.2s ease-out;
  cursor: pointer;
}
.editor-styles-wrapper body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove:hover {
  color: inherit;
  opacity: 0.8;
}
.editor-styles-wrapper body .select2-container--default .select2-search--inline {
  float: left;
}
.editor-styles-wrapper body .select2-container--default .select2-search--inline .select2-search__field {
  width: 100%;
  padding: 0 ;
  margin: 0 ;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  border: none ;
  outline: none;
  -webkit-appearance: none;
}
.editor-styles-wrapper body .select2-container--default .select2-search--inline .select2-search__field:focus {
  border-color: #405861;
}
.editor-styles-wrapper body .select2-container--default .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.editor-styles-wrapper body .select2-container--default .select2-dropdown {
  position: absolute;
  top: 0;
  left: -100000px;
  display: block;
  width: 100%;
  background-color: #f8f6f4;
  border: 1px solid #d1d1d1;
  border-radius: 0;
  z-index: 99999;
}
.editor-styles-wrapper body .select2-container--default .select2-search--dropdown {
  display: block;
  padding: 14px 15px 2px;
}
.editor-styles-wrapper body .select2-container--default .select2-search--dropdown.select2-search--hide {
  display: none;
}
.editor-styles-wrapper body .select2-container--default .select2-search--dropdown .select2-search__field {
  width: 100%;
  padding: 4px 8px;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
  font-weight: inherit;
  color: #818181;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  outline: none;
  -webkit-appearance: none;
}
.editor-styles-wrapper body .select2-container--default .select2-search--dropdown .select2-search__field:focus {
  color: #405861;
  background-color: #fff;
  border-color: rgba(64, 88, 97, 0.5);
}
.editor-styles-wrapper body .select2-container--default .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.editor-styles-wrapper body .select2-container--default .select2-results {
  display: block;
}
.editor-styles-wrapper body .select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.editor-styles-wrapper body .select2-container--default .select2-results__options {
  position: relative;
  margin: 5px 0;
  padding: 2px 20px;
  list-style: none;
}
.editor-styles-wrapper body .select2-container--default .select2-results__option {
  padding: 3px 0;
  font-size: 14px;
  line-height: 26px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color 0.2s ease-out;
}
.editor-styles-wrapper body .select2-container--default .select2-results__option[aria-selected] {
  cursor: pointer;
}
.editor-styles-wrapper body .select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.editor-styles-wrapper body .select2-container--default .select2-results__option[aria-disabled=true] {
  color: #405861;
}
.editor-styles-wrapper body .select2-container--default .select2-results__option[aria-selected=true], .editor-styles-wrapper body .select2-container--default .select2-results__option[data-selected=true] {
  color: #405861;
  background: none;
}
.editor-styles-wrapper body .select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.editor-styles-wrapper body .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.editor-styles-wrapper body .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.editor-styles-wrapper body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.editor-styles-wrapper body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.editor-styles-wrapper body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.editor-styles-wrapper body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.editor-styles-wrapper body .select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #405861;
  background: none;
}
.editor-styles-wrapper body .select2-container--default .select2-results__group {
  display: block;
  padding: 7px 0;
  cursor: default;
}
.editor-styles-wrapper body .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.editor-styles-wrapper body .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding: 0;
}
.editor-styles-wrapper body .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 0;
  right: auto;
}
.editor-styles-wrapper body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.editor-styles-wrapper body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder,
.editor-styles-wrapper body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.editor-styles-wrapper body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
}
.editor-styles-wrapper body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin: 7px auto 0 5px;
}
.editor-styles-wrapper body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin: 0 auto 0 3px;
}
.editor-styles-wrapper body .select2-container--default.select2-container--disabled .select2-selection--single,
.editor-styles-wrapper body .select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #f8f6f4;
  cursor: default;
}
.editor-styles-wrapper body .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear,
.editor-styles-wrapper body .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.editor-styles-wrapper body .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.editor-styles-wrapper body .select2-container--default.select2-container--open .select2-selection--single,
.editor-styles-wrapper body .select2-container--default.select2-container--open .select2-selection--multiple {
  color: #405861;
}
.editor-styles-wrapper body .select2-container--default.select2-container--open .select2-dropdown {
  left: 0;
}
.editor-styles-wrapper body .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above {
  border-bottom-color: transparent;
}
.editor-styles-wrapper body .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below {
  border-top-color: transparent;
  border: 1px solid #d1d1d1;
  top: 31px;
}
.editor-styles-wrapper body.tax-product_cat .select2-container--default .select2-dropdown, .editor-styles-wrapper body.tax-product_tag .select2-container--default .select2-dropdown, .editor-styles-wrapper body.post-type-archive-product .select2-container--default .select2-dropdown {
  background-color: #fff;
}
.editor-styles-wrapper body:not([class*=reina-core]) .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "▾";
  font-family: initial;
  font-size: 16px;
}
.editor-styles-wrapper .select2-close-mask {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border: 0;
  opacity: 0;
  z-index: 99;
  filter: alpha(opacity=0);
}
.editor-styles-wrapper .select2-hidden-accessible {
  position: absolute ;
  width: 1px ;
  height: 0 ;
  padding: 0 ;
  line-height: 1;
  border: 0 ;
  overflow: hidden ;
  white-space: nowrap ;
  clip: rect(0 0 0 0) ;
  clip-path: inset(50%) ;
}
.editor-styles-wrapper input[type=search]::-webkit-search-decoration, .editor-styles-wrapper input[type=search]::-webkit-search-cancel-button, .editor-styles-wrapper input[type=search]::-webkit-search-results-button, .editor-styles-wrapper input[type=search]::-webkit-search-results-decoration {
  display: none;
}
.editor-styles-wrapper input[type=search]::-ms-clear,
.editor-styles-wrapper input[type=text]::-ms-clear {
  display: none;
}
.editor-styles-wrapper input:-webkit-autofill {
  -webkit-animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: qodefAutofillFix;
}
.editor-styles-wrapper .mce-content-body,
.editor-styles-wrapper .block-editor-block-list__layout,
.editor-styles-wrapper p.wp-block {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.8em;
  font-weight: 400;
}
.editor-styles-wrapper .mce-content-body:not(.has-text-color),
.editor-styles-wrapper .block-editor-block-list__layout:not(.has-text-color),
.editor-styles-wrapper p.wp-block:not(.has-text-color) {
  color: #818181;
}
.editor-styles-wrapper .block-editor-block-list__layout {
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: content-box;
}
body .editor-styles-wrapper h1,
body .editor-styles-wrapper h1.wp-block,
body .editor-styles-wrapper h1.rich-text {
  font-family: "Cormorant Garamond", serif ;
  letter-spacing: -0.01em ;
  color: #405861 ;
  font-size: 60px;
  line-height: 1.05em;
  font-weight: inherit;
  margin-top: 25px ;
  margin-bottom: 25px ;
  word-wrap: break-word ;
}
@media only screen and (max-width: 680px) {
  body .editor-styles-wrapper h1,
  body .editor-styles-wrapper h1.wp-block,
  body .editor-styles-wrapper h1.rich-text {
    font-size: 55px;
  }
}
body .editor-styles-wrapper h1 a,
body .editor-styles-wrapper h1.wp-block a,
body .editor-styles-wrapper h1.rich-text a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}
body .editor-styles-wrapper h1 a:hover,
body .editor-styles-wrapper h1.wp-block a:hover,
body .editor-styles-wrapper h1.rich-text a:hover {
  color: #85a3b3;
}
body .editor-styles-wrapper h2,
body .editor-styles-wrapper h2.wp-block,
body .editor-styles-wrapper h2.rich-text {
  font-family: "Cormorant Garamond", serif ;
  letter-spacing: -0.01em ;
  color: #405861 ;
  font-size: 55px;
  line-height: 1.0363636364em;
  font-weight: inherit;
  margin-top: 25px ;
  margin-bottom: 25px ;
  word-wrap: break-word ;
}
@media only screen and (max-width: 680px) {
  body .editor-styles-wrapper h2,
  body .editor-styles-wrapper h2.wp-block,
  body .editor-styles-wrapper h2.rich-text {
    font-size: 50px;
  }
}
body .editor-styles-wrapper h2 a,
body .editor-styles-wrapper h2.wp-block a,
body .editor-styles-wrapper h2.rich-text a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}
body .editor-styles-wrapper h2 a:hover,
body .editor-styles-wrapper h2.wp-block a:hover,
body .editor-styles-wrapper h2.rich-text a:hover {
  color: #85a3b3;
}
body .editor-styles-wrapper h3,
body .editor-styles-wrapper h3.wp-block,
body .editor-styles-wrapper h3.rich-text {
  font-family: "Cormorant Garamond", serif ;
  letter-spacing: -0.01em ;
  color: #405861 ;
  font-size: 45px;
  line-height: 1.0666666667em;
  font-weight: inherit;
  margin-top: 25px ;
  margin-bottom: 25px ;
  word-wrap: break-word ;
}
body .editor-styles-wrapper h3 a,
body .editor-styles-wrapper h3.wp-block a,
body .editor-styles-wrapper h3.rich-text a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}
body .editor-styles-wrapper h3 a:hover,
body .editor-styles-wrapper h3.wp-block a:hover,
body .editor-styles-wrapper h3.rich-text a:hover {
  color: #85a3b3;
}
body .editor-styles-wrapper h4,
body .editor-styles-wrapper h4.wp-block,
body .editor-styles-wrapper h4.rich-text {
  font-family: "Cormorant Garamond", serif ;
  letter-spacing: -0.01em ;
  color: #405861 ;
  font-size: 35px;
  line-height: 1.0571428571em;
  font-weight: 500;
  margin-top: 25px ;
  margin-bottom: 25px ;
  word-wrap: break-word ;
}
body .editor-styles-wrapper h4 a,
body .editor-styles-wrapper h4.wp-block a,
body .editor-styles-wrapper h4.rich-text a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}
body .editor-styles-wrapper h4 a:hover,
body .editor-styles-wrapper h4.wp-block a:hover,
body .editor-styles-wrapper h4.rich-text a:hover {
  color: #85a3b3;
}
body .editor-styles-wrapper h5,
body .editor-styles-wrapper h5.wp-block,
body .editor-styles-wrapper h5.rich-text {
  font-family: "Cormorant Garamond", serif ;
  letter-spacing: -0.01em ;
  color: #405861 ;
  font-size: 25px;
  line-height: 1.08em;
  font-weight: 500;
  margin-top: 25px ;
  margin-bottom: 25px ;
  word-wrap: break-word ;
}
body .editor-styles-wrapper h5 a,
body .editor-styles-wrapper h5.wp-block a,
body .editor-styles-wrapper h5.rich-text a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}
body .editor-styles-wrapper h5 a:hover,
body .editor-styles-wrapper h5.wp-block a:hover,
body .editor-styles-wrapper h5.rich-text a:hover {
  color: #85a3b3;
}
body .editor-styles-wrapper h6,
body .editor-styles-wrapper h6.wp-block,
body .editor-styles-wrapper h6.rich-text {
  font-family: "Cormorant Garamond", serif ;
  letter-spacing: -0.01em ;
  color: #405861 ;
  font-size: 19px;
  line-height: 1.2105263158em;
  font-weight: 500;
  margin-top: 25px ;
  margin-bottom: 25px ;
  word-wrap: break-word ;
}
body .editor-styles-wrapper h6 a,
body .editor-styles-wrapper h6.wp-block a,
body .editor-styles-wrapper h6.rich-text a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}
body .editor-styles-wrapper h6 a:hover,
body .editor-styles-wrapper h6.wp-block a:hover,
body .editor-styles-wrapper h6.rich-text a:hover {
  color: #85a3b3;
}
.editor-styles-wrapper a,
.editor-styles-wrapper p a {
  color: #85a3b3 ;
  text-decoration: none;
  transition: color 0.2s ease-out;
  cursor: pointer;
}
.editor-styles-wrapper a:hover,
.editor-styles-wrapper p a:hover {
  color: #405861 ;
}
.editor-styles-wrapper p,
.editor-styles-wrapper p.wp-block {
  margin-top: 10px ;
  margin-bottom: 10px ;
  border: 0;
}
.editor-styles-wrapper p.has-background,
.editor-styles-wrapper p.wp-block.has-background {
  padding: 20px 30px;
}
.editor-styles-wrapper blockquote,
.editor-styles-wrapper blockquote.wp-block-quote {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  position: relative;
  padding: 41px 52px 35px ;
  border: none ;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: -0.01em;
  color: #405861;
  font-size: 25px;
  line-height: 1.08em;
  font-weight: 500;
  line-height: 1.32em;
  quotes: none;
  z-index: 1;
  padding: 41px 22px 35px 100px ;
}
@media only screen and (max-width: 1366px) {
  .editor-styles-wrapper blockquote,
  .editor-styles-wrapper blockquote.wp-block-quote {
    padding-left: 95px ;
  }
}
@media only screen and (max-width: 1280px) {
  .editor-styles-wrapper blockquote,
  .editor-styles-wrapper blockquote.wp-block-quote {
    padding-right: 40px ;
    padding-left: 125px ;
  }
}
@media only screen and (max-width: 1024px) {
  .editor-styles-wrapper blockquote,
  .editor-styles-wrapper blockquote.wp-block-quote {
    padding-right: 0 ;
    padding-left: 160px ;
  }
}
@media only screen and (max-width: 680px) {
  .editor-styles-wrapper blockquote,
  .editor-styles-wrapper blockquote.wp-block-quote {
    padding: 130px 0 35px ;
  }
}
.editor-styles-wrapper blockquote.wp-block-quote.is-large, .editor-styles-wrapper blockquote.wp-block-quote.is-style-large,
.editor-styles-wrapper blockquote.wp-block-quote.wp-block-quote.is-large,
.editor-styles-wrapper blockquote.wp-block-quote.wp-block-quote.is-style-large {
  margin: 0;
  padding: 18px 10% 20px 100px ;
}
.editor-styles-wrapper blockquote.wp-block-pullquote,
.editor-styles-wrapper blockquote.wp-block-quote.wp-block-pullquote {
  padding: 25px ;
  text-align: center ;
}
.editor-styles-wrapper blockquote.wp-block-pullquote.alignleft,
.editor-styles-wrapper blockquote.wp-block-quote.wp-block-pullquote.alignleft {
  max-width: 290px;
  padding: 25px 25px 25px 33px ;
}
.editor-styles-wrapper blockquote.wp-block-pullquote.alignright,
.editor-styles-wrapper blockquote.wp-block-quote.wp-block-pullquote.alignright {
  max-width: 290px;
  padding: 25px 25px 25px 80px ;
}
.editor-styles-wrapper blockquote.wp-block-pullquote.alignright:before,
.editor-styles-wrapper blockquote.wp-block-quote.wp-block-pullquote.alignright:before {
  left: auto;
  right: -100px;
}
.editor-styles-wrapper blockquote.has-text-align-right:before,
.editor-styles-wrapper blockquote.wp-block-quote.has-text-align-right:before {
  left: auto;
  right: -100px;
}
.editor-styles-wrapper blockquote:before,
.editor-styles-wrapper blockquote.wp-block-quote:before {
  content: "“";
  position: absolute;
  top: 50%;
  left: -140px;
  width: 178px;
  height: 130px;
  font-size: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #f5f5f5;
  transform: translateY(-50%);
  z-index: -1;
  background-image: url("../img/quote.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1366px) {
  .editor-styles-wrapper blockquote:before,
  .editor-styles-wrapper blockquote.wp-block-quote:before {
    left: -100px;
  }
}
@media only screen and (max-width: 1280px) {
  .editor-styles-wrapper blockquote:before,
  .editor-styles-wrapper blockquote.wp-block-quote:before {
    left: -65px;
  }
}
@media only screen and (max-width: 1024px) {
  .editor-styles-wrapper blockquote:before,
  .editor-styles-wrapper blockquote.wp-block-quote:before {
    left: -35px;
  }
}
@media only screen and (max-width: 680px) {
  .editor-styles-wrapper blockquote:before,
  .editor-styles-wrapper blockquote.wp-block-quote:before {
    top: 0;
    left: 18%;
    transform: translate(-50%, 0);
  }
}
.editor-styles-wrapper blockquote > *,
.editor-styles-wrapper blockquote.wp-block-quote > * {
  font-family: inherit ;
  font-size: inherit ;
  font-weight: inherit ;
  font-style: inherit ;
  line-height: inherit ;
  letter-spacing: inherit ;
  text-transform: inherit ;
  color: inherit ;
  margin: 0;
}
.editor-styles-wrapper blockquote p,
.editor-styles-wrapper blockquote.wp-block-quote p {
  margin: 0 ;
}
.editor-styles-wrapper blockquote:after,
.editor-styles-wrapper blockquote.wp-block-quote:after {
  content: "";
}
.editor-styles-wrapper blockquote cite,
.editor-styles-wrapper blockquote .wp-block-quote__citation,
.editor-styles-wrapper blockquote .wp-block-pullquote__citation,
.editor-styles-wrapper blockquote.wp-block-quote cite,
.editor-styles-wrapper blockquote.wp-block-quote .wp-block-quote__citation,
.editor-styles-wrapper blockquote.wp-block-quote .wp-block-pullquote__citation {
  display: block;
  margin: 10px 0 0;
  font-style: normal;
  font-weight: 400 ;
  text-align: inherit ;
  text-transform: uppercase ;
}
.editor-styles-wrapper blockquote.has-text-align-right {
  padding: 41px 120px 35px 40px ;
}
.editor-styles-wrapper select,
.editor-styles-wrapper select:disabled {
  color: #85a3b3;
  border: 1px solid #fff;
}
.editor-styles-wrapper .wp-block {
  max-width: 1100px;
  margin-top: 0 ;
  margin-bottom: 0 ;
}
.editor-styles-wrapper .wp-block[data-align=full], .editor-styles-wrapper .wp-block.alignfull {
  margin-left: auto ;
  margin-right: auto ;
}
.editor-styles-wrapper .wp-block[data-align=left] [data-type="core/button"], .editor-styles-wrapper .wp-block[data-align=right] [data-type="core/button"] {
  margin: 1em 0;
  width: 100%;
}
.editor-styles-wrapper .wp-block[data-align=left] [data-type="core/button"] br, .editor-styles-wrapper .wp-block[data-align=right] [data-type="core/button"] br {
  display: none;
}
.editor-styles-wrapper .wp-block:not([data-align=center])[data-type="core/button"] {
  margin: 1em 0 ;
}
.editor-styles-wrapper .wp-block:not([data-align=center])[data-type="core/button"] br {
  display: none;
}
.editor-styles-wrapper .editor-post-title__input {
  font-family: "Cormorant Garamond", serif ;
  letter-spacing: -0.01em ;
  color: #405861 ;
  font-size: 35px;
  line-height: 1.0571428571em;
  font-weight: 500;
  height: auto ;
  overflow-y: hidden ;
}
.editor-styles-wrapper .wp-block-paragraph {
  line-height: 1.8em;
}
.editor-styles-wrapper .wp-block-button.wp-block-button__link,
.editor-styles-wrapper .wp-block-button .wp-block-button__link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 2em;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  outline: none;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  padding: 10px 39px;
  color: #fff;
  background-color: #92c5da;
  border: 1px solid transparent;
  border-radius: 28px;
  height: auto;
  cursor: pointer;
}
.editor-styles-wrapper .wp-block-button.wp-block-button__link .qodef-m-text,
.editor-styles-wrapper .wp-block-button .wp-block-button__link .qodef-m-text {
  position: relative;
  z-index: 1;
}
.editor-styles-wrapper .wp-block-button.wp-block-button__link .qodef-m-background,
.editor-styles-wrapper .wp-block-button .wp-block-button__link .qodef-m-background {
  color: #405861;
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: currentColor;
  clip-path: inset(-1px 100% 0px 0px);
  transition: 0.5s cubic-bezier(0.39, 0.1, 0, 0.98);
}
.editor-styles-wrapper .wp-block-button.wp-block-button__link:hover,
.editor-styles-wrapper .wp-block-button .wp-block-button__link:hover {
  color: #fff;
}
.editor-styles-wrapper .wp-block-button.wp-block-button__link:hover .qodef-m-background,
.editor-styles-wrapper .wp-block-button .wp-block-button__link:hover .qodef-m-background {
  clip-path: inset(-1px -1px -1px 0);
}
.editor-styles-wrapper .wp-block-button.is-style-outline.wp-block-button__link,
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link {
  color: #405861;
  background-color: transparent;
  border: 1px solid #405861;
  border-width: 1px;
}
.editor-styles-wrapper .wp-block-button.is-style-outline.wp-block-button__link .qodef-m-text,
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link .qodef-m-text {
  position: relative;
  z-index: 1;
}
.editor-styles-wrapper .wp-block-button.is-style-outline.wp-block-button__link .qodef-m-background,
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link .qodef-m-background {
  color: #85a3b3;
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: currentColor;
  clip-path: inset(-1px 100% 0px 0px);
  transition: 0.5s cubic-bezier(0.39, 0.1, 0, 0.98);
}
.editor-styles-wrapper .wp-block-button.is-style-outline.wp-block-button__link:hover,
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: #fff;
}
.editor-styles-wrapper .wp-block-button.is-style-outline.wp-block-button__link:hover .qodef-m-background,
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link:hover .qodef-m-background {
  clip-path: inset(-1px -1px -1px 0);
}
.editor-styles-wrapper .wp-block-button.is-style-squared.wp-block-button__link,
.editor-styles-wrapper .wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
.editor-styles-wrapper .wp-block-gallery {
  margin-bottom: 2em;
}
.editor-styles-wrapper .wp-block-gallery ul.blocks-gallery-grid {
  margin: 0 ;
}
.editor-styles-wrapper .wp-block-gallery ul.blocks-gallery-grid figcaption {
  margin: 0;
}
.editor-styles-wrapper .wp-block-gallery ul.blocks-gallery-grid + figcaption {
  margin-top: 0;
}
.editor-styles-wrapper .wp-block-columns {
  margin-bottom: 28px ;
  padding: 0 ;
}
.editor-styles-wrapper .wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/column"] > .block-core-columns > .block-editor-inner-blocks {
  margin: 0;
}
.editor-styles-wrapper .wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout .block-list-appender {
  margin: 0;
}
.editor-styles-wrapper .wp-block-pullquote {
  margin: 0 ;
  padding: 0 ;
  border: 0 ;
  text-align: center ;
  width: 100% ;
}
.editor-styles-wrapper .wp-block-pullquote blockquote {
  padding: 25px 25px 25px 46px ;
}
.editor-styles-wrapper .wp-block-pullquote.alignleft {
  max-width: 290px;
}
.editor-styles-wrapper .wp-block-pullquote.alignright {
  max-width: 290px;
}
.editor-styles-wrapper .wp-block-pullquote.alignright blockquote {
  padding: 0 25px 25px 25px ;
}
.editor-styles-wrapper .wp-block-pullquote.alignright blockquote:before {
  left: auto;
  right: -185px;
}
.editor-styles-wrapper .wp-block-media-text figure > img,
.editor-styles-wrapper .wp-block-media-text figure > video {
  max-width: unset;
  width: 100%;
  vertical-align: middle;
}
.editor-styles-wrapper [data-type="core/separator"] {
  padding: 0;
}
.editor-styles-wrapper .wp-block-image.alignleft, .editor-styles-wrapper .wp-block-image.alignright {
  margin-top: 1rem ;
  margin-bottom: 1rem ;
}
.editor-styles-wrapper .wp-block-image.aligncenter {
  display: table;
}
.editor-styles-wrapper .wp-block-image .components-resizable-box__container {
  vertical-align: middle;
}
.editor-styles-wrapper [data-align=center] {
  text-align: center;
}
.editor-styles-wrapper [data-align=center] .wp-block-image {
  display: table;
  clear: both;
}
.editor-styles-wrapper [data-align=left] .is-block-content {
  margin: 0 ;
}
.editor-styles-wrapper [data-align=left] .is-block-content .wp-block-image {
  margin: 1rem 2rem 1rem 0 ;
}
.editor-styles-wrapper [data-align=left] .wp-block-cover {
  max-width: 420px;
  margin: 1rem 2rem 1rem 0 ;
}
.editor-styles-wrapper [data-align=right] .is-block-content {
  margin: 0 ;
}
.editor-styles-wrapper [data-align=right] .is-block-content .wp-block-image {
  margin: 1rem 0 1rem 2rem ;
}
.editor-styles-wrapper [data-align=right] .wp-block-cover {
  max-width: 290px;
  margin: 1rem 0 1rem 2rem ;
}
.editor-styles-wrapper [data-type="core/cover"] {
  margin: 0 ;
}
.editor-styles-wrapper .wp-block-cover {
  margin-bottom: 1rem ;
}
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container {
  width: 100% ;
}
.editor-styles-wrapper .wp-block-cover p, .editor-styles-wrapper .wp-block-cover h1, .editor-styles-wrapper .wp-block-cover h2, .editor-styles-wrapper .wp-block-cover h3, .editor-styles-wrapper .wp-block-cover h4, .editor-styles-wrapper .wp-block-cover h5, .editor-styles-wrapper .wp-block-cover h6 {
  z-index: 1 ;
  margin: 0 auto ;
  max-width: 580px ;
  padding: 14px ;
  line-height: 1em ;
}
.editor-styles-wrapper .wp-block-cover p a, .editor-styles-wrapper .wp-block-cover h1 a, .editor-styles-wrapper .wp-block-cover h2 a, .editor-styles-wrapper .wp-block-cover h3 a, .editor-styles-wrapper .wp-block-cover h4 a, .editor-styles-wrapper .wp-block-cover h5 a, .editor-styles-wrapper .wp-block-cover h6 a {
  color: #fff ;
}
.editor-styles-wrapper .wp-block-cover p a:hover, .editor-styles-wrapper .wp-block-cover h1 a:hover, .editor-styles-wrapper .wp-block-cover h2 a:hover, .editor-styles-wrapper .wp-block-cover h3 a:hover, .editor-styles-wrapper .wp-block-cover h4 a:hover, .editor-styles-wrapper .wp-block-cover h5 a:hover, .editor-styles-wrapper .wp-block-cover h6 a:hover {
  color: #85a3b3 ;
}
.editor-styles-wrapper .wp-block-cover *:not(.has-text-color):not(.has-inline-color):not(a) {
  color: #fff ;
  font-size: 30px ;
  line-height: 1.2em ;
}
.editor-styles-wrapper .wp-block-file {
  color: #85a3b3;
  text-decoration: none;
  transition: color 0.2s ease-out;
  cursor: pointer;
}
.editor-styles-wrapper .wp-block-file:hover {
  color: #405861;
}
.editor-styles-wrapper .wp-block-group.has-background {
  padding: 20px 30px;
  margin: 10px 0;
}
.editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce li,
.editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce p {
  line-height: inherit;
}
.editor-styles-wrapper .wp-caption .wp-caption-dd {
  padding: 0 ;
  margin: 10px 0 ;
}
.editor-styles-wrapper .wp-caption.aligncenter {
  margin: auto ;
}
.editor-styles-wrapper .wp-caption.aligncenter .wp-caption-dd {
  display: flex;
  justify-content: center;
}
.editor-styles-wrapper .wp-caption.alignleft .wp-caption-dd {
  text-align: left;
}
.editor-styles-wrapper .wp-caption.alignright .wp-caption-dd {
  text-align: right;
}
.editor-styles-wrapper figcaption {
  margin-top: 7px;
  margin-bottom: 7px;
}
.editor-styles-wrapper .wp-block-code {
  max-width: 100%;
  background-color: #f8f6f4;
  margin: 15px 0;
  padding: 15px;
}
.editor-styles-wrapper .wp-block-code .block-editor-plain-text {
  white-space: pre-wrap;
  word-wrap: break-word;
  font-family: monospace;
  font-size: 15px;
  color: #818181;
  background: transparent;
}
.editor-styles-wrapper .wp-block-html {
  max-width: 100%;
  background-color: #f8f6f4;
}
.editor-styles-wrapper .wp-block-html .block-editor-plain-text {
  white-space: pre-wrap;
  word-wrap: break-word;
  font-family: monospace;
  font-size: 15px;
  color: #818181;
  background: transparent;
}