@charset "UTF-8";
/* --------------------
Imports
-------------------- */
/* --------------------
Imports
-------------------- */
/* --------------------
Set root URL
or LESS compiling
-------------------- */
/* Browser reset  */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
figure,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
html {
  font-synthesis: none;
}
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  cellspacing: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.hyphenate {
  -ms-hyphens: auto;
      hyphens: auto;
}
/* Fonts */
@font-face {
  font-family: 'OSR Helvetica Neue';
  src: url('/wp-content/themes/osr/static/fonts/helvetica-neue/HelveticaNeue-BoldItalic.woff2') format('woff2'), url('/wp-content/themes/osr/static/fonts/helvetica-neue/HelveticaNeue-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'OSR Helvetica Neue';
  src: url('/wp-content/themes/osr/static/fonts/helvetica-neue/HelveticaNeue-Bold.woff2') format('woff2'), url('/wp-content/themes/osr/static/fonts/helvetica-neue/HelveticaNeue-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'OSR Helvetica Neue';
  src: url('/wp-content/themes/osr/static/fonts/helvetica-neue/HelveticaNeue-Medium.woff2') format('woff2'), url('/wp-content/themes/osr/static/fonts/helvetica-neue/HelveticaNeue-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'OSR Helvetica Neue';
  src: url('/wp-content/themes/osr/static/fonts/helvetica-neue/HelveticaNeue-Italic.woff2') format('woff2'), url('/wp-content/themes/osr/static/fonts/helvetica-neue/HelveticaNeue-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'OSR Helvetica Neue';
  src: url('/wp-content/themes/osr/static/fonts/helvetica-neue/HelveticaNeue-Roman.woff2') format('woff2'), url('/wp-content/themes/osr/static/fonts/helvetica-neue/HelveticaNeue-Roman.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'OSR Helvetica Neue';
  src: url('/wp-content/themes/osr/static/fonts/helvetica-neue/HelveticaNeue-LightItalic.woff2') format('woff2'), url('/wp-content/themes/osr/static/fonts/helvetica-neue/HelveticaNeue-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'OSR Helvetica Neue';
  src: url('/wp-content/themes/osr/static/fonts/helvetica-neue/HelveticaNeue-Light.woff2') format('woff2'), url('/wp-content/themes/osr/static/fonts/helvetica-neue/HelveticaNeue-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
/* General  */
.block {
  display: block;
}
.inlineblock {
  display: inline-block;
}
.none {
  display: none;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inlineflex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
.hidden {
  overflow: hidden;
}
/* --------------------
Containers
-------------------- */
.container-xl,
.container-lg,
.container {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.container-xl {
  max-width: 1900px;
  padding: 0;
}
.container-lg {
  max-width: 1400px;
}
.container {
  max-width: 1200px;
}
/* Float & align  */
.fl {
  float: left;
}
.fn {
  float: none;
}
.cb {
  clear: both !important;
}
.cl {
  clear: left !important;
}
.cr {
  clear: right !important;
}
.al {
  text-align: left !important;
}
.ar {
  text-align: right !important;
}
.ac {
  text-align: center !important;
}
/* Grid  */
.grid {
  margin: 0 auto;
  text-align: center;
}
.grid:after {
  clear: both !important;
  content: "";
  display: table;
}
[class*='col-'] {
  float: left;
}
.module {
  text-align: left;
}
/* Columns  */
.col-1-1 {
  width: 100%;
}
.col-4-5 {
  width: 80%;
}
.col-3-4 {
  width: 75%;
}
.col-2-3 {
  width: 66.66666%;
}
.col-3-5 {
  width: 60%;
}
.col-1-2 {
  width: 50%;
}
.col-2-5 {
  width: 40%;
}
.col-1-4 {
  width: 25%;
}
.col-1-5 {
  width: 20%;
}
.col-1-3 {
  width: 33.33333%;
}
.col-1-8 {
  width: 12.5%;
}
.col-1-6 {
  width: 16.66%;
}
/* Fonts  */
.arial {
  font-family: Arial, "OSR Helvetica Neue", Helvetica, sans-serif;
}
.helvetica {
  font-family: "OSR Helvetica Neue", Helvetica, Arial, sans-serif;
}
.garamond {
  font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
}
.georgia {
  font-family: Georgia, Times, "Times New Roman", serif;
}
.palatino {
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
}
/* Mixins  */
/* --------------------
Colors
-------------------- */
/* --------------------
Icon font
-------------------- */
.icons {
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* --------------------
Slick Slider
-------------------- */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.slick-dots li {
  background-color: #2E3368;
  border-radius: 50%;
  width: 22px;
  height: 22px;
}
@media (max-width: 575px) {
  .slick-dots li {
    width: 18px;
    height: 18px;
  }
}
.slick-dots li button {
  opacity: 0;
}
.slick-dots li.slick-active {
  background-color: #FF7A10;
}
/* --------------------
Animations
-------------------- */
.js-animation-fade-in,
.js-animation-fade-in-children {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.js-animation-fade-in.js-animation-visible,
.js-animation-fade-in-children.js-animation-visible {
  opacity: 1;
}
@font-face {
  font-family: "osr";
  src: url("/wp-content/themes/osr/static/fonts/osr.eot");
  src: url("/wp-content/themes/osr/static/fonts/osr.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/osr/static/fonts/osr.woff") format("woff"), url("/wp-content/themes/osr/static/fonts/osr.ttf") format("truetype"), url("/wp-content/themes/osr/static/fonts/osr.svg#osr") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "osr" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-google:before {
  content: "y";
}
.icon-glow-in-the-dark:before {
  content: "s";
}
.icon-personalmessage:before {
  content: "t";
}
.icon-arrow-left:before {
  content: "b";
}
.icon-pinstrest:before {
  content: "x";
}
.icon-arrow-right:before {
  content: "c";
}
.icon-arrow-up:before {
  content: "d";
}
.icon-star:before {
  content: "h";
}
.icon-star-empty:before {
  content: "g";
}
.icon-baptism:before {
  content: "r";
}
.icon-certificate:before {
  content: "q";
}
.icon-star-half:before {
  content: "f";
}
.icon-starcart:before {
  content: "o";
}
.icon-check:before {
  content: "e";
}
.icon-christmas:before {
  content: "p";
}
.icon-twitter:before {
  content: "w";
}
.icon-facebook:before {
  content: "v";
}
.icon-valetine:before {
  content: "n";
}
.icon-email:before {
  content: "m";
}
.icon-envelope:before {
  content: "l";
}
.icon-wedding:before {
  content: "k";
}
.icon-explanationsheet:before {
  content: "j";
}
.icon-aniversary:before {
  content: "u";
}
.icon-arrow-down:before {
  content: "a";
}
.icon-whatsapp:before {
  content: "i";
}
.icon-blog:before {
  content: "z";
}
.icon-x-1:before {
  content: "C";
}
.icon-gift:before {
  content: "D";
}
.icon-shipping:before {
  content: "B";
}
.icon-calendar159:before {
  content: "E";
}
.icon-fifty:before {
  content: "F";
}
.icon-memorial:before {
  content: "G";
}
.icon-secretary:before {
  content: "H";
}
.icon-geboorte:before {
  content: "I";
}
.icon-vadermoederdag:before {
  content: "J";
}
.icon-custom-starpage:before {
  content: "K";
}
.icon-elegant-giftcard-wrapping:before {
  content: "L";
}
.icon-eternal-star-registration:before {
  content: "M";
}
.icon-explanation-sheet-2:before {
  content: "N";
}
.icon-giftcard-code:before {
  content: "O";
}
.icon-starfinder-app:before {
  content: "P";
}
.icon-gift-wrapper:before {
  content: "Q";
}
.icon-love:before {
  content: "n";
}
.icon-new-year:before {
  content: url("/wp-content/themes/osr/static/images/2021/icons/icon-new-year.svg");
}
.icon-get-well-soon:before {
  content: url("/wp-content/themes/osr/static/images/2021/icons/icon-get-well-soon.svg");
}
.icon-friendship:before {
  content: url("/wp-content/themes/osr/static/images/2021/icons/icon-friendship.svg");
}
.icon-thank-you:before {
  content: url("/wp-content/themes/osr/static/images/2021/icons/icon-thank-you.svg");
}
.icon-graduation:before {
  content: url("/wp-content/themes/osr/static/images/2021/icons/icon-graduation.svg");
}
/* --------------------
Imports
-------------------- */
body.page-template-page-corporate-gifts .header {
  background-color: #081843;
}
.main {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  width: 100%;
}
.section {
  float: none;
}
.editor .section__h1 {
  font-size: 34px;
  line-height: 40px;
  color: white;
  margin-bottom: 28px;
}
.section__grid {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 20px;
}
.section__grid--1230 {
  max-width: 1270px;
}
.section__grid--1900 {
  max-width: 1940px;
}
@media only screen and (max-width: 640px) {
  .editor .section__h1 {
    font-size: 26px;
    line-height: 32px;
  }
}
.fancybox__backdrop {
  background-color: rgba(0, 0, 36, 0.8);
}
.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: 0 !important;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb:after {
  border-color: #16c3fc;
}
.country-detection-modal {
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  border-radius: 8px;
  padding: 0;
  overflow: visible;
  /* --- First Step --- */
  /* --- Second Step --- */
  /* --- General --- */
}
.country-detection-modal .ts-control input[readonly] {
  caret-color: transparent !important;
}
.country-detection-modal[open] {
  visibility: visible;
}
.country-detection-modal::-ms-backdrop {
  background-color: rgba(0, 0, 0, 0.7);
}
.country-detection-modal::backdrop {
  background-color: rgba(0, 0, 0, 0.7);
}
.country-detection-modal.second-step .country-detection-modal__first-step-container {
  display: none;
}
.country-detection-modal.second-step .country-detection-modal__second-step-container {
  display: block;
}
.country-detection-modal__container {
  position: relative;
  background-color: #EEF4FF;
  border-radius: 8px;
  min-width: 480px;
  padding: 40px 60px;
}
@media only screen and (max-width: 767px) {
  .country-detection-modal__container {
    min-width: auto;
    padding: 16px 32px;
  }
}
.country-detection-modal__close-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  background: none;
  border: none;
  font-size: 32px;
  line-height: 1;
  color: #000024;
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  z-index: 10;
}
.country-detection-modal__close-btn:hover {
  color: #FF7A10;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.country-detection-modal__close-btn:focus,
.country-detection-modal__close-btn:focus-within,
.country-detection-modal__close-btn:focus-visible {
  outline: none;
}
@media only screen and (max-width: 767px) {
  .country-detection-modal__close-btn {
    top: 8px;
    right: 8px;
    font-size: 28px;
    width: 28px;
    height: 28px;
  }
}
.country-detection-modal__first-step-container p {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000024;
}
.country-detection-modal__first-step-ctas-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .country-detection-modal__first-step-ctas-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.country-detection-modal__second-step-container {
  display: none;
}
.country-detection-modal__second-step-select-container {
  margin-bottom: 16px;
}
.country-detection-modal__second-step-select-container .ts-wrapper {
  margin-top: 8px;
}
.country-detection-modal__second-step-ctas-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 12px;
  margin-top: 32px;
}
.country-detection-modal .button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 8px;
  padding: 12px 24px;
  cursor: pointer;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.country-detection-modal .button--transparent {
  color: #2E3368;
  background-color: transparent;
  border: 1px solid #2E3368;
}
.country-detection-modal .button--transparent:hover {
  color: white;
  background-color: #2E3368;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.country-detection-modal .button--orange {
  color: white;
  background-color: #FF7A10;
  border: 1px solid #FF7A10;
}
.country-detection-modal .button--orange:hover {
  background-color: #EC651E;
  border: 1px solid #EC651E;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.country-detection-modal .button:disabled {
  color: #000024;
  background-color: #B2BAC4;
  border: 1px solid #B2BAC4;
  cursor: not-allowed;
}
.grecaptcha-badge {
  z-index: 1000;
}
.no-scroll {
  overflow: hidden;
}
/* --------------------
Body styles
-------------------- */
body {
  overflow-x: hidden;
  font-family: "OSR Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000024;
  background: black;
  visibility: visible !important;
}
body .cntr {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 1260px) {
  body .cntr {
    max-width: 1024px;
  }
}
@media only screen and (max-width: 1023px) {
  body .cntr {
    max-width: 768px;
  }
}
@media only screen and (max-width: 767px) {
  body .cntr {
    width: 100%;
    max-width: 370px;
    overflow: hidden;
  }
}
body .editor h1 {
  font-weight: bold;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 28px;
}
@media only screen and (max-width: 1023px) {
  body .editor h1 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 767px) {
  body .editor h1 {
    font-size: 26px;
    line-height: 32px;
  }
}
body .editor h2 {
  font-weight: bold;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 28px;
}
@media only screen and (max-width: 1260px) {
  body .editor h2 {
    font-size: 27px;
  }
}
body .editor h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
}
body .editor h3.thin {
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  margin-top: 5px;
  color: #5F5F7F;
}
body .editor p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 28px;
}
body .editor p a {
  text-decoration: underline;
}
body .editor p .button {
  text-decoration: none;
  color: white;
  line-height: 1;
}
body .editor p.center-button-inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .editor p a.permalink {
  float: left;
  font-weight: bold;
  font-size: 14px;
  color: #000024;
  text-decoration: none;
}
body .editor p a.permalink:after {
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "c";
  font-size: 10px;
  margin-left: 5px;
}
body .editor p a.permalink:hover {
  color: rgba(0, 0, 36, 0.5);
}
body .editor iframe {
  width: 100%;
}
body .editor ol,
body .editor ul {
  font-size: 14px;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 28px;
}
body .editor ol li a,
body .editor ul li a {
  text-decoration: underline;
}
body .editor.white h1,
body .editor.white h2,
body .editor.white h3,
body .editor.white h4,
body .editor.white h5,
body .editor.white h6,
body .editor.white p {
  color: white;
}
body .editor.white h1 a,
body .editor.white h2 a,
body .editor.white h3 a,
body .editor.white h4 a,
body .editor.white h5 a,
body .editor.white h6 a,
body .editor.white p a {
  color: white;
}
body .editor.intro h1,
body .editor.intro h2,
body .editor.intro h3,
body .editor.intro h4,
body .editor.intro h5,
body .editor.intro h6 {
  margin-bottom: 10px;
}
body .editor.intro p {
  font-size: 16px;
  line-height: 24px;
}
body .editor.highlights .button {
  margin-top: -5px;
}
body .editor.highlights .title {
  padding: 30px 70px 20px;
}
@media only screen and (max-width: 1023px) {
  body .editor.highlights .title {
    padding: 30px 60px 0;
  }
}
body .editor.highlights .title > div {
  font-size: 20px;
  line-height: 24px;
  display: inline-block;
  float: left;
}
@media only screen and (max-width: 1260px) {
  body .editor.highlights .title > div {
    font-size: 16px;
    max-width: calc(100% - 240px);
  }
}
@media only screen and (max-width: 767px) {
  body .editor.highlights .title > div {
    width: 100%;
    max-width: 100%;
    padding-bottom: 20px;
  }
}
body .editor.highlights .title > div a {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  body .editor.highlights .title > div a {
    width: 100%;
    float: left;
  }
}
body .editor.highlights .sliderwrapper {
  padding: 0;
}
body .editor.highlights .sliderwrapper .referenties-wrapper {
  padding-bottom: 30px;
}
@media only screen and (max-width: 1260px) {
  body .editor.highlights .sliderwrapper .referenties-wrapper .osr-carousel.osr-referenties-carousel .slick-list .slick-slide.highlight .inner p {
    font-size: 14px;
    line-height: 18px;
    top: 0;
    bottom: auto;
    padding: 0;
    position: relative;
  }
  body .editor.highlights .sliderwrapper .referenties-wrapper .osr-carousel.osr-referenties-carousel .slick-list .slick-slide.highlight .inner p.title {
    font-size: 11px;
  }
}
body .editor.highlights .sliderwrapper .referenties-wrapper .osr-carousel .slick-arrow {
  top: 50px;
}
body .editor.highlights .bold {
  font-weight: 700;
}
body p.iframe-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 52.6%;
}
body p.iframe-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
body a {
  color: #045AB0;
  text-decoration: none;
}
body.menu-mobile-open {
  overflow: hidden !important;
}
@media only screen and (max-width: 1023px) {
  body .hide-1023 {
    display: none;
  }
  body .show-1023 {
    display: block;
  }
  body .full-tablet {
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  body .cntr .col-3-5.main {
    width: 100%;
  }
}
.main-content-wrapper {
  position: relative;
  width: 100%;
  z-index: 10;
}
.main-content-wrapper:before {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  top: -150px;
  left: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(69, 76, 151, 0.55)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgba(69, 76, 151, 0.55) 50%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (max-width: 1023px) {
  .main-content-wrapper {
    padding-top: 103px;
    margin-top: -103px;
  }
}
/* --------------------
Buttons
-------------------- */
.button {
  display: inline-block;
  position: relative;
  color: white;
  font-size: 14px;
  padding: 10px 15px;
  z-index: 1;
  border: none;
  cursor: pointer;
  text-decoration: none;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  /* ------------
	Orange
	------------ */
}
.button.arrow:after {
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "c";
  font-size: 10px;
  margin-left: 5px;
}
.button.arrow-left:after {
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  content: "b";
  font-size: 10px;
  margin-right: 5px;
  margin-top: 2px;
}
.button.button-orange {
  background: #FF7A10;
}
.button.button-orange:hover {
  background: #EC651E;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.button.button-orange.gradient {
  background-color: #f5923a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5923a), to(#f54c4c));
  background-image: linear-gradient(top, #f5923a, #f54c4c);
  background-image: none;
  background-color: #FF7A10;
}
.button.button-orange.gradient:hover {
  background-color: #f54c4c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f54c4c), to(#f5923a));
  background-image: linear-gradient(top, #f54c4c, #f5923a);
  background-image: none;
  background-color: #E8632A;
}
.button.button-blue {
  background-color: #16C3FC;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#16C3FC), to(#03a6dc));
  background-image: linear-gradient(top, #16C3FC, #03a6dc);
}
.button.button-blue:hover {
  background-color: #1090B5;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.button.button-blue.gradient:before {
  display: none;
}
.button.medium {
  padding: 15px 20px;
}
.button.medium:before {
  float: right;
  margin-left: 10px;
  margin-top: 1px;
  font-size: 12px !important;
}
.button.bold {
  font-weight: bold;
}
.button.transparent {
  padding: 0;
}
.button#searchsubmit {
  position: absolute;
  padding: 15px 40px 15px 20px;
}
.button#searchsubmit:after {
  position: absolute;
  right: 18px;
  top: 50%;
  width: 13px;
  height: 13px;
  content: "";
  background: url("/wp-content/themes/osr/static/images/search-white.svg") center center / 13px no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1023px) {
  .button#searchsubmit {
    position: relative;
  }
}
.button.button-big {
  font-size: 19px;
  font-weight: bold;
  padding: 20px;
  height: 61px;
  border-radius: 4px;
}
@media only screen and (max-width: 1260px) {
  .button.button-big {
    font-size: 16px;
    height: auto;
    line-height: 22px;
    padding: 10px 15px;
  }
  .button.button-big:after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .button.button-big:before {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0;
  }
  .friendship .button.button-big:before,
  .get-well-soon .button.button-big:before,
  .valetine .button.button-big:before,
  .graduation .button.button-big:before,
  .thank-you .button.button-big:before,
  .new-year .button.button-big:before {
    margin-top: -1px;
    height: 20px;
    width: 20px;
  }
}
.button.button-big:before {
  float: left;
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 1px 18px -1px 0;
  content: "h";
}
.star .button.button-big:before {
  content: "h";
}
.baptism .button.button-big:before {
  content: "r";
}
.certificate .button.button-big:before {
  content: "q";
}
.starcart .button.button-big:before {
  content: "o";
}
.christmas .button.button-big:before {
  content: "p";
}
.love .button.button-big:before {
  content: "n";
}
.wedding .button.button-big:before {
  content: "k";
}
.explanationsheet .button.button-big:before {
  content: "v";
}
.aniversary .button.button-big:before {
  content: "u";
}
.envelope .button.button-big:before {
  content: "l";
}
.personalmessage .button.button-big:before {
  content: "t";
}
.glow-in-the-dark .button.button-big:before {
  content: "s";
}
.fifty .button.button-big:before {
  content: "F";
}
.memorial .button.button-big:before {
  content: "G";
}
.secretary .button.button-big:before {
  content: "H";
}
.geboorte .button.button-big:before {
  content: "I";
}
.gift .button.button-big:before {
  content: "D";
}
.vadermoederdag .button.button-big:before {
  content: "J";
}
.sinterklaas .button.button-big:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/icon-sinterklaas.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  display: inline-block;
}
.new-year .button.button-big:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-new-year.svg");
  margin-top: -2px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  display: inline-block;
}
.friendship .button.button-big:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-friendship.svg");
  margin-top: -2px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  display: inline-block;
}
.get-well-soon .button.button-big:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-get-well-soon.svg");
  margin-top: -2px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  display: inline-block;
}
.valetine .button.button-big:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-valentine.svg");
  margin-top: -2px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  display: inline-block;
}
.graduation .button.button-big:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-graduation.svg");
  margin-top: -2px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  display: inline-block;
}
.thank-you .button.button-big:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-thank-you.svg");
  margin-top: -2px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .button.button-big:before:before {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0;
  }
  .friendship .button.button-big:before:before,
  .get-well-soon .button.button-big:before:before,
  .valetine .button.button-big:before:before,
  .graduation .button.button-big:before:before,
  .thank-you .button.button-big:before:before,
  .new-year .button.button-big:before:before {
    margin-top: -1px;
    height: 20px;
    width: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .button.button-big::after {
    display: none;
  }
}
.button.button-big > span {
  float: right;
  position: relative;
  padding-left: 20px;
  margin-left: 20px;
}
.button.button-big > span:before {
  position: absolute;
  width: 1px;
  height: 61px;
  left: 0;
  top: -20px;
  background: rgba(255, 255, 255, 0.25);
  content: "";
}
.button.button-big > span:after {
  display: none;
  position: absolute;
  width: 1px;
  height: 44px;
  left: -1px;
  top: -10px;
  background: #fca65b;
  content: "";
}
.button.button-big > span span {
  position: relative;
  font-size: 17px;
  margin-bottom: -10px;
  margin-right: 10px;
}
.button.button-big > span span:before {
  position: absolute;
  line-height: 24px;
  margin-left: -3px;
}
@media only screen and (max-width: 1260px) {
  .button.button-big > span {
    display: inline;
    margin: 0;
    padding-left: 0px;
    float: none;
  }
  .button.button-big > span:before,
  .button.button-big > span:after,
  .button.button-big > span span {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .button.button-big > span {
    display: inline;
    margin: 0;
    padding-left: 0px;
    float: none;
  }
  .button.button-big > span:before,
  .button.button-big > span:after,
  .button.button-big > span span {
    display: none;
  }
}
.smaller-buttons .button.button-big {
  font-size: 17px;
}
/* --------------------
Section
-------------------- */
.section {
  width: 100%;
}
.section.first .module {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .section.highlights-section {
    display: none;
  }
}
/* --------------------
Module
-------------------- */
.module {
  position: relative;
  width: 100%;
  background: white;
  margin: 30px 0 0;
  overflow: hidden;
  border-radius: 4px;
}
.module.has-sidebar .main {
  width: calc(100% - 556px);
  min-height: 750px;
}
body.page-template-page-service .module.has-sidebar .main {
  overflow: visible;
}
.module.has-sidebar:after {
  position: absolute;
  width: 40%;
  max-width: 556px;
  height: 100%;
  right: 0;
  top: 0;
  background: #DCDEF0;
  content: "";
  z-index: 0;
}
.module.single-blog,
.module.blog {
  border-radius: 0 4px 4px 4px;
}
.module [class*='col-'] {
  position: relative;
  padding: 55px 50px;
  overflow: hidden;
}
.module [class*='col-'] .product-image {
  height: auto;
  max-width: 100%;
  margin-top: 25px;
}
.module [class*='col-'] [class*='col-'] {
  padding: 0;
}
.module [class*='col-'].background-corner {
  background: #e6e8f4;
}
.module [class*='col-'].background-corner:after {
  position: absolute;
  width: 910px;
  height: 910px;
  bottom: -256px;
  right: -355px;
  content: "";
  z-index: 0;
  background: #bccbf1;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #bccbf1 0%, #e6e8f4 65%, #e6e8f4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.module [class*='col-'].background-corner:before {
  position: absolute;
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 220px;
  color: #e1e7f7;
  right: -60px;
  bottom: -60px;
  width: 220px;
  height: 220px;
  z-index: 1;
}
.love .module [class*='col-'].background-corner:before {
  content: "n";
}
.star .module [class*='col-'].background-corner:before {
  content: "h";
}
.baptism .module [class*='col-'].background-corner:before {
  content: "r";
}
.certificate .module [class*='col-'].background-corner:before {
  content: "q";
}
.starcart .module [class*='col-'].background-corner:before {
  content: "o";
}
.christmas .module [class*='col-'].background-corner:before {
  content: "p";
}
.valetine .module [class*='col-'].background-corner:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-valentine-220.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.45;
  display: inline-block;
}
.wedding .module [class*='col-'].background-corner:before {
  content: "k";
}
.explanationsheet .module [class*='col-'].background-corner:before {
  content: "v";
}
.aniversary .module [class*='col-'].background-corner:before {
  content: "u";
}
.envelope .module [class*='col-'].background-corner:before {
  content: "l";
}
.personalmessage .module [class*='col-'].background-corner:before {
  content: "t";
}
.glow-in-the-dark .module [class*='col-'].background-corner:before {
  content: "s";
}
.fifty .module [class*='col-'].background-corner:before {
  content: "F";
}
.memorial .module [class*='col-'].background-corner:before {
  content: "G";
}
.secretary .module [class*='col-'].background-corner:before {
  content: "H";
}
.geboorte .module [class*='col-'].background-corner:before {
  content: "I";
}
.gift .module [class*='col-'].background-corner:before {
  content: "D";
}
.vadermoederdag .module [class*='col-'].background-corner:before {
  content: "J";
}
.sinterklaas .module [class*='col-'].background-corner:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/icon-sinterklaas.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  display: inline-block;
}
.new-year .module [class*='col-'].background-corner:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-new-year-220.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.45;
  display: inline-block;
}
.friendship .module [class*='col-'].background-corner:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-friendship-220.png");
  right: -30px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.45;
  display: inline-block;
}
.get-well-soon .module [class*='col-'].background-corner:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-get-well-soon-220.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.45;
  display: inline-block;
}
.graduation .module [class*='col-'].background-corner:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-graduation-220.png");
  bottom: -35px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.45;
  display: inline-block;
}
.thank-you .module [class*='col-'].background-corner:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-thank-you-220.png");
  bottom: -51px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.45;
  display: inline-block;
}
body.home .module [class*='col-'] h1,
body.single-occasion .module [class*='col-'] h1,
body.home .module [class*='col-'] h2,
body.single-occasion .module [class*='col-'] h2,
body.home .module [class*='col-'] h3,
body.single-occasion .module [class*='col-'] h3,
body.home .module [class*='col-'] ul,
body.single-occasion .module [class*='col-'] ul,
body.home .module [class*='col-'] p,
body.single-occasion .module [class*='col-'] p {
  position: relative;
  z-index: 2;
}
.module [class*='col-'].stars-left {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.module [class*='col-'].stars-left img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.module [class*='col-'].no-padding-top {
  padding: 0 40px 40px;
}
.module [class*='col-'].no-padding-bottom {
  padding: 40px 40px 0;
}
.module [class*='col-'].first-left {
  float: left;
  max-height: 650px;
}
.module [class*='col-'].first-left h1 {
  margin-bottom: 6px;
}
.module [class*='col-'].first-left h3 {
  display: inline-block;
  margin-bottom: 12px;
}
.module [class*='col-'].first-left ul {
  overflow: hidden;
}
.module [class*='col-'].first-left ul li {
  position: relative;
  float: left;
  display: inline-block;
  clear: left;
  padding-left: 50px;
  margin-bottom: 14px;
}
.module [class*='col-'].first-left ul li a {
  color: #000024;
  margin-right: 5px;
}
.module [class*='col-'].first-left ul li:before {
  display: none;
}
.module [class*='col-'].first-left ul li:after {
  position: absolute;
  width: 32px;
  height: 31px;
  left: 0;
  top: -1px;
  content: "";
  margin: 0;
  background: url("/wp-content/themes/osr/static/images/star-blue-v2.svg") top left / 32px no-repeat;
}
.module [class*='col-'].first-left .button {
  float: left;
  clear: both;
}
.module [class*='col-'].first-right {
  float: right;
  padding-bottom: 10px;
  background: white;
  max-height: 650px;
}
.module [class*='col-'].first-right .cta-seecontents {
  position: relative;
  display: inline-block;
  z-index: 3;
}
.module [class*='col-'].first-right .cta-seecontents.button {
  position: absolute;
  z-index: 4;
}
.module [class*='col-'].first-right a,
.module [class*='col-'].first-right .occasionDropdown,
.module [class*='col-'].first-right .osr-carousel {
  z-index: 3;
}
.module [class*='col-'].first-right:before {
  position: absolute;
  width: 550px;
  height: 550px;
  left: -230px;
  bottom: -95px;
  content: "";
  z-index: 1;
}
.module [class*='col-'].first-right:after {
  position: absolute;
  width: 100%;
  height: 80%;
  left: 0;
  top: 0;
  content: "";
  z-index: 2;
}
.module.blue {
  background: #2A385C;
}
.module.blue-white {
  background-color: #EEEFF8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#EEEFF8), to(#C7CAE7));
  background-image: linear-gradient(top, #EEEFF8, #C7CAE7);
}
.module.purple {
  overflow: visible;
  border-radius: 0 0 4px 4px;
}
.module.purple .col-1-1.purple {
  float: none;
  margin: -40px auto 0;
  width: calc(100% - 80px);
  padding: 30px 40px;
  border-radius: 4px;
  background-color: #6762A7;
  background-image: -webkit-gradient(linear, left bottom, right top, from(#6762A7), to(#525585));
  background-image: linear-gradient(bottom left, #6762A7, #525585);
}
.module.purple .col-1-1.purple.glow {
  position: relative;
}
.module.purple .col-1-1.purple.glow .col-1-2 {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.module.purple .col-1-1.purple.glow h1,
.module.purple .col-1-1.purple.glow .col-1-2 {
  position: relative;
  z-index: 1;
}
.module.purple .col-1-1.purple.glow:after {
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: white;
  background-image: -webkit-gradient(linear, right bottom, left top, from(white), to(#525585));
  background-image: linear-gradient(bottom right, white, #525585);
}
.module.purple .col-1-1.light-blue {
  float: none;
  margin: -40px auto 0;
  width: calc(100% - 80px);
  padding: 30px 115px;
  border-radius: 4px;
}
.module.purple .col-1-1.light-blue.glow {
  position: relative;
}
.module.purple .col-1-1.light-blue.glow .col-1-2 {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.module.purple .col-1-1.light-blue.glow h1,
.module.purple .col-1-1.light-blue.glow .col-1-2 {
  position: relative;
  z-index: 1;
  color: #000025;
}
.module.purple .col-1-1.light-blue.glow h1 {
  margin-bottom: 40px;
}
.module.purple .col-1-1.light-blue.glow:after {
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.module.purple .search-form {
  float: right;
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  padding-left: 40px;
  max-width: 400px;
}
.module.purple .search-form input {
  float: left;
  width: 98%;
  font-size: 14px;
  height: 47px;
  padding: 0 160px 0 20px;
  font-style: italic;
  border: none;
  border-radius: 4px;
}
.module.purple .search-form input.search-input--bold {
  font-style: normal;
  font-weight: bold;
}
.module.purple .search-form.has-blinker {
  position: relative;
}
.module.purple .search-form.has-blinker:after {
  position: absolute;
  width: 2px;
  height: 17px;
  background: #565656;
  top: 15px;
  left: 59px;
  content: "";
  z-index: 999999;
  -webkit-animation: 1s blinker step-end infinite;
          animation: 1s blinker step-end infinite;
}
.module.purple .search-form.disable-blinker:after {
  opacity: 0;
}
.module.purple .search-form .button {
  position: absolute;
  top: 0;
  right: 0;
  height: 47px;
  border-radius: 4px;
}
@media only screen and (max-width: 1500px) {
  .module [class*='col-'].first-left {
    padding: 45px 40px;
  }
  .module [class*='col-'].first-right {
    padding: 45px 40px;
    padding-bottom: 10px;
  }
  body.home .module [class*='col-'].no-padding-top,
  body.single-occasion .module [class*='col-'].no-padding-top {
    padding: 0 40px 40px;
  }
  body.home .module [class*='col-'].first-right,
  body.single-occasion .module [class*='col-'].first-right {
    padding-bottom: 10px;
  }
  body.home .module [class*='col-'].has-video h2,
  body.single-occasion .module [class*='col-'].has-video h2 {
    padding-left: 55px;
  }
  body.home .module [class*='col-'].has-video h2:before,
  body.single-occasion .module [class*='col-'].has-video h2:before {
    left: 0;
  }
}
@media only screen and (max-width: 1430px) {
  .module.has-sidebar .main {
    width: 60%;
  }
  .module.has-sidebar .sidebar {
    width: 40%;
  }
}
@media only screen and (max-width: 1349px) {
  .module.purple .col-1-1.light-blue {
    padding: 30px 70px;
  }
}
@media only screen and (max-width: 1023px) {
  .module [class*='col-'] {
    padding: 35px 30px;
  }
  .module [class*='col-'].stars-left {
    padding: 0 0 52.6% 0;
  }
  .module [class*='col-'].first-left {
    padding: 35px 30px;
  }
  .module [class*='col-'].first-left ul {
    margin: 20px 0;
  }
  .module [class*='col-'].first-left ul li {
    padding-left: 28px;
    margin-bottom: 10px;
    line-height: 22px;
  }
  .module [class*='col-'].first-left ul li:after {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
  .module [class*='col-'].first-right {
    padding: 35px 30px;
    padding-bottom: 10px;
  }
  .module [class*='col-'].first-right .product-image {
    margin-top: 45px;
    margin-top: 85px;
    margin-bottom: 30px;
  }
  .module [class*='col-'].first-right .discover {
    padding-left: 15px;
    padding-right: 15px;
  }
  .module [class*='col-'].stars-left {
    background: url("/wp-content/themes/osr/static/images/stars-left-bg.jpg") center center no-repeat;
  }
  .module.purple .col-1-1.purple {
    width: calc(100% - 40px);
    padding: 30px 20px;
  }
  .module.purple .col-1-1.light-blue {
    width: calc(100% - 40px);
    padding: 30px;
  }
  .module.purple .search-form input {
    width: 100%;
    padding: 0 20px;
  }
  .module.purple .search-form .button {
    float: right;
    position: relative;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .module.has-sidebar:after {
    display: none;
  }
  .module.has-sidebar .main {
    width: 100%;
    min-height: 0;
  }
  .module.has-sidebar .sidebar {
    width: 100%;
  }
  .module [class*='col-'] {
    padding: 25px 20px;
    width: 100%;
  }
  .module [class*='col-'] .product-image {
    height: auto;
    width: 100%;
    margin-top: 40px;
  }
  .module [class*='col-'].first-right {
    padding: 25px 20px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
  }
  .module [class*='col-'].first-right .occasionDropdown {
    max-width: 390px;
    top: 20px;
    right: 20px;
  }
  .module [class*='col-'].first-left {
    padding: 25px 20px;
    max-height: none;
    border-radius: 4px;
  }
  .module [class*='col-'].first-left .order-button {
    text-align: center !important;
  }
  .module [class*='col-'].first-left .order-button a {
    float: none;
  }
  .module [class*='col-'].first-right {
    max-height: none;
  }
  .module.purple .col-1-1.purple {
    width: calc(100% - 20px);
  }
  .module.purple .col-1-1.purple .col-1-2 {
    text-align: left !important;
  }
  .module.purple .col-1-1.light-blue {
    width: calc(100% - 20px);
  }
  .module.purple .col-1-1.light-blue .col-1-2 {
    text-align: left !important;
  }
  .module.purple .search-form {
    padding-left: 0;
  }
  .module.purple .search-form .button {
    float: left;
  }
}
/*--------
Footer
--------*/
.footer {
  float: left;
  position: relative;
  z-index: 0;
  width: 100%;
  padding-top: 100px;
  background: #151539;
}
@media (max-width: 767px) {
  .footer {
    padding-top: 10px;
  }
}
.footer .footer-first-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .footer .footer-first-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.footer .footer-first-section p {
  color: white;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .footer .footer-first-section p {
    font-size: 16px;
  }
}
.footer .footer-first-section h3 {
  line-height: 26px;
  margin-bottom: 20px;
  color: #8A8AA1;
  font-weight: 400;
}
.footer .footer-first-section .footer-nav {
  margin-right: 40px;
  padding-right: 40px;
  border-right: 1px solid #fff3;
  width: 25%;
}
@media (max-width: 1023px) {
  .footer .footer-first-section .footer-nav {
    padding-right: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .footer .footer-first-section .footer-nav {
    display: none;
  }
}
.footer .footer-first-section .footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer .footer-first-section .footer-nav ul li {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
}
.footer .footer-first-section .footer-nav ul li a {
  color: white;
}
.footer .footer-first-section .footer-nav ul li a:hover {
  text-decoration: underline;
}
.footer .footer-first-section .footer-nav ul li:before,
.footer .footer-first-section .footer-nav ul li:after {
  display: none;
}
.footer .footer-first-section .footer-nav ul li:last-child {
  margin-bottom: 0;
}
.footer .footer-first-section .footer-nav-mobile {
  display: none;
}
@media (max-width: 767px) {
  .footer .footer-first-section .footer-nav-mobile {
    display: block;
  }
}
.footer .footer-first-section .footer-nav-mobile .footer-nav-mobile-item {
  border-bottom: 1px solid #566072;
}
.footer .footer-first-section .footer-nav-mobile .footer-nav-mobile-item button {
  padding: 20px 40px;
  color: #fff;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: transparent;
  border: none;
  width: 100%;
  font-weight: bold;
}
.footer .footer-first-section .footer-nav-mobile .footer-nav-mobile-item button:after {
  content: url(/wp-content/uploads/2023/10/arrow-white-right.svg);
  width: 6px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.footer .footer-first-section .footer-nav-mobile .footer-nav-mobile-item > div {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}
.footer .footer-first-section .footer-nav-mobile .footer-nav-mobile-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
}
.footer .footer-first-section .footer-nav-mobile .footer-nav-mobile-item ul li a {
  padding: 20px 40px;
  color: #fff;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .footer-first-section .footer-nav-mobile .footer-nav-mobile-item.active button:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.footer .footer-first-section .footer-nav-mobile .footer-nav-mobile-item.active > div {
  max-height: 1000px;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}
@media (max-width: 767px) {
  .footer .footer-first-section .newsletter-box {
    padding: 40px;
    text-align: center;
  }
  .footer .footer-first-section .newsletter-box h3 {
    display: none;
  }
  .footer .footer-first-section .newsletter-box p {
    margin-bottom: 15px;
  }
  .footer .footer-first-section .newsletter-box .newsletter-form {
    margin-bottom: 45px;
  }
  .footer .footer-first-section .newsletter-box .newsletter-form button {
    top: 18px;
  }
}
.footer .footer-first-section .social-footer {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}
.footer .footer-first-section .social-footer a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 6px;
  background: #ffffff1a;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.footer .footer-first-section .social-footer a:hover {
  background: #ffffff66;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.footer .footer-first-section .newsletter-form {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 35px;
}
.footer .footer-first-section .newsletter-form input {
  float: left;
  width: 100%;
  font-size: 16px;
  padding: 18px 20px 17px 20px;
  border: none;
  border-radius: 50px;
}
.footer .footer-first-section .newsletter-form input.language {
  display: none;
}
.footer .footer-first-section .newsletter-form button {
  position: absolute;
  right: 21px;
  top: 20px;
  padding: 0;
  background: none;
}
.footer .footer-first-section .newsletter-form button svg {
  width: 6px;
}
.footer .footer-second-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px;
  padding-top: 100px;
  padding-bottom: 40px;
}
@media (max-width: 1024px) {
  .footer .footer-second-section {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .footer .footer-second-section {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.footer .footer-second-section__address-container {
  width: 100%;
  color: #8a8aa1;
}
.footer .footer-second-section__address-container p {
  line-height: 20px;
}
.footer .footer-second-section__address-container p span {
  font-weight: 700;
}
@media (max-width: 1024px) {
  .footer .footer-second-section__address-container p {
    text-align: center;
  }
  .footer .footer-second-section__address-container p span {
    font-weight: 400;
  }
}
.footer .footer-second-section__address-subcontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}
@media (max-width: 1024px) {
  .footer .footer-second-section__address-subcontainer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .footer-second-section__address-subcontainer p {
  line-height: 20px;
}
.footer .footer-second-section__address-subcontainer a {
  color: #8a8aa1;
}
@media (max-width: 767px) {
  .footer .footer-second-section__address-subcontainer .hide-on-mobile {
    display: none;
  }
}
.footer .footer-second-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
.footer .footer-second-section ul li a {
  color: #8A8AA1;
}
.footer .footer-second-section .footer-nav--desktop {
  width: 100%;
}
@media (max-width: 767px) {
  .footer .footer-second-section .footer-nav--desktop {
    display: none;
  }
}
.footer .footer-second-section .footer-nav--mobile {
  display: none;
}
@media (max-width: 767px) {
  .footer .footer-second-section .footer-nav--mobile {
    display: block;
  }
  .footer .footer-second-section .footer-nav--mobile ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .footer-second-section .footer-nav--mobile ul li {
    width: 40%;
    font-size: 14px;
  }
  .footer .footer-second-section .footer-nav--mobile ul li:nth-child(even) {
    text-align: right;
  }
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  -webkit-appearance: none;
}
/* --------------------
Cookiebot
-------------------- */
body #CybotCookiebotDialog.CybotEdge {
  left: 0;
  -webkit-transform: translate(0%, -100%);
          transform: translate(0%, -100%);
  min-width: 70vw;
  max-width: 70vw;
  border-radius: 0 32px 0 0;
  padding: 0;
}
@media (max-width: 1280px) {
  body #CybotCookiebotDialog.CybotEdge {
    top: initial;
    bottom: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    left: 3vw;
    border-radius: 32px 32px 0 0;
    min-width: 94vw;
    max-width: 94vw;
  }
}
body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  /* - Header - */
  /* - Body - */
  /* - Footer - */
}
body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
@media (max-width: 1280px) {
  body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper {
    display: initial;
  }
}
body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogHeader {
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  background-color: #eef4ff;
}
@media (max-width: 1280px) {
  body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogHeader {
    height: 68px;
    padding: 0;
    background-color: initial;
  }
}
body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogHeader #CybotCookiebotDialogHeaderLogosWrapper #CybotCookiebotDialogPoweredbyLink {
  width: 60%;
}
@media (max-width: 1280px) {
  body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogHeader #CybotCookiebotDialogHeaderLogosWrapper {
    position: relative;
    display: block;
  }
  body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogHeader #CybotCookiebotDialogHeaderLogosWrapper::after {
    content: url('../../images/coockiebot/cookiebot-logo-mobile.svg');
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogHeader #CybotCookiebotDialogHeaderLogosWrapper #CybotCookiebotDialogPoweredbyImage {
    display: none;
  }
}
body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogHeader #CybotCookiebotDialogHeaderLogosWrapper #CybotCookiebotDialogPoweredbyCybot {
  margin: 0 0 30px;
}
@media (max-width: 1280px) {
  body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogHeader #CybotCookiebotDialogHeaderLogosWrapper #CybotCookiebotDialogPoweredbyCybot {
    display: none;
  }
}
body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogTabContent {
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  padding: 20px 30px 0 30px;
  margin: 0 !important;
}
@media (max-width: 1280px) {
  body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogTabContent {
    padding: 0;
  }
}
body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogTabContent #CybotCookiebotDialogBody .CybotCookiebotScrollContainer {
  padding: 0;
}
@media (max-width: 1280px) {
  body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogTabContent #CybotCookiebotDialogBody .CybotCookiebotScrollContainer {
    border-bottom: none;
    max-height: 120px;
    padding: 0.375em 20px;
  }
}
body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogTabContent #CybotCookiebotDialogBody .CybotCookiebotScrollContainer #CybotCookiebotDialogBodyContent {
  padding: 0;
}
@media (max-width: 1280px) {
  body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogTabContent #CybotCookiebotDialogBody .CybotCookiebotScrollContainer #CybotCookiebotDialogBodyContent {
    padding: 8px;
  }
}
body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogTabContent #CybotCookiebotDialogBody .CybotCookiebotScrollContainer #CybotCookiebotDialogBodyContentTitle,
body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogTabContent #CybotCookiebotDialogBody .CybotCookiebotScrollContainer #CybotCookiebotDialogBodyContentText {
  color: #000024;
}
body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogTabContent #CybotCookiebotDialogBody .CybotCookiebotScrollContainer #CybotCookiebotDialogBodyContentTitle {
  margin-bottom: 4px;
}
body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogTabContent #CybotCookiebotDialogBody .CybotCookiebotScrollContainer #CybotCookiebotDialogBodyContentText {
  font-size: 14px;
  line-height: 16px;
}
body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogTabContent #CybotCookiebotDialogBody .CybotCookiebotDialogBodyBottomWrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 2px 0 8px;
}
@media (max-width: 1280px) {
  body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogTabContent #CybotCookiebotDialogBody .CybotCookiebotDialogBodyBottomWrapper {
    margin: 0 0 12px;
  }
}
@media (max-width: 475px) {
  body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogTabContent #CybotCookiebotDialogBody .CybotCookiebotDialogBodyBottomWrapper {
    margin: 0 0 6px;
  }
}
@media (max-width: 1280px) {
  body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogTabContent #CybotCookiebotDialogBody .CybotCookiebotDialogBodyBottomWrapper #CybotCookiebotDialogBodyEdgeMoreDetails {
    margin: 0 12px 8px 0;
  }
}
body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogTabContent #CybotCookiebotDialogBody .CybotCookiebotDialogBodyBottomWrapper #CybotCookiebotDialogBodyEdgeMoreDetails #CybotCookiebotDialogBodyEdgeMoreDetailsLink {
  font-size: 14px;
  color: #a8a8b1;
  margin-right: 30px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogTabContent #CybotCookiebotDialogBody .CybotCookiebotDialogBodyBottomWrapper #CybotCookiebotDialogBodyEdgeMoreDetails #CybotCookiebotDialogBodyEdgeMoreDetailsLink::after {
  border-color: #a8a8b1;
  margin-left: 12px;
}
body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogTabContent #CybotCookiebotDialogBody .CybotCookiebotDialogBodyBottomWrapper #CybotCookiebotDialogBodyEdgeMoreDetails #CybotCookiebotDialogBodyEdgeMoreDetailsLink:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogFooter {
  -ms-grid-row: 2;
      grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  padding: 0 30px 20px 30px !important;
}
@media (max-width: 1280px) {
  body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogFooter {
    gap: 20px;
    padding: 1em 30px !important;
  }
}
body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtons {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: none;
}
body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonsWrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px;
}
@media (max-width: 475px) {
  body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonsWrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
  }
}
body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonsWrapper .CybotCookiebotDialogBodyButton {
  border-radius: 8px;
  width: 200px;
  padding: 16px 0;
  margin-bottom: 0;
}
@media (max-width: 475px) {
  body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonsWrapper .CybotCookiebotDialogBodyButton {
    width: 100%;
    padding: 12px 0;
  }
}
body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonsWrapper .CybotCookiebotDialogBodyButton#CybotCookiebotDialogBodyLevelButtonCustomize {
  margin-top: 0;
}
body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonsWrapper .CybotCookiebotDialogBodyButton#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonsWrapper #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: #3ACF3A;
  border-color: #3ACF3A;
}
body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonsWrapper #CybotCookiebotDialogBodyButtonDecline {
  color: #2e3368;
  border-color: #2e3368;
}
@media (max-width: 1280px) {
  body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogFooter #CybotCookiebotDialogPoweredByText {
    display: none;
  }
}
@media (max-width: 767px) {
  .st-slider-container {
    position: relative;
    /*&:after {
			background: url("@{base-url}/images/swipe.svg") 100%/100% no-repeat;
			bottom: 0;
			content: "";
			height: 30px;
			left: 50%;
			position: absolute;
			transform: translateX(-50%);
			width: 30px;
			z-index: 1;
		}*/
  }
  .st-slider-container:before {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 45px;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    content: "";
    pointer-events: none;
    z-index: 1;
  }
}
.st-slider {
  position: relative;
  max-width: 650px;
  margin: 0 auto;
  padding-bottom: 50px;
  margin: 50px auto;
}
.st-slider__slide-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
@media (max-width: 1024px) {
  .st-slider__slide-inner img {
    width: 100%;
    height: auto;
  }
}
.st-slider__slide-content {
  background-color: #f1f1f1;
  padding: 12px 20px 2px;
  font-size: 14px;
  line-height: 28px;
  margin-left: 10px;
  margin-top: 20px;
  width: calc(100% - 20px);
}
.st-slider__slide-content p {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 10px;
}
.st-slider__slick-arrow {
  position: absolute;
  font-size: 0;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 2;
  bottom: 50%;
  padding: 0;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.st-slider__slick-arrow:before {
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  position: absolute;
  top: 15px;
  left: 14px;
  -webkit-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.st-slider__slick-arrow--next {
  right: -70px;
}
.st-slider__slick-arrow--next:before {
  content: "c";
  left: 16px;
}
.st-slider__slick-arrow--prev {
  left: -70px;
}
.st-slider__slick-arrow--prev:before {
  content: "b";
}
.st-slider__dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0 !important;
}
.st-slider__dots li:before {
  display: none;
}
.st-slider__dots li button {
  position: relative;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  border: 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.st-slider__dots li button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  background-color: #2e3368;
  border-radius: 50%;
  content: '';
}
.st-slider__dots li.slick-active {
  cursor: auto;
}
.st-slider__dots li.slick-active button:before {
  background-color: #f5923a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5923a), to(#f54c4c));
  background-image: linear-gradient(top, #f5923a, #f54c4c);
}
@media (max-width: 1280px) {
  .st-slider__slick-arrow--next {
    right: 0;
  }
  .st-slider__slick-arrow--prev {
    left: 0;
  }
}
@media (max-width: 767px) {
  .st-slider {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .st-slider .swiper-slide {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 90%;
            flex: 1 0 90%;
  }
  .st-slider__slide-content {
    margin-left: 0;
    width: calc(100% - 10px);
    line-height: 22px;
    padding: 10px 12px 0px;
  }
  .st-slider__slide-content p {
    line-height: 22px;
  }
}
/* --------------------
Body styles
-------------------- */
body .editor ul.star-specs {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  margin: 20px 0 30px 0;
}
body .editor ul.star-specs li {
  font-weight: normal;
  color: white;
}
body .editor ul.star-specs li:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  body .editor ul.star-specs li {
    width: 100%;
  }
}
body .editor ul.star-specs li span {
  float: left;
  font-weight: bold;
  width: 165px;
}
body .editor ul.star-specs li span.spec {
  width: calc(100% - 165px);
  font-weight: normal;
}
.main-content-wrapper.loading-order-page .google-sky-wrapper {
  background-color: black;
  position: relative;
}
.main-content-wrapper.loading-order-page .google-sky-wrapper:after {
  content: "";
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  background: black url("/wp-content/themes/osr/static/images/spinner.gif") center no-repeat;
  background-position: center 102px;
  background-size: 50px;
  top: 0;
  left: 0;
}
.main-content-wrapper.loading-order-page .module.purple .col-1-1.purple.glow:after {
  content: "";
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/osr/static/images/spinner.gif") center no-repeat;
  background-size: 150px;
  top: 0;
  left: 0;
}
.main-content-wrapper.loading-order-page .module.purple .col-1-1.purple.glow .col-1-2 {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-content-wrapper.loading-order-page .module.purple .col-1-1.light-blue.glow:after {
  content: "";
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/osr/static/images/spinner.gif") center no-repeat;
  background-size: 150px;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 480px) {
  body .cntr-thank-you-d,
  body .cntr-thank-you-c {
    max-width: 94% !important;
  }
}
.loading-order-page .editor ol.star-specs,
.loading-order-page .editor ul.star-specs {
  position: relative;
}
.loading-order-page .editor ol.star-specs li,
.loading-order-page .editor ul.star-specs li {
  opacity: 0;
}
.loading-order-page .editor ol.star-specs:before,
.loading-order-page .editor ul.star-specs:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent url("/wp-content/themes/osr/static/images/spinner.gif") center no-repeat;
  background-position: center;
  background-size: 50px;
}
/* --------------------
Module
-------------------- */
.module.purple.thank-you:before {
  position: absolute;
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center !important;
  line-height: 54px;
  font-size: 20px;
  top: -63px;
  left: 50%;
  margin-left: -29px;
  width: 58px;
  height: 58px;
  background: #525585;
  content: "d";
  color: white;
  z-index: 2;
  border-radius: 50%;
}
.module.purple.thank-you .col-1-1.purple {
  background: #3A3C75;
}
.module.purple.thank-you .col-1-1.purple.glow img {
  max-width: 100%;
  height: auto;
}
.module.purple.thank-you .col-1-1.purple.glow:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  content: "";
  z-index: 1;
  background-color: #525585 6%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(6%, #525585), to(rgba(82, 85, 133, 0)));
  background-image: linear-gradient(top, #525585 6%, rgba(82, 85, 133, 0));
  background-color: rgba(58, 60, 117, 0);
}
.module.purple.thank-you .col-1-1.purple.glow:after {
  position: absolute;
  z-index: 0;
  bottom: -800px;
  right: -620px;
  width: 2000px;
  height: 2000px;
  content: "";
  background: #ffffff;
  /* Old browsers */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiMzYTNjNzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: radial-gradient(ellipse at center, #ffffff 0%, #3a3c75 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#3a3c75', GradientType=1);
}
.module.purple.thank-you-light-blue {
  background: #2a3c60;
}
.module.purple.thank-you-light-blue:before {
  position: absolute;
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center !important;
  line-height: 54px;
  font-size: 20px;
  top: -63px;
  left: 50%;
  margin-left: -29px;
  width: 58px;
  height: 58px;
  background: #DEE8F9;
  content: "d";
  color: #000025;
  z-index: 2;
  border-radius: 50%;
}
.module.purple.thank-you-light-blue .col-1-1.light-blue {
  background: #cadaf4;
}
.module.purple.thank-you-light-blue .col-1-1.light-blue.glow img {
  max-width: 100%;
  height: auto;
}
.module.purple.thank-you-light-blue .col-1-1.light-blue.glow:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2000px;
  content: "";
  z-index: 1;
  background-image: url("/wp-content/themes/osr/static/images/2022/bg/stars-bg.png"), -webkit-gradient(linear, right top, left top, from(#f1f6fe), to(#cadaf4));
  background-image: url("/wp-content/themes/osr/static/images/2022/bg/stars-bg.png"), linear-gradient(to left, #f1f6fe, #cadaf4);
  background-repeat: no-repeat;
}
.module.purple.thank-you-light-blue .col-1-1.light-blue.glow .row-data-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.module.purple.thank-you-light-blue .col-1-1.light-blue.glow .row-data-star .col-1-2 {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.module.purple.thank-you-light-blue .col-1-1.light-blue.glow .row-data-star .col-1-2.data-star-left {
  padding: 50px 0;
}
.module.purple.thank-you-light-blue .col-1-1.light-blue.glow .row-data-star .col-1-2 h2 {
  color: #000025;
}
.module.purple.thank-you-light-blue .col-1-1.light-blue.glow .row-data-star .col-1-2 li {
  opacity: 1;
  color: #000025;
}
.module.purple.thank-you-light-blue .col-1-1.light-blue .button.button-orange.gradient {
  padding: 13px 20px 15px 20px;
  height: auto;
}
.module.purple.thank-you-light-blue .col-1-1.light-blue .button.button-orange.gradient::before {
  display: none;
}
.module.purple.thank-you-light-blue .box-wrapper {
  margin: 10px 0 30px;
  padding: 0 25px;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
}
.module.purple.thank-you-light-blue .box-wrapper .box {
  padding: 15px;
  height: 100%;
  width: 100%;
}
.module.purple.thank-you-light-blue .box-wrapper .box .inner {
  background-color: #fff;
  border: none;
  padding: 25px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.module.purple.thank-you-light-blue .box-wrapper .box .inner .button.mobile-app {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  padding: 14px 15px;
  background-color: #16c3fc;
  background-image: none;
  -webkit-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.module.purple.thank-you-light-blue .box-wrapper .box .inner .button.mobile-app:hover {
  background-color: #2a3c60;
}
.module.purple.thank-you-light-blue .box-wrapper .box .inner .button.view-star {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  padding: 14px 15px;
  margin-top: 0;
  line-height: 1.3;
  width: 100%;
  background-color: #16c3fc;
  background-image: none;
  -webkit-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.module.purple.thank-you-light-blue .box-wrapper .box .inner .button.view-star:hover {
  background-color: #2a3c60;
}
.module.purple.thank-you-light-blue .box-wrapper .box .inner .button.view-star:after {
  position: absolute;
  right: 20px;
  top: 20px;
}
.module.purple.thank-you-light-blue .box-wrapper .box .inner .newsletter-form {
  width: 100%;
}
.module.purple.thank-you-light-blue .box-wrapper .box .inner .newsletter-form input {
  font-size: 17px;
  height: auto;
  padding: 13px 160px 13px 20px;
  line-height: 1.3;
}
.module.purple.thank-you-light-blue .box-wrapper .box .inner .newsletter-form .button {
  height: auto;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  padding: 14px 20px;
  background-color: #16c3fc;
  background-image: none;
  -webkit-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.module.purple.thank-you-light-blue .box-wrapper .box .inner .newsletter-form .button:hover {
  background-color: #2a3c60;
}
.section .cntr-thank-you-c {
  max-width: 1630px;
}
.section .cntr-thank-you-c .module {
  margin: 0;
}
.section .cntr-thank-you-c .module .col-5-5 {
  background: #cad9f3;
  background-image: url("/wp-content/themes/osr/static/images/2022/bg/stars-bg-desktop.png"), -webkit-gradient(linear, right top, left top, from(#f1f6fe), to(#cadaf4));
  background-image: url("/wp-content/themes/osr/static/images/2022/bg/stars-bg-desktop.png"), linear-gradient(to left, #f1f6fe, #cadaf4);
  background-repeat: no-repeat;
  background-position: top left, center;
}
.section .cntr-thank-you-c .module .thank-you-c-2columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section .cntr-thank-you-c .module .thank-you-c-2columns .main {
  text-align: center;
}
.section .cntr-thank-you-c .module .thank-you-c-2columns .main h1,
.section .cntr-thank-you-c .module .thank-you-c-2columns .main h2,
.section .cntr-thank-you-c .module .thank-you-c-2columns .main img {
  margin-left: auto;
  margin-right: auto;
}
.section .cntr-thank-you-c .module .thank-you-c-2columns .main h1 {
  font-size: 24px;
  line-height: 1.3em;
  margin-bottom: 50px;
}
.section .cntr-thank-you-c .module .thank-you-c-2columns .main h1 br {
  display: none;
}
.section .cntr-thank-you-c .module .thank-you-c-2columns .main h2 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 10px;
}
.section .cntr-thank-you-c .module .thank-you-c-2columns .main p {
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 0;
}
.section .cntr-thank-you-c .module .thank-you-c-2columns .main:nth-child(1n) {
  padding: 0 0 0 10%;
}
.section .cntr-thank-you-c .module .thank-you-c-2columns .main:nth-child(2n) {
  min-height: 450px;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section .cntr-thank-you-c .module:before {
  display: none;
}
.section .cntr-thank-you-c .module .box-wrapper {
  margin: 30px 0 !important;
}
.section.first .cntr-thank-you-c .module {
  margin: 70px auto 0 auto;
}
@media only screen and (max-width: 1430px) {
  .section .cntr-thank-you-c .module .thank-you-c-2columns .main:nth-child(1n) {
    padding: 0;
  }
}
@media only screen and (max-width: 1260px) {
  .module.thank-you-light-blue .col-1-1.light-blue {
    padding: 30px;
  }
  .module.thank-you-light-blue .box-wrapper .box .inner h4 {
    min-height: 47px;
    line-height: 1.3;
  }
  .module.thank-you-light-blue .box-wrapper .box .inner .newsletter-form input {
    padding: 13px 20px !important;
  }
  .module.thank-you-light-blue .box-wrapper .box .inner .newsletter-form .button:after {
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .section .cntr-thank-you-c .module .thank-you-c-2columns .main:nth-child(1n) {
    padding: 0 5% 0 0;
  }
  .section .cntr-thank-you-c .module .thank-you-c-2columns .main:nth-child(2n) {
    padding: 0;
    min-height: 380px;
  }
}
@media only screen and (max-width: 1023px) {
  .module.thank-you-light-blue .col-1-1.light-blue .col-1-2.data-star-left {
    width: 250px;
  }
  .module.thank-you-light-blue .col-1-1.light-blue .col-1-2.ar {
    width: 378px;
  }
  .module.thank-you-light-blue .col-1-1.light-blue .col-1-2 li span {
    width: 120px;
  }
  .module.thank-you-light-blue .col-1-1.light-blue .col-1-2 li .spec {
    width: calc(100% - 120px);
  }
  .module.thank-you-light-blue .box-wrapper {
    margin: 10px 0 10px !important;
    padding: 0 5px !important;
  }
  .module.thank-you-light-blue .box-wrapper .box .inner h4 {
    font-size: 16px;
    min-height: 42px;
  }
  .module.thank-you-light-blue .box-wrapper .box .inner p {
    font-size: 14px;
    line-height: 1.3;
    min-height: 73px;
  }
  .module.thank-you-light-blue .box-wrapper .box .inner .button.mobile-app {
    font-size: 15px !important;
    padding: 10px !important;
  }
  .module.thank-you-light-blue .box-wrapper .box .inner .button.view-star {
    font-size: 15px !important;
    padding: 10px 35px !important;
  }
  .module.thank-you-light-blue .box-wrapper .box .inner .button.view-star::after {
    position: absolute;
    right: 20px;
    top: 25px;
  }
  .module.thank-you-light-blue .box-wrapper .box .inner .newsletter-form input {
    font-size: 15px !important;
    padding: 10px !important;
  }
  .module.thank-you-light-blue .box-wrapper .box .inner .newsletter-form .button {
    font-size: 15px !important;
    padding: 10px !important;
  }
  .module.thank-you-light-blue .box-wrapper .box .inner .newsletter-form .button::after {
    position: absolute;
    right: 20px;
    top: 15px;
  }
  .section .cntr-thank-you-c .module .thank-you-c-2columns .main {
    line-height: 1.5em;
  }
  .section .cntr-thank-you-c .module .thank-you-c-2columns .main h1 {
    font-size: 21px;
    margin-bottom: 20px;
  }
  .section .cntr-thank-you-c .module .thank-you-c-2columns .main h1 br {
    display: block;
  }
  .section .cntr-thank-you-c .module .thank-you-c-2columns .main h2 {
    font-size: 36px;
    line-height: 36px;
  }
  .section .cntr-thank-you-c .module .thank-you-c-2columns .main p {
    font-size: 16px;
    margin-bottom: 0;
  }
  .section .cntr-thank-you-c .module .thank-you-c-2columns .main:nth-child(1n) {
    padding: 0 10% 0 0;
  }
  .section .cntr-thank-you-c .module .thank-you-c-2columns .main:nth-child(2n) {
    padding: 0;
    min-height: 300px;
  }
  .section.first .cntr-thank-you-c .module {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .module.purple.thank-you .col-1-1.purple .col-1-2 {
    margin-bottom: 30px;
  }
  .module.purple.thank-you .col-1-1.purple.glow:after {
    background: #ffffff;
    /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiMzYTNjNzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: radial-gradient(ellipse at center, #ffffff 0%, #3a3c75 40%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#3a3c75', GradientType=1);
  }
  .module.purple.thank-you-light-blue:before {
    background: #cadaf4;
  }
  .module.purple.thank-you-light-blue .col-1-1.light-blue {
    display: -ms-grid;
    display: grid;
  }
  .module.purple.thank-you-light-blue .col-1-1.light-blue.glow .col-1-2.ar {
    text-align: center !important;
    width: 100%;
  }
  .module.purple.thank-you-light-blue .col-1-1.light-blue.glow:before {
    background-image: url("/wp-content/themes/osr/static/images/2022/bg/stars-bg-mobile-left.png"), url("/wp-content/themes/osr/static/images/2022/bg/stars-bg-mobile-right.png"), -webkit-gradient(linear, left bottom, left top, from(#f1f6fe), to(#cadaf4));
    background-image: url("/wp-content/themes/osr/static/images/2022/bg/stars-bg-mobile-left.png"), url("/wp-content/themes/osr/static/images/2022/bg/stars-bg-mobile-right.png"), linear-gradient(to top, #f1f6fe, #cadaf4);
    background-size: 103px 128px, 59px 102px, contain;
    background-position: top left, top right, top;
  }
  .module.purple.thank-you-light-blue .col-1-1.light-blue h1 {
    margin: 10px auto 50px auto;
    max-width: 240px;
  }
  .module.purple.thank-you-light-blue .col-1-1.light-blue .row-data-star {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .module.purple.thank-you-light-blue .col-1-1.light-blue .row-data-star .col-1-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .module.purple.thank-you-light-blue .col-1-1.light-blue .row-data-star .col-1-2.data-star-left {
    padding: 30px 0 50px 0 !important;
    width: 100%;
  }
  .module.purple.thank-you-light-blue .col-1-1.light-blue .row-data-star .col-1-2 h2 {
    text-align: center;
  }
  .module.purple.thank-you-light-blue .col-1-1.light-blue .row-data-star .col-1-2 .button.button-orange.gradient {
    width: 100%;
    text-align: center;
    padding: 10px 15px;
  }
  .module.purple.thank-you-light-blue .col-1-1.light-blue .row-data-star .col-1-2.ar {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
  .module.purple.thank-you-light-blue .box-wrapper {
    grid-auto-flow: row;
    margin: 15px 0 15px !important;
    padding: 0 15px !important;
  }
  .module.purple.thank-you-light-blue .box-wrapper .box .inner {
    padding: 17px;
  }
  .module.purple.thank-you-light-blue .box-wrapper .box .inner h4 {
    min-height: initial;
  }
  .module.purple.thank-you-light-blue .box-wrapper .box .inner p {
    min-height: initial;
    margin-bottom: 15px;
  }
  .module.purple.thank-you-light-blue .box-wrapper .box .inner .button.mobile-app {
    width: 48%;
  }
  .module.purple.thank-you-light-blue .box-wrapper .box .inner .button.mobile-app:nth-of-type(1) {
    margin-bottom: 0;
  }
  .module.purple.thank-you-light-blue .box-wrapper .box .inner .button.view-star::after {
    position: absolute;
    right: 20px;
    top: 15px;
  }
  .module.purple.thank-you-light-blue .box-wrapper .box .inner .newsletter-form .button::after {
    position: absolute;
    right: 20px;
    top: 15px;
  }
  .section .cntr-thank-you-c {
    max-width: 480px;
  }
  .section .cntr-thank-you-c .module .col-5-5 {
    background-image: url("/wp-content/themes/osr/static/images/2022/bg/stars-bg-mobile-left.png"), url("/wp-content/themes/osr/static/images/2022/bg/stars-bg-mobile-right.png"), -webkit-gradient(linear, left bottom, left top, from(#f1f6fe), to(#cadaf4));
    background-image: url("/wp-content/themes/osr/static/images/2022/bg/stars-bg-mobile-left.png"), url("/wp-content/themes/osr/static/images/2022/bg/stars-bg-mobile-right.png"), linear-gradient(to top, #f1f6fe, #cadaf4);
    background-size: 103px 128px, 59px 102px, contain;
    background-position: top left, top right, top;
  }
  .section .cntr-thank-you-c .module .thank-you-c-2columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .section .cntr-thank-you-c .module .thank-you-c-2columns .main {
    line-height: 1.5em;
  }
  .section .cntr-thank-you-c .module .thank-you-c-2columns .main h1 {
    font-size: 19px;
    margin-bottom: 30px;
  }
  .section .cntr-thank-you-c .module .thank-you-c-2columns .main h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .section .cntr-thank-you-c .module .thank-you-c-2columns .main p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .section .cntr-thank-you-c .module .thank-you-c-2columns .main img {
    padding: 0 20px;
  }
  .section .cntr-thank-you-c .module .thank-you-c-2columns .main:nth-child(1n) {
    padding: 15px 0;
  }
  .section .cntr-thank-you-c .module .thank-you-c-2columns .main:nth-child(2n) {
    padding: 15px 0;
    min-height: inherit;
  }
  .section .cntr-thank-you-c .module .box:nth-child(3n) {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .module.purple.thank-you-light-blue .col-1-1.light-blue {
    padding: 30px 10px;
  }
  .module.purple.thank-you-light-blue .col-1-1.light-blue.glow .col-1-2.data-star-left {
    padding: 30px 10px !important;
  }
  .module.purple.thank-you-light-blue .box-wrapper {
    margin: 15px 0 30px !important;
  }
  .module.purple.thank-you-light-blue .box-wrapper .box {
    padding: 15px 0 0 0;
  }
  .module.purple.thank-you-light-blue .box-wrapper .box .inner .button.mobile-app::after {
    right: 15px;
  }
  .module.purple.thank-you-light-blue .box-wrapper .box .inner .button.view-star::after {
    right: 15px;
  }
  .section .cntr-thank-you-c .module .thank-you-c-2columns .main img {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 440px) {
  .module.purple.thank-you-light-blue .col-1-1.light-blue.glow h1 {
    margin: 10px auto 30px auto;
  }
  .module.purple.thank-you-light-blue .col-1-1.light-blue.glow .col-1-2.ar {
    margin-bottom: 0;
  }
  .module.purple.thank-you-light-blue .col-1-1.light-blue.glow .col-1-2.ar img {
    width: 250px;
  }
}
@media only screen and (max-width: 380px) {
  .module.purple.thank-you-light-blue .box-wrapper .box .inner .button.mobile-app {
    text-align: left;
    padding: 10px 15px !important;
  }
  .module.purple.thank-you-light-blue .box-wrapper .box .inner .button.mobile-app::after {
    right: 15px;
  }
  .module.purple.thank-you-light-blue .box-wrapper .box .inner .button.view-star::after {
    right: 15px;
  }
}
@media only screen and (max-width: 350px) {
  .module.purple.thank-you-light-blue .box-wrapper .box .inner .button.mobile-app {
    text-align: left;
    padding: 10px !important;
  }
  .module.purple.thank-you-light-blue .box-wrapper .box .inner .button.mobile-app::after {
    right: 10px;
  }
  .module.purple.thank-you-light-blue .box-wrapper .box .inner .button.view-star::after {
    right: 10px;
  }
}
@media only screen and (max-width: 320px) {
  .module.purple.thank-you-light-blue .box-wrapper .box .inner .button.mobile-app {
    text-align: center;
    width: 100%;
  }
  .module.purple.thank-you-light-blue .box-wrapper .box .inner .button.mobile-app:first-child {
    margin-bottom: 15px;
  }
  .module.purple.thank-you-light-blue .box-wrapper .box .inner .button.mobile-app::after {
    right: 10px;
  }
  .module.purple.thank-you-light-blue .box-wrapper .box .inner .button.view-star::after {
    right: 10px;
  }
}
body.page-template-page-thank-you .button.button-big:before {
  display: none !important;
}
/* --------------------
Aladin
-------------------- */
.google-sky-wrapper {
  position: relative;
}
.aladin-container {
  z-index: 0;
  border: 0;
}
.aladin-popup-container {
  width: 400px;
}
.aladin-popup {
  padding: 8px;
  border-radius: 2px;
  text-align: center;
}
.aladin-popupTitle {
  margin-bottom: 4px;
}
.aladin-closeBtn {
  padding: 8px 2px 9px;
  font-size: 14px;
}
.aladin-vm-popup {
  position: absolute;
  display: block;
  left: 50%;
  top: 63px;
  z-index: 9999;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.aladin-vm-popup.hide {
  display: none;
}
.aladin-location,
.aladin-fov {
  display: none;
}
@media only screen and (max-width: 480px) {
  .aladin-popup-container {
    width: 80%;
    left: 10% !important;
  }
  .aladin-popupText {
    font-size: 12px;
  }
}
