@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/**
 * Space between columns
 */
/**
  * Max width of container
  */
/**
  * Number of total columns
  */
/**
  * Breakpoints
  */
/*------------------------------------*\
     $MIXINS
 \*------------------------------------*/
/**
  * Grid loop mixin
  */
/**
  * Clearfix
  */
/*------------------------------------*\
     $GRID STYLES
 \*------------------------------------*/
/**
  * Grid scaffolding
  */
.container-fluid {
  width: 100%; }

.big-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 30px; }
  .big-container:before, .big-container:after {
    content: " ";
    display: table; }
  .big-container:after {
    clear: both; }
  @media (max-width: 480px) {
    .big-container {
      max-width: 100%;
      padding: 0 0; } }

.small-container {
  max-width: 890px;
  margin: 0 auto;
  padding: 0 30px; }
  .small-container:before, .small-container:after {
    content: " ";
    display: table; }
  .small-container:after {
    clear: both; }

.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 30px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (max-width: 480px) {
    .container {
      max-width: 100%;
      padding: 0px; } }

.row {
  list-style: none;
  margin-left: -30px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.row--gutterless {
    margin-left: 0; }
  @media (max-width: 480px) {
    .row {
      margin-left: 0px; } }

.roww {
  list-style: none;
  height: auto !important;
  margin-top: 40px !important; }
  .roww:before, .roww:after {
    content: " ";
    display: table; }
  .roww:after {
    clear: both; }
  .roww.row--gutterless {
    margin-left: 0; }
  .roww .col-in {
    padding: 0px 30px; }

.col {
  float: left;
  padding-left: 30px;
  box-sizing: border-box; }
  .row--gutterless .col {
    padding-left: 0; }
  @media (max-width: 480px) {
    .col {
      padding-left: 0px; }
      .col img {
        width: 100%; }
      .col.pr-25 {
        padding-right: 0px !important; }
      .col .pr-20 {
        padding-right: 0px !important; }
      .col.pt-20 {
        padding-top: 0px !important; } }

/**
  * Columns generator
  */
@media only screen and (min-width: 1200px) {
  .col--lg-offset-0 {
    margin-left: 0%; }
  .col--lg-1 {
    width: 8.33333%; }
  .col--lg-offset-1 {
    margin-left: 8.33333%; }
  .col--lg-2 {
    width: 16.66667%; }
  .col--lg-offset-2 {
    margin-left: 16.66667%; }
  .col--lg-3 {
    width: 25%; }
  .col--lg-offset-3 {
    margin-left: 25%; }
  .col--lg-4 {
    width: 33.33333%; }
  .col--lg-offset-4 {
    margin-left: 33.33333%; }
  .col--lg-5 {
    width: 41.66667%; }
  .col--lg-offset-5 {
    margin-left: 41.66667%; }
  .col--lg-6 {
    width: 50%; }
  .col--lg-offset-6 {
    margin-left: 50%; }
  .col--lg-7 {
    width: 58.33333%; }
  .col--lg-offset-7 {
    margin-left: 58.33333%; }
  .col--lg-8 {
    width: 66.66667%; }
  .col--lg-offset-8 {
    margin-left: 66.66667%; }
  .col--lg-9 {
    width: 75%; }
  .col--lg-offset-9 {
    margin-left: 75%; }
  .col--lg-10 {
    width: 83.33333%; }
  .col--lg-offset-10 {
    margin-left: 83.33333%; }
  .col--lg-11 {
    width: 91.66667%; }
  .col--lg-offset-11 {
    margin-left: 91.66667%; }
  .col--lg-12 {
    width: 100%; }
  .col--lg-offset-12 {
    margin-left: 100%; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .col--md-offset-0 {
    margin-left: 0%; }
  .col--md-1 {
    width: 8.33333%; }
  .col--md-offset-1 {
    margin-left: 8.33333%; }
  .col--md-2 {
    width: 16.66667%; }
  .col--md-offset-2 {
    margin-left: 16.66667%; }
  .col--md-3 {
    width: 25%; }
  .col--md-offset-3 {
    margin-left: 25%; }
  .col--md-4 {
    width: 33.33333%; }
  .col--md-offset-4 {
    margin-left: 33.33333%; }
  .col--md-5 {
    width: 41.66667%; }
  .col--md-offset-5 {
    margin-left: 41.66667%; }
  .col--md-6 {
    width: 50%; }
  .col--md-offset-6 {
    margin-left: 50%; }
  .col--md-7 {
    width: 58.33333%; }
  .col--md-offset-7 {
    margin-left: 58.33333%; }
  .col--md-8 {
    width: 66.66667%; }
  .col--md-offset-8 {
    margin-left: 66.66667%; }
  .col--md-9 {
    width: 75%; }
  .col--md-offset-9 {
    margin-left: 75%; }
  .col--md-10 {
    width: 83.33333%; }
  .col--md-offset-10 {
    margin-left: 83.33333%; }
  .col--md-11 {
    width: 91.66667%; }
  .col--md-offset-11 {
    margin-left: 91.66667%; }
  .col--md-12 {
    width: 100%; }
  .col--md-offset-12 {
    margin-left: 100%; } }

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .col--sm-offset-0 {
    margin-left: 0%; }
  .col--sm-1 {
    width: 8.33333%; }
  .col--sm-offset-1 {
    margin-left: 8.33333%; }
  .col--sm-2 {
    width: 16.66667%; }
  .col--sm-offset-2 {
    margin-left: 16.66667%; }
  .col--sm-3 {
    width: 25%; }
  .col--sm-offset-3 {
    margin-left: 25%; }
  .col--sm-4 {
    width: 33.33333%; }
  .col--sm-offset-4 {
    margin-left: 33.33333%; }
  .col--sm-5 {
    width: 41.66667%; }
  .col--sm-offset-5 {
    margin-left: 41.66667%; }
  .col--sm-6 {
    width: 50%; }
  .col--sm-offset-6 {
    margin-left: 50%; }
  .col--sm-7 {
    width: 58.33333%; }
  .col--sm-offset-7 {
    margin-left: 58.33333%; }
  .col--sm-8 {
    width: 66.66667%; }
  .col--sm-offset-8 {
    margin-left: 66.66667%; }
  .col--sm-9 {
    width: 75%; }
  .col--sm-offset-9 {
    margin-left: 75%; }
  .col--sm-10 {
    width: 83.33333%; }
  .col--sm-offset-10 {
    margin-left: 83.33333%; }
  .col--sm-11 {
    width: 91.66667%; }
  .col--sm-offset-11 {
    margin-left: 91.66667%; }
  .col--sm-12 {
    width: 100%; }
  .col--sm-offset-12 {
    margin-left: 100%; } }

@media only screen and (max-width: 319px) {
  .col--xs-offset-0 {
    margin-left: 0%; }
  .col--xs-1 {
    width: 8.33333%; }
  .col--xs-offset-1 {
    margin-left: 8.33333%; }
  .col--xs-2 {
    width: 16.66667%; }
  .col--xs-offset-2 {
    margin-left: 16.66667%; }
  .col--xs-3 {
    width: 25%; }
  .col--xs-offset-3 {
    margin-left: 25%; }
  .col--xs-4 {
    width: 33.33333%; }
  .col--xs-offset-4 {
    margin-left: 33.33333%; }
  .col--xs-5 {
    width: 41.66667%; }
  .col--xs-offset-5 {
    margin-left: 41.66667%; }
  .col--xs-6 {
    width: 50%; }
  .col--xs-offset-6 {
    margin-left: 50%; }
  .col--xs-7 {
    width: 58.33333%; }
  .col--xs-offset-7 {
    margin-left: 58.33333%; }
  .col--xs-8 {
    width: 66.66667%; }
  .col--xs-offset-8 {
    margin-left: 66.66667%; }
  .col--xs-9 {
    width: 75%; }
  .col--xs-offset-9 {
    margin-left: 75%; }
  .col--xs-10 {
    width: 83.33333%; }
  .col--xs-offset-10 {
    margin-left: 83.33333%; }
  .col--xs-11 {
    width: 91.66667%; }
  .col--xs-offset-11 {
    margin-left: 91.66667%; }
  .col--xs-12 {
    width: 100%; }
  .col--xs-offset-12 {
    margin-left: 100%; } }

@media (max-width: 480px) {
  .main-container {
    margin-top: 20px;
    padding: 0 30px; }
    .main-container .typed > span {
      display: block; }
    .main-container--user {
      padding: 0px 0px !important; } }

/*-----
$transition-property = the property you want to transition
$transition-time = seconds you want the transition to last
$method = how you want it to transition - e.g. ease-in-out

@include transition(padding, 1s, ease-in-out);
----*/
/*
  use


// Tests
.test-1 {
  @include linear-gradient(#31B7D7, #EDAC7D);
}

.test-2 {
  @include linear-gradient(to right, #E47D7D 0%, #C195D3 50%, #4FB4E8 100%);
}

.test-3 {
  @include linear-gradient(42deg, #B58234 0%, #D2B545 50%, #D7C04D 50.01%, #FFFFFF 100%);
}

  */
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  src: url("/static/fonts/source-sans-pro/WOFF2/TTF/SourceSansPro-ExtraLight.ttf.woff2") format("woff2"), url("/static/fonts/source-sans-pro/WOFF/OTF/SourceSansPro-ExtraLight.otf.woff") format("woff"), url("/static/fonts/source-sans-pro/OTF/SourceSansPro-ExtraLight.otf") format("opentype"), url("/static/fonts/source-sans-pro/TTF/SourceSansPro-ExtraLight.ttf") format("truetype"); }

@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 200;
  font-style: italic;
  font-stretch: normal;
  src: url("/static/fonts/source-sans-pro/WOFF2/TTF/SourceSansPro-ExtraLightIt.ttf.woff2") format("woff2"), url("/static/fonts/source-sans-pro/WOFF/OTF/SourceSansPro-ExtraLightIt.otf.woff") format("woff"), url("/static/fonts/source-sans-pro/OTF/SourceSansPro-ExtraLightIt.otf") format("opentype"), url("/static/fonts/source-sans-pro/TTF/SourceSansPro-ExtraLightIt.ttf") format("truetype"); }

@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  src: url("/static/fonts/source-sans-pro/WOFF2/TTF/SourceSansPro-Light.ttf.woff2") format("woff2"), url("/static/fonts/source-sans-pro/WOFF/OTF/SourceSansPro-Light.otf.woff") format("woff"), url("/static/fonts/source-sans-pro/OTF/SourceSansPro-Light.otf") format("opentype"), url("/static/fonts/source-sans-pro/TTF/SourceSansPro-Light.ttf") format("truetype"); }

@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
  src: url("/static/fonts/source-sans-pro/WOFF2/TTF/SourceSansPro-LightIt.ttf.woff2") format("woff2"), url("/static/fonts/source-sans-pro/WOFF/OTF/SourceSansPro-LightIt.otf.woff") format("woff"), url("/static/fonts/source-sans-pro/OTF/SourceSansPro-LightIt.otf") format("opentype"), url("/static/fonts/source-sans-pro/TTF/SourceSansPro-LightIt.ttf") format("truetype"); }

@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  src: url("/static/fonts/source-sans-pro/WOFF2/TTF/SourceSansPro-Regular.ttf.woff2") format("woff2"), url("/static/fonts/source-sans-pro/WOFF/OTF/SourceSansPro-Regular.otf.woff") format("woff"), url("/static/fonts/source-sans-pro/OTF/SourceSansPro-Regular.otf") format("opentype"), url("/static/fonts/source-sans-pro/TTF/SourceSansPro-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  src: url("/static/fonts/source-sans-pro/WOFF2/TTF/SourceSansPro-It.ttf.woff2") format("woff2"), url("/static/fonts/source-sans-pro/WOFF/OTF/SourceSansPro-It.otf.woff") format("woff"), url("/static/fonts/source-sans-pro/OTF/SourceSansPro-It.otf") format("opentype"), url("/static/fonts/source-sans-pro/TTF/SourceSansPro-It.ttf") format("truetype"); }

@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  src: url("/static/fonts/source-sans-pro/WOFF2/TTF/SourceSansPro-Semibold.ttf.woff2") format("woff2"), url("/static/fonts/source-sans-pro/WOFF/OTF/SourceSansPro-Semibold.otf.woff") format("woff"), url("/static/fonts/source-sans-pro/OTF/SourceSansPro-Semibold.otf") format("opentype"), url("/static/fonts/source-sans-pro/TTF/SourceSansPro-Semibold.ttf") format("truetype"); }

@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
  src: url("/static/fonts/source-sans-pro/WOFF2/TTF/SourceSansPro-SemiboldIt.ttf.woff2") format("woff2"), url("/static/fonts/source-sans-pro/WOFF/OTF/SourceSansPro-SemiboldIt.otf.woff") format("woff"), url("/static/fonts/source-sans-pro/OTF/SourceSansPro-SemiboldIt.otf") format("opentype"), url("/static/fonts/source-sans-pro/TTF/SourceSansPro-SemiboldIt.ttf") format("truetype"); }

@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  src: url("/static/fonts/source-sans-pro/WOFF2/TTF/SourceSansPro-Bold.ttf.woff2") format("woff2"), url("/static/fonts/source-sans-pro/WOFF/OTF/SourceSansPro-Bold.otf.woff") format("woff"), url("/static/fonts/source-sans-pro/OTF/SourceSansPro-Bold.otf") format("opentype"), url("/static/fonts/source-sans-pro/TTF/SourceSansPro-Bold.ttf") format("truetype"); }

@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
  src: url("/static/fonts/source-sans-pro/WOFF2/TTF/SourceSansPro-BoldIt.ttf.woff2") format("woff2"), url("/static/fonts/source-sans-pro/WOFF/OTF/SourceSansPro-BoldIt.otf.woff") format("woff"), url("/static/fonts/source-sans-pro/OTF/SourceSansPro-BoldIt.otf") format("opentype"), url("/static/fonts/source-sans-pro/TTF/SourceSansPro-BoldIt.ttf") format("truetype"); }

@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  src: url("/static/fonts/source-sans-pro/WOFF2/TTF/SourceSansPro-Black.ttf.woff2") format("woff2"), url("/static/fonts/source-sans-pro/WOFF/OTF/SourceSansPro-Black.otf.woff") format("woff"), url("/static/fonts/source-sans-pro/OTF/SourceSansPro-Black.otf") format("opentype"), url("/static/fonts/source-sans-pro/TTF/SourceSansPro-Black.ttf") format("truetype"); }

@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
  src: url("/static/fonts/source-sans-pro/WOFF2/TTF/SourceSansPro-BlackIt.ttf.woff2") format("woff2"), url("/static/fonts/source-sans-pro/WOFF/OTF/SourceSansPro-BlackIt.otf.woff") format("woff"), url("/static/fonts/source-sans-pro/OTF/SourceSansPro-BlackIt.otf") format("opentype"), url("/static/fonts/source-sans-pro/TTF/SourceSansPro-BlackIt.ttf") format("truetype"); }

/* font size & line height in px */
/* calculate font-size (in %) and line-height (in em) */
html, body {
  font-family: 'Source Sans Pro', sans-serif;
  width: 100%;
  font-size: 100%;
  font-weight: normal;
  color: #384668;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

b {
  font-weight: 600 !important; }

h1, .h1 {
  font-size: 2rem; }

h2, .h2 {
  font-size: 1.857rem; }

h3, .h3 {
  font-size: 1.714rem; }

h4, .h4 {
  font-size: 1.571rem; }

h5, .h5 {
  font-size: 1.429rem; }

h6, .h6 {
  font-size: 1.286rem; }

strong, .strong {
  font-weight: 600; }

u, .underline {
  text-decoration: underline; }

label {
  font-weight: normal; }

.font-weight-normal {
  font-weight: 400; }

.float-all-initial img {
  float: initial !important; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .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.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-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "\2190"; }
    [dir="rtl"] .slick-prev:before {
      content: "\2192"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "\2192"; }
    [dir="rtl"] .slick-next:before {
      content: "\2190"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2022";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.slider-container {
  width: 1050px;
  margin: 0 auto; }
  @media (max-width: 480px) {
    .slider-container {
      width: 100%; } }
  .slider-container:before, .slider-container:after {
    content: " ";
    display: table; }
  .slider-container:after {
    clear: both; }
  .slider-container .slider-card {
    position: relative;
    padding: 30px;
    padding-top: 0px;
    height: 530px;
    -webkit-box-shadow: 0 14px 22px rgba(119, 50, 71, 0.11);
    -moz-box-shadow: 0 14px 22px rgba(119, 50, 71, 0.11);
    box-shadow: 0 14px 22px rgba(119, 50, 71, 0.11);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    background-color: #ffffff;
    margin: 0 15px 40px 15px; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
body {
  -webkit-backface-visibility: hidden; }

.animated {
  -webkit-animation-duration: calc( 1s);
  animation-duration: calc( 1s);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  .animated.infinite {
    animation-iteration-count: infinite; }
  .animated.hinge {
    -webkit-animation-duration: calc( 1s * 2);
    animation-duration: calc( 1s * 2); }
  .animated.bounceIn, .animated.bounceOut {
    -webkit-animation-duration: calc( 1s * 0.75);
    animation-duration: calc( 1s * 0.75); }
  .animated.flipOutX, .animated.flipOutY {
    -webkit-animation-duration: calc( 1s * 0.75);
    animation-duration: calc( 1s * 0.75); }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

/**
 * @providesModule DraftEditor
 * @permanent
 */
/**
 * We inherit the height of the container by default
 */
.DraftEditor-root,
.DraftEditor-editorContainer,
.public-DraftEditor-content {
  height: inherit;
  text-align: initial; }

.DraftEditor-root {
  position: relative; }

/**
 * Zero-opacity background used to allow focus in IE. Otherwise, clicks
 * fall through to the placeholder.
 */
.DraftEditor-editorContainer {
  background-color: rgba(255, 255, 255, 0);
  /* Repair mysterious missing Safari cursor */
  border-left: 0.1px solid transparent;
  position: relative;
  z-index: 1; }

.public-DraftEditor-content {
  outline: none;
  white-space: pre-wrap;
  min-height: 300px; }

.public-DraftEditor-block {
  position: relative; }

.DraftEditor-alignLeft .public-DraftStyleDefault-block {
  text-align: left; }

.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root {
  left: 0;
  text-align: left; }

.DraftEditor-alignCenter .public-DraftStyleDefault-block {
  text-align: center; }

.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root {
  margin: 0 auto;
  text-align: center;
  width: 100%; }

.DraftEditor-alignRight .public-DraftStyleDefault-block {
  text-align: right; }

.DraftEditor-alignRight .public-DraftEditorPlaceholder-root {
  right: 0;
  text-align: right; }

/**
 * @providesModule DraftEditorPlaceholder
 */
.public-DraftEditorPlaceholder-root {
  color: #9197a3;
  position: absolute;
  z-index: 0; }

.public-DraftEditorPlaceholder-hasFocus {
  color: #bdc1c9; }

.DraftEditorPlaceholder-hidden {
  display: none; }

/**
 * @providesModule DraftStyleDefault
 */
.public-DraftStyleDefault-block {
  position: relative;
  white-space: pre-wrap; }

/* @noflip */
.public-DraftStyleDefault-ltr {
  direction: ltr;
  text-align: left; }

/* @noflip */
.public-DraftStyleDefault-rtl {
  direction: rtl;
  text-align: right; }

/**
 * These rules provide appropriate text direction for counter pseudo-elements.
 */
/* @noflip */
.public-DraftStyleDefault-listLTR {
  direction: ltr; }

/* @noflip */
.public-DraftStyleDefault-listRTL {
  direction: rtl; }

/**
 * Default spacing for list container elements. Override with CSS as needed.
 */
.public-DraftStyleDefault-ul,
.public-DraftStyleDefault-ol {
  margin: 16px 0;
  padding: 0; }

/**
 * Default counters and styles are provided for five levels of nesting.
 * If you require nesting beyond that level, you should use your own CSS
 * classes to do so. If you care about handling RTL languages, the rules you
 * create should look a lot like these.
 */
/* @noflip */
.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR {
  margin-left: 1.5em; }

/* @noflip */
.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL {
  margin-right: 1.5em; }

/* @noflip */
.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR {
  margin-left: 3em; }

/* @noflip */
.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL {
  margin-right: 3em; }

/* @noflip */
.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR {
  margin-left: 4.5em; }

/* @noflip */
.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL {
  margin-right: 4.5em; }

/* @noflip */
.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR {
  margin-left: 6em; }

/* @noflip */
.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL {
  margin-right: 6em; }

/* @noflip */
.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR {
  margin-left: 7.5em; }

/* @noflip */
.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL {
  margin-right: 7.5em; }

/**
 * Only use `square` list-style after the first two levels.
 */
.public-DraftStyleDefault-unorderedListItem {
  list-style-type: square;
  position: relative; }

.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0 {
  list-style-type: disc; }

.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1 {
  list-style-type: circle; }

/**
 * Ordered list item counters are managed with CSS, since all list nesting is
 * purely visual.
 */
.public-DraftStyleDefault-orderedListItem {
  list-style-type: none;
  position: relative; }

/* @noflip */
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before {
  left: -36px;
  position: absolute;
  text-align: right;
  width: 30px; }

/* @noflip */
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before {
  position: absolute;
  right: -36px;
  text-align: left;
  width: 30px; }

/**
 * Counters are reset in JavaScript. If you need different counter styles,
 * override these rules. If you need more nesting, create your own rules to
 * do so.
 */
.public-DraftStyleDefault-orderedListItem:before {
  content: counter(ol0) ". ";
  counter-increment: ol0; }

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before {
  content: counter(ol1) ". ";
  counter-increment: ol1; }

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before {
  content: counter(ol2) ". ";
  counter-increment: ol2; }

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before {
  content: counter(ol3) ". ";
  counter-increment: ol3; }

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before {
  content: counter(ol4) ". ";
  counter-increment: ol4; }

.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset {
  counter-reset: ol0; }

.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset {
  counter-reset: ol1; }

.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset {
  counter-reset: ol2; }

.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset {
  counter-reset: ol3; }

.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset {
  counter-reset: ol4; }

.rdw-option-wrapper {
  padding: 5px;
  min-width: 25px;
  height: 20px;
  border-radius: 2px;
  margin: 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: white;
  text-transform: capitalize; }

.rdw-option-wrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD; }

.rdw-option-wrapper:active {
  box-shadow: 1px 1px 0px #BFBDBD inset; }

.rdw-option-active {
  box-shadow: 1px 1px 0px #BFBDBD inset; }

.rdw-option-disabled {
  opacity: 0.3;
  cursor: default; }

.rdw-dropdown-wrapper {
  height: 30px;
  background: white;
  cursor: pointer;
  border-radius: 2px;
  margin: 0 3px;
  text-transform: capitalize;
  background: white; }

.rdw-dropdown-wrapper:focus {
  outline: none; }

.rdw-dropdown-wrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
  background-color: #FFFFFF; }

.rdw-dropdown-wrapper:active {
  box-shadow: 1px 1px 0px #BFBDBD inset; }

.rdw-dropdown-carettoopen {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-top: 6px solid #384668;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent; }

.rdw-dropdown-carettoclose {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-bottom: 6px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent; }

.rdw-dropdown-selectedtext {
  display: flex;
  position: relative;
  height: 100%;
  align-items: center;
  padding: 0 5px; }
  .rdw-dropdown-selectedtext span {
    margin-left: 0px !important; }

.rdw-dropdown-optionwrapper {
  z-index: 100;
  position: relative;
  border: 1px solid #F1F1F1;
  width: 98%;
  background: white;
  border-radius: 2px;
  margin: 0;
  padding: 0;
  max-height: 250px;
  overflow-y: scroll; }

.rdw-dropdown-optionwrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
  background-color: #FFFFFF; }

.rdw-dropdownoption-default {
  min-height: 25px;
  display: flex;
  align-items: center;
  padding: 0 5px; }

.rdw-dropdownoption-highlighted {
  background: #F1F1F1; }

.rdw-dropdownoption-active {
  background: #f5f5f5; }

.rdw-dropdownoption-disabled {
  opacity: 0.3;
  cursor: default; }

.rdw-inline-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap; }

.rdw-inline-dropdown {
  width: 50px; }

.rdw-inline-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center; }

.rdw-block-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap; }

.rdw-block-dropdown {
  width: 110px; }

.rdw-fontsize-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap; }

.rdw-fontsize-dropdown {
  min-width: 40px; }

.rdw-fontsize-option {
  display: flex;
  justify-content: center; }

.rdw-fontfamily-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap; }

.rdw-fontfamily-dropdown {
  width: 115px; }

.rdw-fontfamily-placeholder {
  white-space: nowrap;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis; }

.rdw-fontfamily-optionwrapper {
  width: 140px; }

.rdw-list-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap; }

.rdw-list-dropdown {
  width: 50px;
  z-index: 90; }

.rdw-list-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center; }

.rdw-text-align-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap; }

.rdw-text-align-dropdown {
  width: 50px;
  z-index: 90; }

.rdw-text-align-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center; }

.rdw-right-aligned-block {
  text-align: right; }

.rdw-left-aligned-block {
  text-align: left !important; }

.rdw-center-aligned-block {
  text-align: center !important; }

.rdw-justify-aligned-block {
  text-align: justify !important; }

.rdw-right-aligned-block > div {
  display: inline-block; }

.rdw-left-aligned-block > div {
  display: inline-block; }

.rdw-center-aligned-block > div {
  display: inline-block; }

.rdw-justify-aligned-block > div {
  display: inline-block; }

.rdw-colorpicker-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap; }

.rdw-colorpicker-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 175px;
  height: 175px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD; }

.rdw-colorpicker-modal-header {
  display: flex;
  padding-bottom: 5px; }

.rdw-colorpicker-modal-style-label {
  font-size: 15px;
  width: 50%;
  text-align: center;
  cursor: pointer;
  padding: 0 10px 5px; }

.rdw-colorpicker-modal-style-label-active {
  border-bottom: 2px solid #0a66b7; }

.rdw-colorpicker-modal-options {
  margin: 5px auto;
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  overflow: scroll; }

.rdw-colorpicker-cube {
  width: 22px;
  height: 22px;
  border: 1px solid #F1F1F1; }

.rdw-colorpicker-option {
  margin: 3px;
  padding: 0;
  min-height: 20px;
  border: none;
  width: 22px;
  height: 22px;
  min-width: 22px;
  box-shadow: 1px 2px 1px #BFBDBD inset; }

.rdw-colorpicker-option:hover {
  box-shadow: 1px 2px 1px #BFBDBD; }

.rdw-colorpicker-option:active {
  box-shadow: -1px -2px 1px #BFBDBD; }

.rdw-colorpicker-option-active {
  box-shadow: 0px 0px 2px 2px #BFBDBD; }

.rdw-link-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap; }

.rdw-link-dropdown {
  width: 50px; }

.rdw-link-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center; }

.rdw-link-dropdownPlaceholder {
  margin-left: 8px; }

.rdw-link-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 205px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD; }

.rdw-link-modal-label {
  font-size: 15px; }

.rdw-link-modal-input {
  margin-top: 5px;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  height: 25px;
  margin-bottom: 15px;
  padding: 0 5px; }

.rdw-link-modal-input:focus {
  outline: none; }

.rdw-link-modal-buttonsection {
  margin: 0 auto; }

.rdw-link-modal-target-option {
  margin-bottom: 20px; }

.rdw-link-modal-target-option > span {
  margin-left: 5px; }

.rdw-link-modal-btn {
  margin-left: 10px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize; }

.rdw-link-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD; }

.rdw-link-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset; }

.rdw-link-modal-btn:focus {
  outline: none !important; }

.rdw-link-modal-btn:disabled {
  background: #ece9e9; }

.rdw-link-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center; }

.rdw-history-dropdown {
  width: 50px; }

.rdw-embedded-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap; }

.rdw-embedded-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 180px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  justify-content: space-between;
  box-shadow: 3px 3px 5px #BFBDBD; }

.rdw-embedded-modal-header {
  font-size: 15px;
  display: flex; }

.rdw-embedded-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.rdw-embedded-modal-header-label {
  width: 95px;
  border: 1px solid #f1f1f1;
  margin-top: 5px;
  background: #6EB8D4;
  border-bottom: 2px solid #0a66b7; }

.rdw-embedded-modal-link-section {
  display: flex;
  flex-direction: column; }

.rdw-embedded-modal-link-input {
  width: 88%;
  height: 35px;
  margin: 10px 0;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 5px; }

.rdw-embedded-modal-link-input-wrapper {
  display: flex;
  align-items: center; }

.rdw-embedded-modal-link-input:focus {
  outline: none; }

.rdw-embedded-modal-btn-section {
  display: flex;
  justify-content: center; }

.rdw-embedded-modal-btn {
  margin: 0 3px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize; }

.rdw-embedded-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD; }

.rdw-embedded-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset; }

.rdw-embedded-modal-btn:focus {
  outline: none !important; }

.rdw-embedded-modal-btn:disabled {
  background: #ece9e9; }

.rdw-embedded-modal-size {
  align-items: center;
  display: flex;
  margin: 8px 0;
  justify-content: space-between; }

.rdw-embedded-modal-size-input {
  width: 80%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px; }

.rdw-embedded-modal-size-input:focus {
  outline: none; }

.rdw-emoji-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap; }

.rdw-emoji-modal {
  overflow: auto;
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-wrap: wrap;
  width: 235px;
  height: 180px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD; }

.rdw-emoji-icon {
  margin: 2.5px;
  height: 24px;
  width: 24px;
  cursor: pointer;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center; }

.rdw-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%; }

.rdw-spinner > div {
  width: 12px;
  height: 12px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.rdw-spinner .rdw-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.rdw-spinner .rdw-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.rdw-image-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap; }

.rdw-image-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD; }

.rdw-image-modal-header {
  font-size: 15px;
  margin: 10px 0;
  display: flex; }

.rdw-image-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.rdw-image-modal-header-label {
  width: 80px;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  margin-top: 5px; }

.rdw-image-modal-header-label-highlighted {
  background: #6EB8D4;
  border-bottom: 2px solid #0a66b7; }

.rdw-image-modal-upload-option {
  width: 100%;
  color: gray;
  cursor: pointer;
  display: flex;
  border: none;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f1;
  outline: 2px dashed gray;
  outline-offset: -10px;
  margin: 10px 0;
  padding: 9px 0; }

.rdw-image-modal-upload-option-highlighted {
  outline: 2px dashed #0a66b7; }

.rdw-image-modal-upload-option-label {
  cursor: pointer;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px; }

.rdw-image-modal-upload-option-label span {
  padding: 0 20px; }

.rdw-image-modal-upload-option-image-preview {
  max-width: 100%;
  max-height: 200px; }

.rdw-image-modal-upload-option-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.rdw-image-modal-url-section {
  display: flex;
  align-items: center; }

.rdw-image-modal-url-input {
  width: 90%;
  height: 35px;
  margin: 15px 0 12px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 5px; }

.rdw-image-modal-btn-section {
  margin: 10px auto 0; }

.rdw-image-modal-url-input:focus {
  outline: none; }

.rdw-image-modal-btn {
  margin: 0 5px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize; }

.rdw-image-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD; }

.rdw-image-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset; }

.rdw-image-modal-btn:focus {
  outline: none !important; }

.rdw-image-modal-btn:disabled {
  background: #ece9e9; }

.rdw-image-modal-spinner {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5; }

.rdw-image-modal-alt-input {
  width: 70%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
  margin-left: 5px; }

.rdw-image-modal-alt-input:focus {
  outline: none; }

.rdw-image-modal-alt-lbl {
  font-size: 12px; }

.rdw-image-modal-size {
  align-items: center;
  display: flex;
  margin: 8px 0;
  justify-content: space-between; }

.rdw-image-modal-size-input {
  width: 40%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px; }

.rdw-image-modal-size-input:focus {
  outline: none; }

.rdw-image-mandatory-sign {
  color: red;
  margin-left: 3px;
  margin-right: 3px; }

.rdw-remove-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap; }

.rdw-history-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap; }

.rdw-history-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center; }

.rdw-history-dropdown {
  width: 50px; }

.rdw-link-decorator-wrapper {
  position: relative; }

.rdw-link-decorator-icon {
  position: absolute;
  left: 40%;
  top: 0;
  cursor: pointer;
  background-color: white; }

.rdw-mention-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px; }

.rdw-suggestion-wrapper {
  position: relative; }

.rdw-suggestion-dropdown {
  position: absolute;
  display: flex;
  flex-direction: column;
  border: 1px solid #F1F1F1;
  min-width: 100px;
  max-height: 150px;
  overflow: auto;
  background: white;
  z-index: 100; }

.rdw-suggestion-option {
  padding: 7px 5px;
  border-bottom: 1px solid #f1f1f1; }

.rdw-suggestion-option-active {
  background-color: #F1F1F1; }

.rdw-hashtag-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px; }

.rdw-image-alignment-options-popup {
  position: absolute;
  background: white;
  display: flex;
  padding: 5px 2px;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  width: 105px;
  cursor: pointer;
  z-index: 100; }

.rdw-alignment-option-left {
  justify-content: flex-start; }

.rdw-image-alignment-option {
  height: 15px;
  width: 15px;
  min-width: 15px; }

.rdw-image-alignment {
  position: relative; }

.rdw-image-imagewrapper {
  position: relative; }

.rdw-image-center {
  display: flex;
  justify-content: center; }

.rdw-image-left {
  display: flex; }

.rdw-image-right {
  display: flex;
  justify-content: flex-end; }

.rdw-image-alignment-options-popup-right {
  right: 0; }

.rdw-editor-main {
  height: 100%;
  overflow: auto;
  box-sizing: border-box;
  border: 2px solid #384668;
  border-radius: 4px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top: 0px;
  margin-top: -10px;
  padding: 0 12px; }

.rdw-editor-toolbar {
  padding: 6px 5px 0;
  border-radius: 2px;
  border: 2px solid #384668;
  border-bottom: 0px;
  display: flex;
  justify-content: flex-start;
  background: white;
  flex-wrap: wrap;
  font-size: 15px;
  margin: 5px 0px;
  user-select: none; }

.public-DraftStyleDefault-block {
  margin: 1em 0; }

.rdw-editor-wrapper:focus {
  outline: none; }

.rdw-editor-wrapper {
  box-sizing: content-box; }

.rdw-editor-main blockquote {
  border-left: 5px solid #f1f1f1;
  padding-left: 5px; }

.rdw-editor-main pre {
  background: #f1f1f1;
  border-radius: 3px;
  padding: 1px 10px; }

.DraftEditor-root .rdw-link-decorator-wrapper a {
  display: initial !important;
  text-decoration: underline;
  align-items: initial !important; }
  .DraftEditor-root .rdw-link-decorator-wrapper a span {
    margin-left: 0px !important; }

.Toastify__toast-container {
  z-index: 9999;
  position: fixed;
  padding: 4px;
  width: 320px;
  box-sizing: border-box;
  color: #fff; }

.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em; }

.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  margin-left: -160px; }

.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em; }

.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em; }

.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  margin-left: -160px; }

.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em; }

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0; }
  .Toastify__toast-container--top-left {
    top: 0; }
  .Toastify__toast-container--top-center {
    top: 0; }
  .Toastify__toast-container--top-right {
    top: 0; }
  .Toastify__toast-container--bottom-left {
    bottom: 0; }
  .Toastify__toast-container--bottom-center {
    bottom: 0; }
  .Toastify__toast-container--bottom-right {
    bottom: 0; }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial; }
  .Toastify__toast {
    margin-bottom: 0; } }

.Toastify__toast {
  position: relative;
  min-height: 64px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 1px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  max-height: 800px;
  overflow: hidden;
  cursor: pointer;
  direction: ltr; }

.Toastify__toast--rtl {
  direction: rtl; }

.Toastify__toast--default {
  background: #fff;
  color: #aaa; }

.Toastify__toast--info {
  background: #3498db; }

.Toastify__toast--success {
  background: #f58493; }

.Toastify__toast--warning {
  background: #f1c40f; }

.Toastify__toast--error {
  background: #e74c3c; }

.Toastify__toast-body {
  margin: auto 0;
  flex: 1;
  font-size: 1.06667rem; }

.Toastify__close-button {
  color: #fff;
  font-weight: bold;
  font-size: 1.33333rem;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  align-self: flex-start; }
  .Toastify__close-button:hover {
    opacity: 1; }
  .Toastify__close-button:focus {
    opacity: 1; }

.Toastify__close-button--default {
  color: #000;
  opacity: 0.3; }

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1); }
  100% {
    transform: scaleX(0); } }

.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 9999;
  opacity: 0.7;
  background-color: rgba(255, 255, 255, 0.7);
  transform-origin: left; }

.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards; }

.Toastify__progress-bar--controlled {
  transition: transform .2s; }

.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right; }

.Toastify__progress-bar--default {
  background: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55); }

@keyframes Toastify__bounceInRight {
  from {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(10px, 0, 0); }
  90% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(-5px, 0, 0); }
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: none; } }

@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

@keyframes Toastify__bounceInLeft {
  from {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  60% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(-10px, 0, 0); }
  90% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(5px, 0, 0); }
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: none; }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); } }

@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

@keyframes Toastify__bounceInUp {
  from {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0); }
  90% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, -5px, 0); }
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

@keyframes Toastify__bounceInDown {
  from {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  60% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, -10px, 0); }
  90% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 5px, 0); }
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: none; }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); } }

@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.Toastify__bounce-enter--top-left {
  animation-name: Toastify__bounceInLeft; }

.Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft; }

.Toastify__bounce-enter--top-right {
  animation-name: Toastify__bounceInRight; }

.Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight; }

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown; }

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp; }

.Toastify__bounce-exit--top-left {
  animation-name: Toastify__bounceOutLeft; }

.Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft; }

.Toastify__bounce-exit--top-right {
  animation-name: Toastify__bounceOutRight; }

.Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight; }

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp; }

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown; }

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes Toastify__zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn; }

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut; }

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.Toastify__flip-enter {
  animation-name: Toastify__flipIn; }

.Toastify__flip-exit {
  animation-name: Toastify__flipOut; }

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0); } }

@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0); } }

@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0); } }

@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0); } }

.Toastify__slide-enter--top-left {
  animation-name: Toastify__slideInLeft; }

.Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft; }

.Toastify__slide-enter--top-right {
  animation-name: Toastify__slideInRight; }

.Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight; }

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown; }

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp; }

.Toastify__slide-exit--top-left {
  animation-name: Toastify__slideOutLeft; }

.Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft; }

.Toastify__slide-exit--top-right {
  animation-name: Toastify__slideOutRight; }

.Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight; }

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp; }

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown; }

.rdrCalendarWrapper {
  background: #f38594; }

.accordion__item {
  border-top: 2px solid #d7dae1; }
  .accordion__item:first-child {
    border-top: 0px; }
  .accordion__item .accordion__button {
    font-size: 1.2rem; }

.accordion__heading {
  cursor: pointer;
  font-weight: 600; }

.accordion__panel {
  padding-bottom: 20px;
  animation: fadein 0.35s ease-in; }
  .accordion__panel p {
    font-size: 1rem;
    line-height: 30px; }
    .accordion__panel p a {
      color: #f38594;
      font-weight: 600; }
    .accordion__panel p ul, .accordion__panel p ol {
      margin: 10px 20px; }

.accordion__button {
  font-size: 1.6rem;
  padding: 18px 0;
  position: relative; }
  .accordion__button:before {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 18px;
    content: '';
    height: 15px;
    width: 15px;
    margin-right: 12px;
    border-bottom: 2px solid #b8a5ce;
    border-right: 2px solid #b8a5ce;
    transform: rotate(45deg); }

.accordion__button[aria-expanded='true']::before,
.accordion__button[aria-selected='true']::before {
  transform: rotate(-136deg); }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.main-header {
  width: 100%;
  height: 100px; }
  @media (max-width: 480px) {
    .main-header {
      height: auto;
      padding: 20px;
      box-shadow: 0px 0px 15px 0px rgba(120, 111, 177, 0.2);
      border-bottom: 1px solid #ccc; } }
  .main-header__container {
    margin-top: 60px;
    height: 40px; }
    @media (max-width: 480px) {
      .main-header__container {
        margin-top: 0px; } }
    .main-header__container .logo {
      float: left;
      width: 160px;
      height: 40px; }
      .main-header__container .logo img {
        margin-top: 8px; }
    .main-header__container .menu-icon {
      width: 30px;
      height: 30px;
      position: absolute;
      right: 20px;
      top: 25px; }
      .main-header__container .menu-icon img {
        width: 100%; }
    .main-header__container nav.main-menu {
      width: calc(100% - 160px);
      display: block;
      float: right;
      height: 40px; }
      @media (max-width: 480px) {
        .main-header__container nav.main-menu {
          display: none;
          width: 100%;
          height: 340px;
          position: absolute;
          z-index: 10;
          left: 0px;
          top: 80px; }
          .main-header__container nav.main-menu ul {
            float: none !important;
            background: white;
            position: relative;
            padding: 15px;
            box-shadow: 0px 0px 15px 0px rgba(120, 111, 177, 0.2); }
            .main-header__container nav.main-menu ul li {
              display: block !important;
              margin-left: 0px !important;
              text-align: center;
              margin: 20px 0; }
              .main-header__container nav.main-menu ul li.login-buttons {
                text-align: center; } }
      .main-header__container nav.main-menu ul {
        float: right; }
        .main-header__container nav.main-menu ul li {
          display: inline;
          list-style: none;
          margin-left: 30px; }
          .main-header__container nav.main-menu ul li:first-child {
            margin-left: 0; }
          .main-header__container nav.main-menu ul li a {
            color: #384668;
            font-size: 0.93333rem;
            font-weight: 600;
            text-transform: uppercase;
            text-decoration: none; }
            .main-header__container nav.main-menu ul li a.active {
              color: #f38594; }

.footer-fluid {
  background: #f19f89;
  background: -webkit-linear-gradient(-90deg, #f19f89 0%, #f562a2 100%);
  background: linear-gradient(180deg, #f19f89 0%, #f562a2 100%); }
  .footer-fluid .footer {
    height: 680px; }
    .footer-fluid .footer__icon-container {
      padding-top: 60px; }
    .footer-fluid .footer__logo svg .st0 {
      fill: #fff; }
    .footer-fluid .footer__social {
      float: right; }
      @media (max-width: 480px) {
        .footer-fluid .footer__social {
          float: none;
          width: 300px;
          margin: auto;
          padding: 25px 0;
          overflow: hidden; } }
      .footer-fluid .footer__social li {
        display: inline;
        list-style: none;
        margin-left: 30px; }
        .footer-fluid .footer__social li:first-child {
          margin-left: 0; }
        @media (max-width: 480px) {
          .footer-fluid .footer__social li {
            margin-left: 0px;
            float: left;
            width: 75px; } }
    .footer-fluid .footer__links {
      margin-top: 85px; }
      @media (max-width: 480px) {
        .footer-fluid .footer__links {
          margin-top: 25px;
          margin-left: 0px; } }
      .footer-fluid .footer__links a {
        display: block;
        color: #fff;
        font-size: 1.33333rem;
        font-weight: 600;
        text-decoration: none;
        margin-bottom: 20px; }
        @media (max-width: 480px) {
          .footer-fluid .footer__links a {
            font-size: 1rem; } }
    .footer-fluid .footer__adress {
      margin-top: 130px; }
      @media (max-width: 480px) {
        .footer-fluid .footer__adress {
          margin-top: 10px; } }
      .footer-fluid .footer__adress p {
        color: #fff;
        font-size: 1.33333rem;
        font-weight: 600;
        font-size: 1rem; }
        @media (max-width: 480px) {
          .footer-fluid .footer__adress p {
            text-align: center;
            padding: 0 30px;
            font-weight: 100;
            line-height: 30px;
            font-size: 1rem; } }
    .footer-fluid .footer__copyright {
      margin-top: 20px; }
      .footer-fluid .footer__copyright p {
        color: #fff;
        font-size: 1.33333rem;
        font-weight: 600; }
        @media (max-width: 480px) {
          .footer-fluid .footer__copyright p {
            text-align: center;
            padding: 0 30px;
            font-weight: 100;
            font-size: 1rem;
            line-height: 30px;
            padding-bottom: 15px; } }
    @media (max-width: 480px) {
      .footer-fluid .footer .col--xs-6 {
        padding-left: 30px; } }

.uploader__card {
  background-color: #fff;
  -webkit-box-shadow: 0px 14px 22px rgba(119, 50, 71, 0.114781);
  -moz-box-shadow: 0px 14px 22px rgba(119, 50, 71, 0.114781);
  box-shadow: 0px 14px 22px rgba(119, 50, 71, 0.114781);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

.uploader .uploaded-showcase {
  border-left: 1px solid #F3D6BB;
  min-height: 156px; }

.uploader .edit-btn {
  color: #f38594;
  text-decoration: none;
  font-weight: bold; }

.uploader .files .file {
  display: inline-block;
  margin-right: 60px; }
  .uploader .files .file__icon {
    width: 46px;
    height: 49px; }
  .uploader .files .file .pdf {
    background: url("/static/images/pdf-file.svg") no-repeat; }
  .uploader .files .file .doc {
    background: url("/static/images/doc-file.svg") no-repeat; }
  .uploader .files .file .txt {
    background: url("/static/images/txt-file.svg") no-repeat; }
  .uploader .files .file__name {
    color: #384668;
    font-style: italic;
    margin-top: 10px;
    font-family: Arial; }

@media (max-width: 480px) {
  .mobile-hidden {
    display: none; } }

.mobile-show {
  display: none; }
  @media (max-width: 480px) {
    .mobile-show {
      display: block; } }

.btn {
  -webkit-box-shadow: 0 8px 14px rgba(252, 70, 70, 0.24);
  -moz-box-shadow: 0 8px 14px rgba(252, 70, 70, 0.24);
  box-shadow: 0 8px 14px rgba(252, 70, 70, 0.24);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #f19f89;
  background: -webkit-linear-gradient(-90deg, #f19f89 0%, #f562a2 100%);
  background: linear-gradient(180deg, #f19f89 0%, #f562a2 100%);
  color: #fff !important;
  font-size: 0.86667rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 30px;
  text-decoration: none;
  display: inline-block; }
  .btn:hover {
    background: #f3ae9b;
    background: -webkit-linear-gradient(-90deg, #f3ae9b 0%, #fa75af 100%);
    background: linear-gradient(180deg, #f3ae9b 0%, #fa75af 100%);
    text-decoration: none !important; }
  .btn--icon {
    position: relative;
    padding-left: 40px !important; }
    .btn--icon svg {
      position: absolute;
      left: 14px;
      width: 15px;
      top: 7px; }
    .btn--icon:hover svg path {
      fill: white; }
  .btn--login {
    padding: 12px 23px !important; }
  .btn--register {
    padding: 12px 23px !important; }
  .btn--border {
    background: white;
    border: 2px solid #384668 !important;
    color: #384668 !important;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    padding: 10px 30px; }
    .btn--border:hover {
      background: #384668;
      color: white !important; }
    .btn--border:disabled, .btn--border--disabled {
      color: white !important;
      cursor: default;
      padding: 12px 30px;
      border: 0px !important; }
  .btn--pink-border {
    background: white;
    border: 2px solid #f38594 !important;
    color: #f38594 !important;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    padding: 10px 30px; }
    .btn--pink-border:hover {
      background: #f38594;
      border-color: #f38594;
      color: white !important; }
    .btn--pink-border:disabled, .btn--pink-border--disabled {
      color: white !important;
      cursor: default;
      padding: 12px 30px;
      border: 0px !important; }
  .btn:disabled, .btn--disabled {
    cursor: default;
    -webkit-box-shadow: 0 8px 14px #f7f7f7;
    -moz-box-shadow: 0 8px 14px #f7f7f7;
    box-shadow: 0 8px 14px #f7f7f7;
    background: #ccc;
    background: -webkit-linear-gradient(-90deg, #ccc 0%, #eaeaea 100%);
    background: linear-gradient(180deg, #ccc 0%, #eaeaea 100%); }
    .btn:disabled:hover, .btn--disabled:hover {
      cursor: default;
      -webkit-box-shadow: 0 8px 14px #f7f7f7;
      -moz-box-shadow: 0 8px 14px #f7f7f7;
      box-shadow: 0 8px 14px #f7f7f7;
      background: #ccc;
      background: -webkit-linear-gradient(-90deg, #ccc 0%, #eaeaea 100%);
      background: linear-gradient(180deg, #ccc 0%, #eaeaea 100%); }

.btn.btn-sm {
  padding: 12px 15px; }

.ghost-btn {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #fff;
  font-size: 0.93333rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 24px;
  text-decoration: none;
  display: inline-block;
  border: 2px solid #fff; }

.flat-btn {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #fff;
  font-size: 0.93333rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 24px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  background-color: #f38594; }
  .flat-btn:hover {
    background-color: #f48e9c; }

.btn-danger {
  background: #f3ae9b;
  background: -webkit-linear-gradient(-90deg, #f3ae9b 0%, #de2e29 100%);
  background: linear-gradient(180deg, #f3ae9b 0%, #de2e29 100%); }
  .btn-danger:hover {
    background: #de2e29;
    background: -webkit-linear-gradient(-90deg, #de2e29, #f3ae9b 100%);
    background: linear-gradient(180deg, #de2e29, #f3ae9b 100%); }

.btn-block {
  width: 100%; }

button {
  border: none !important;
  cursor: pointer; }

.upload-container {
  height: 150px;
  width: 150px;
  position: relative;
  overflow: hidden; }
  .upload-container img {
    position: absolute;
    top: 31px;
    left: 50px; }
  .upload-container span {
    position: absolute;
    top: 103px;
    left: 46px;
    color: #fff;
    font-weight: 600; }
  .upload-container .custom-file-input-2 {
    color: transparent; }
    .upload-container .custom-file-input-2::-webkit-file-upload-button {
      visibility: hidden; }
    .upload-container .custom-file-input-2:before {
      content: "";
      display: inline-block;
      background: #f3ae9b;
      background: -webkit-linear-gradient(-90deg, #f3ae9b 0%, #fa75af 100%);
      background: linear-gradient(180deg, #f3ae9b 0%, #fa75af 100%);
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      width: 150px;
      height: 150px;
      outline: none;
      white-space: nowrap;
      -webkit-user-select: none;
      cursor: pointer;
      font-size: 0.93333rem; }
    .upload-container .custom-file-input-2:after {
      content: "";
      background: url("/static/images/icons/upload-to-cloud.svg") no-repeat;
      position: absolute;
      top: 31px;
      left: 54px;
      width: 48px;
      height: 48px;
      cursor: pointer; }
    .upload-container .custom-file-input-2:active {
      outline: 0; }
    .upload-container .custom-file-input-2:disabled:before, .upload-container .custom-file-input-2--disabled:before {
      background: #d6dae0;
      background: -webkit-linear-gradient(-90deg, #d6dae0 0%, #d6dae0 100%);
      background: linear-gradient(180deg, #d6dae0 0%, #d6dae0 100%); }

::-webkit-input-placeholder {
  color: #b08beb; }

::-moz-placeholder {
  color: #b08beb; }

:-ms-input-placeholder {
  color: #b08beb; }

:-moz-placeholder {
  color: #b08beb; }

*:focus {
  outline: none !important; }

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none; }

.input-field {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 2px solid #384668;
  font-weight: 600;
  line-height: normal;
  font-size: 1.06667rem;
  color: #b08beb;
  float: none;
  z-index: auto;
  width: 100%;
  height: auto;
  padding: 10px 15px; }
  .input-field:disabled {
    background: #ccc; }

select {
  height: 45px !important; }

.input-label {
  margin-bottom: 16px;
  font-weight: 600;
  color: #5d3aa3;
  display: block; }

.form-group label {
  margin-bottom: 16px;
  font-weight: 600;
  color: #384668;
  display: block; }

.has-error .input-field {
  border: 2px solid #f38594;
  color: #f38594;
  background-color: #FFF5ED; }

.has-error .error-block {
  display: block;
  margin-top: 5px;
  color: #f38594;
  position: absolute; }

.checkbox {
  position: relative;
  /*
  label {
    position: relative;
    display: inline-block;
    padding-left: 22px;
    &:after,
    &:before {
      position: absolute;
      content: "";
      display: inline-block;
    }
    &:before {
      height: 12px;
      width: 12px;
      @include border-radius(4px);
      border: 2px solid $pink;
      left: 0;
      top: -0;
      background-clip: border-box;
    }
    &:after {
      background-repeat: no-repeat;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEwIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgNC41OTY3MUwyLjgzMTI5IDdMOCAwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==);
      left: 3px;
      top: 3px;
      width: 14px;
      height: 14px;
    }
  }
  input[type="checkbox"] + label {
    &:after {
      content: none;
    }
  }
  input[type="checkbox"]:checked + label {
    &:after {
      content: "";
    }
    &:before {
      background-color: $pink;
    }
  }
  */ }
  .checkbox label {
    padding-left: 10px;
    font-weight: 400; }

textarea {
  resize: none; }

.custom-file-input {
  color: transparent; }

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden; }

.custom-file-input::before {
  content: 'DOSYA Y\DCKLE';
  color: #384668;
  display: inline-block;
  background: #fff;
  border: 2px solid #384668;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: 11px 18px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: bold;
  font-size: 0.93333rem; }

.custom-file-input:hover::before {
  border-color: #384668; }

.custom-file-input:active {
  outline: 0; }

.tags .tag {
  border: 2px solid #9ba2b3;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  margin: 0 10px 10px 0;
  padding: 8px 15px;
  display: inline-block;
  cursor: pointer;
  font-weight: 600;
  line-height: 1.2rem;
  font-size: 1.2rem;
  color: #9ba2b3; }
  .tags .tag:hover, .tags .tag.active {
    background-color: #7137B9;
    color: #fff;
    border: 2px solid #6c35b1; }

.tags .tag-disabled {
  border: 2px solid #9ba2b3;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  margin: 0 10px 10px 0;
  padding: 8px 15px;
  display: inline-block;
  cursor: default;
  font-weight: 600;
  line-height: 1.2rem;
  font-size: 1.2rem;
  color: #9ba2b3; }
  .tags .tag-disabled.active {
    background-color: #7137B9;
    color: #fff;
    border: 2px solid #6c35b1; }

.sub-nav {
  background: #fff;
  border-top: 1px solid #ededed;
  width: 100%;
  height: 113px; }
  @media (max-width: 480px) {
    .sub-nav {
      border-top: 0px; } }
  .sub-nav-center a:focus:before, .sub-nav-center a.active:before {
    left: 40% !important; }
  .sub-nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    align-items: center;
    height: 100%; }
    @media (max-width: 480px) {
      .sub-nav ul li {
        margin: 0 15px; } }
  .sub-nav a {
    height: auto;
    padding: 0;
    margin: 0 30px;
    font-size: 1.2rem;
    line-height: 23px;
    font-style: normal;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #384668;
    font-weight: 600;
    position: relative; }
    @media (max-width: 480px) {
      .sub-nav a {
        font-size: 0.93333rem;
        display: inline-block;
        text-align: center;
        margin: 0px !important; } }
    .sub-nav a:focus, .sub-nav a.active {
      color: #f38594; }
      .sub-nav a:focus svg path, .sub-nav a.active svg path {
        fill: #f38594; }
      .sub-nav a:focus:before, .sub-nav a.active:before {
        position: absolute;
        content: "";
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        border-radius: 50px;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        width: 6px;
        height: 6px;
        background-color: #f38594;
        top: -14px;
        left: 12px; }
        @media (max-width: 480px) {
          .sub-nav a:focus:before, .sub-nav a.active:before {
            top: 0px;
            left: 0px;
            right: 0px;
            margin: auto; } }
    .sub-nav a:hover {
      color: #f38594; }
      .sub-nav a:hover svg path {
        fill: #f38594; }
  .sub-nav .icon {
    margin-right: 15px;
    position: relative; }
    @media (max-width: 480px) {
      .sub-nav .icon {
        margin-right: 0px !important;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center; } }
    .sub-nav .icon .has-message {
      position: absolute;
      right: -8px;
      top: -8px;
      background-color: #f38594;
      color: #fff;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      -webkit-box-shadow: 0 0 0 2px white;
      -moz-box-shadow: 0 0 0 2px white;
      box-shadow: 0 0 0 2px white;
      padding: 0 5px;
      text-align: center;
      line-height: 22px; }
      .sub-nav .icon .has-message--editor {
        position: initial;
        font-size: 0.86667rem; }

.label-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  align-items: center; }

.label-nav li a {
  padding: 0;
  margin: 0 25px;
  font-size: 0.86667rem;
  font-style: normal;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #384668;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative; }
  .label-nav li a span {
    background-color: #384668;
    color: #fff;
    margin-left: 12px;
    padding: 1px 17px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
  .label-nav li a:hover, .label-nav li a:focus, .label-nav li a.active {
    color: #f38594; }
    .label-nav li a:hover span, .label-nav li a:focus span, .label-nav li a.active span {
      background-color: #f38594; }
    .label-nav li a:hover:after, .label-nav li a:focus:after, .label-nav li a.active:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 0;
      left: 0;
      bottom: -10px;
      border-bottom: 1px solid #f38594; }

.label-nav li:first-child a {
  margin-left: 0px; }

.label-nav li:last-child a {
  margin-right: 0px; }

.table .table-header {
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-size: 0.8rem;
  color: #939bad;
  margin-bottom: 15px; }
  .table .table-header .col {
    position: relative;
    border-left: 1px solid #f3d6bb;
    padding-top: 12px;
    padding-bottom: 14px; }
    .table .table-header .col:first-child {
      border-left: none;
      padding-left: 40px; }

.table .table-body {
  height: 71px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  font-size: 0.93333rem;
  color: #384668;
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .table .table-body--auto-height {
    height: auto;
    font-size: 0.86667rem;
    font-weight: normal; }
  .table .table-body .col {
    height: 100%;
    display: flex;
    align-items: center; }
    .table .table-body .col:first-child {
      padding-left: 40px;
      font-weight: normal; }
  .table .table-body.bordered .col {
    border-left: 1px solid #d7dae1; }
    .table .table-body.bordered .col:first-child {
      border-left: none; }

.table-v2 .table-header {
  height: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-size: 0.8rem;
  color: #939bad;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .table-v2 .table-header .col {
    border-left: 1px solid #f3d6bb;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 10px; }
    .table-v2 .table-header .col:first-child {
      padding-left: 40px;
      border-left: 0px; }
  .table-v2 .table-header .col-center {
    padding-left: 0px;
    padding-right: 0px;
    justify-content: center; }
  .table-v2 .table-header.bordered .col {
    border-left: 1px solid #d7dae1; }
    .table-v2 .table-header.bordered .col:first-child {
      border-left: none; }

.table-v2 .table-body {
  height: 71px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  font-size: 0.93333rem;
  color: #384668;
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .table-v2 .table-body .col {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 10px; }
    .table-v2 .table-body .col:first-child {
      padding-left: 40px;
      font-weight: normal; }
  .table-v2 .table-body .col-center {
    padding-left: 0px;
    padding-right: 0px;
    justify-content: center; }
  .table-v2 .table-body.bordered .col {
    border-left: 1px solid #d7dae1; }
    .table-v2 .table-body.bordered .col:first-child {
      border-left: none; }

span.status {
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  margin-right: 15px; }
  span.status--WFA {
    background-color: #f5fd7b; }
  span.status--Editor {
    background-color: #f19f89; }
  span.status--InProgress {
    background-color: #f19f89; }
  span.status--WFR {
    background-color: #75d2e7; }
  span.status--Done {
    background-color: #81e64e; }
  span.status--Denied {
    background-color: #de2e29; }
  span.status--InProgress {
    background-color: #fdfaf6; }
  span.status--ProjectCompleted {
    background-color: #81e64e; }
  span.status--ProjectProgress {
    background-color: #f19f89; }
  span.status--EditorApprove {
    background-color: #d7dae1; }

.table-search {
  text-align: center;
  margin-bottom: 60px; }
  .table-search input {
    width: 300px;
    padding-left: 40px;
    background: url("/static/images/search.png") no-repeat;
    background-size: 20px 20px;
    background-position: 10px 10px; }

.break-word {
  word-break: break-word; }

ul.logged-menu {
  list-style: none;
  float: right;
  display: flex;
  flex-wrap: nowrap;
  align-items: center; }
  @media (max-width: 480px) {
    ul.logged-menu {
      height: 45px; }
      ul.logged-menu .notification {
        margin: 0px;
        margin-right: 0px !important;
        display: none; }
      ul.logged-menu .avatar {
        margin: 0px !important;
        margin-right: 0px !important;
        display: none; }
      ul.logged-menu .user {
        margin: 0 0px !important; } }
  ul.logged-menu li {
    margin: 0 15px; }
  ul.logged-menu .notification {
    width: 32px;
    height: 32px;
    position: relative;
    text-align: center;
    margin-right: 60px; }
    ul.logged-menu .notification .has-notification {
      width: 13px;
      height: 13px;
      background: #f38594;
      border: 2px solid #fff;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      border-radius: 50px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      z-index: 9999;
      position: absolute;
      right: 0; }
  ul.logged-menu .avatar {
    margin-right: 35px; }
    ul.logged-menu .avatar img {
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      -ms-border-radius: 100px;
      -o-border-radius: 100px;
      border-radius: 100px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */ }
  ul.logged-menu .user a {
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #384668;
    text-decoration: none; }
    ul.logged-menu .user a img {
      margin-left: 13px; }

@media (max-width: 500px) {
  ul.logged-menu {
    width: 50% !important; } }

.pagination {
  margin-top: 40px; }
  .pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
  .pagination li {
    border: 1px solid #939bad;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    height: 40px;
    margin: 0 2.5px; }
    .pagination li a {
      font-weight: 600;
      line-height: 40px;
      font-size: 1.6rem;
      text-align: center;
      color: #939bad;
      text-decoration: none;
      display: block;
      cursor: pointer !important;
      padding: 0 12px; }
    .pagination li:hover, .pagination li.active {
      background-color: #384668;
      border-color: #384668; }
      .pagination li:hover a, .pagination li.active a {
        color: #fff; }
    .pagination li.delimeter {
      border: none; }
      .pagination li.delimeter span {
        width: 17px;
        height: 3px;
        background-color: #939bad;
        display: block;
        margin-top: 20px;
        margin-left: 11px; }
      .pagination li.delimeter:hover {
        background-color: transparent !important; }
    .pagination li.prev, .pagination li.next {
      border: none;
      -webkit-box-shadow: 0 8px 14px rgba(252, 70, 70, 0.24);
      -moz-box-shadow: 0 8px 14px rgba(252, 70, 70, 0.24);
      box-shadow: 0 8px 14px rgba(252, 70, 70, 0.24);
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      background: #f19f89;
      background: -webkit-linear-gradient(-90deg, #f19f89 0%, #f562a2 125%);
      background: linear-gradient(180deg, #f19f89 0%, #f562a2 125%);
      margin: 0 20px;
      padding-top: 4px; }
      .pagination li.prev.disabled, .pagination li.next.disabled {
        -webkit-box-shadow: 0 8px 14px #f7f7f7;
        -moz-box-shadow: 0 8px 14px #f7f7f7;
        box-shadow: 0 8px 14px #f7f7f7;
        background: #ccc;
        background: -webkit-linear-gradient(-90deg, #ccc 0%, #eaeaea 100%);
        background: linear-gradient(180deg, #ccc 0%, #eaeaea 100%); }
        .pagination li.prev.disabled a, .pagination li.next.disabled a {
          cursor: default !important; }

.levels {
  margin-top: 15px; }
  .levels ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap; }
  .levels li {
    border: 1px solid #939bad;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    height: 40px;
    margin-right: 3px; }
    .levels li a {
      font-weight: 600;
      line-height: 40px;
      font-size: 1.33333rem;
      text-align: center;
      color: #939bad;
      text-decoration: none;
      display: block;
      cursor: pointer !important;
      padding: 0 10px; }
    .levels li:hover, .levels li.active {
      background-color: #384668;
      border-color: #384668; }
      .levels li:hover a, .levels li.active a {
        color: #fff; }
    .levels li.delimeter {
      border: none; }
      .levels li.delimeter span {
        width: 17px;
        height: 3px;
        background-color: #939bad;
        display: block;
        margin-top: 20px;
        margin-left: 11px; }
      .levels li.delimeter:hover {
        background-color: transparent !important; }
    .levels li.prev, .levels li.next {
      border: none;
      -webkit-box-shadow: 0 8px 14px rgba(252, 70, 70, 0.24);
      -moz-box-shadow: 0 8px 14px rgba(252, 70, 70, 0.24);
      box-shadow: 0 8px 14px rgba(252, 70, 70, 0.24);
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      background: #f19f89;
      background: -webkit-linear-gradient(-90deg, #f19f89 0%, #f562a2 125%);
      background: linear-gradient(180deg, #f19f89 0%, #f562a2 125%);
      margin: 0 20px;
      padding-top: 4px; }
      .levels li.prev.disabled, .levels li.next.disabled {
        -webkit-box-shadow: 0 8px 14px #f7f7f7;
        -moz-box-shadow: 0 8px 14px #f7f7f7;
        box-shadow: 0 8px 14px #f7f7f7;
        background: #ccc;
        background: -webkit-linear-gradient(-90deg, #ccc 0%, #eaeaea 100%);
        background: linear-gradient(180deg, #ccc 0%, #eaeaea 100%); }
        .levels li.prev.disabled a, .levels li.next.disabled a {
          cursor: default !important; }

.dropdown {
  position: relative; }
  .dropdown .dropdown-menu {
    display: none;
    background: #fff;
    border-radius: 4px;
    transform: none !important;
    z-index: 5;
    width: 140px;
    top: 30px !important;
    right: 0px !important;
    left: auto !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: left;
    padding: 5px 0;
    text-align: center; }
    .dropdown .dropdown-menu .dropdown-item {
      padding-top: 10px;
      padding-bottom: 10px;
      font-weight: bold;
      color: #384668;
      background-color: white; }
  .dropdown.show .dropdown-menu {
    display: block; }

.dropdown-button {
  text-align: right;
  margin-bottom: 15px; }
  .dropdown-button .dropdown {
    display: inline-block; }
    .dropdown-button .dropdown .dropdown-menu {
      text-align: initial;
      min-width: 200px;
      padding: 0px;
      top: 40px !important; }
      .dropdown-button .dropdown .dropdown-menu .dropdown-item {
        width: 100%;
        padding: 15px 0; }
        .dropdown-button .dropdown .dropdown-menu .dropdown-item:hover {
          background-color: #f38594;
          color: white; }

.radio-btn-group .radio label {
  margin-right: 15px;
  margin-top: 15px;
  float: left;
  background: #fff;
  border: 2px solid #384668;
  padding: 11px 25px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  cursor: pointer;
  color: #384668;
  font-size: 0.93333rem;
  font-weight: bold; }
  .radio-btn-group .radio label:hover {
    -webkit-box-shadow: 0 8px 14px #f7f7f7;
    -moz-box-shadow: 0 8px 14px #f7f7f7;
    box-shadow: 0 8px 14px #f7f7f7; }

.radio-btn-group .radio input[type="radio"] {
  display: none; }

.radio-btn-group .radio input[type="radio"]:checked + label {
  color: #fff;
  background-color: #7137b9;
  border-color: #6c35b1; }

.withImg .radio label {
  background-color: #d7dae1;
  border: none;
  width: 150px;
  height: 150px;
  padding: 0;
  overflow: hidden; }
  .withImg .radio label img {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    margin: 16px 22px; }

.withImg .radio input[type="radio"]:checked + label {
  background-color: #f38594;
  border: none; }
  .withImg .radio input[type="radio"]:checked + label img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }

.ReactModal__Overlay {
  background-color: rgba(56, 70, 104, 0.760784) !important; }
  .ReactModal__Overlay .ReactModal__Content {
    border: 0px !important;
    width: 40%;
    margin: auto;
    min-height: 100px;
    max-height: 300px; }
    .ReactModal__Overlay .ReactModal__Content__close {
      position: absolute;
      right: 20px; }
    .ReactModal__Overlay .ReactModal__Content__body {
      margin-top: 30px; }
    .ReactModal__Overlay .ReactModal__Content a {
      color: #384668;
      text-decoration: none;
      font-weight: bold; }
      .ReactModal__Overlay .ReactModal__Content a:hover {
        text-decoration: underline; }
    .ReactModal__Overlay .ReactModal__Content .modal-text {
      margin-bottom: 40px;
      margin-top: 40px;
      font-size: 22px; }
    .ReactModal__Overlay .ReactModal__Content button {
      margin-right: 5px; }

.loading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.react-tooltip-lite {
  margin-top: -15px;
  border-radius: 3px;
  background: #f38594;
  color: white;
  max-width: 300px !important; }
  .react-tooltip-lite-arrow {
    border-color: #f38594;
    margin-top: -15px; }

.paymentRequest-Tooltip .react-tooltip-lite {
  margin-top: -45px; }
  .paymentRequest-Tooltip .react-tooltip-lite-arrow {
    margin-top: -45px; }

.button-tooltip .react-tooltip-lite {
  margin-top: 0px;
  background: #f38594;
  color: white; }
  .button-tooltip .react-tooltip-lite-arrow {
    border-color: #f38594;
    margin-top: 0px; }

.experience .react-tooltip-lite {
  margin-top: 10px !important; }
  .experience .react-tooltip-lite-arrow {
    margin-top: 10px !important; }

.tooltip-name .react-tooltip-lite {
  margin-top: 0px !important; }
  .tooltip-name .react-tooltip-lite-arrow {
    margin-top: 0px !important; }

.tooltip-editor .react-tooltip-lite {
  background: #384668;
  margin-top: 0px !important; }

.tooltip-editor .react-tooltip-lite-arrow {
  border-color: #384668;
  margin-top: 0px !important; }

.tooltip-admin .react-tooltip-lite {
  background: #b58deb;
  margin-top: 0px !important; }

.tooltip-admin .react-tooltip-lite-arrow {
  border-color: #b58deb;
  margin-top: 0px !important; }

.tooltip-roza .react-tooltip-lite {
  background: #fec8b1;
  margin-top: 0px !important; }

.tooltip-roza .react-tooltip-lite-arrow {
  border-color: #fec8b1;
  margin-top: 0px !important; }

.tooltip-ezgi .react-tooltip-lite {
  background: #6ee300;
  margin-top: 0px !important; }

.tooltip-ezgi .react-tooltip-lite-arrow {
  border-color: #6ee300;
  margin-top: 0px !important; }

.tooltip-cihan .react-tooltip-lite {
  background: #00a0e3;
  margin-top: 0px !important; }

.tooltip-cihan .react-tooltip-lite-arrow {
  border-color: #00a0e3;
  margin-top: 0px !important; }

.tooltip-cihan .react-tooltip-lite {
  background: #00a0e3;
  margin-top: 0px !important; }

.tooltip-cihan .react-tooltip-lite-arrow {
  border-color: #00a0e3;
  margin-top: 0px !important; }

.tooltip-ahmet .react-tooltip-lite {
  background: #808000;
  margin-top: 0px !important; }

.tooltip-ahmet .react-tooltip-lite-arrow {
  border-color: #808000;
  margin-top: 0px !important; }

.svg--disabled svg path {
  fill: #ccc; }

.ScrollUpButton__Container {
  border-radius: 50px;
  cursor: pointer; }
  .ScrollUpButton__Container svg {
    width: 30px !important;
    height: 30px !important;
    margin: 10px; }

.lessMoreSection {
  position: relative; }
  .lessMoreSection__more {
    background-color: #f38594;
    color: white;
    text-align: center;
    padding: 5px 0px;
    font-weight: bold;
    cursor: pointer;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    bottom: 0px;
    width: 100%; }
    .lessMoreSection__more:hover {
      background-color: #e27d8b; }
  .lessMoreSection--hide {
    height: 212px;
    overflow: hidden; }
  .lessMoreSection .guide-desc__description {
    margin-bottom: 10px; }

.radiusReady {
  width: 20px;
  height: 20px;
  background-color: #ccc;
  border-radius: 20px;
  cursor: pointer; }
  .radiusReady:hover, .radiusReady--read {
    background-color: #f38594; }

#PayForm {
  width: 500px;
  margin: auto; }
  #PayForm .has-error .error-block {
    position: relative; }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.mb-0 {
  margin-bottom: 0px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-35 {
  margin-bottom: 35px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-45 {
  margin-bottom: 45px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mr-0 {
  margin-right: 0px !important; }

.mr-5 {
  margin-right: 5px !important; }

.mr-10 {
  margin-right: 10px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-20 {
  margin-right: 20px !important; }

.mr-25 {
  margin-right: 25px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-35 {
  margin-right: 35px !important; }

.mr-40 {
  margin-right: 40px !important; }

.mr-45 {
  margin-right: 45px !important; }

.mr-50 {
  margin-right: 50px !important; }

.ml-0 {
  margin-left: 0px !important; }

.ml-5 {
  margin-left: 5px !important; }

.ml-10 {
  margin-left: 10px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-20 {
  margin-left: 20px !important; }

.ml-25 {
  margin-left: 25px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-35 {
  margin-left: 35px !important; }

.ml-40 {
  margin-left: 40px !important; }

.ml-45 {
  margin-left: 45px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mt-0 {
  margin-top: 0px !important; }

.mt-5 {
  margin-top: 5px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-35 {
  margin-top: 35px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mt-45 {
  margin-top: 45px !important; }

.mt-50 {
  margin-top: 50px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

.pb-5 {
  padding-bottom: 5px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pb-25 {
  padding-bottom: 25px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pb-35 {
  padding-bottom: 35px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pb-45 {
  padding-bottom: 45px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pr-0 {
  padding-right: 0px !important; }

.pr-5 {
  padding-right: 5px !important; }

.pr-10 {
  padding-right: 10px !important; }

.pr-15 {
  padding-right: 15px !important; }

.pr-20 {
  padding-right: 20px !important; }

.pr-25 {
  padding-right: 25px !important; }

.pr-30 {
  padding-right: 30px !important; }

.pr-35 {
  padding-right: 35px !important; }

.pr-40 {
  padding-right: 40px !important; }

.pr-45 {
  padding-right: 45px !important; }

.pr-50 {
  padding-right: 50px !important; }

.pl-0 {
  padding-left: 0px !important; }

.pl-5 {
  padding-left: 5px !important; }

.pl-10 {
  padding-left: 10px !important; }

.pl-15 {
  padding-left: 15px !important; }

.pl-20 {
  padding-left: 20px !important; }

.pl-25 {
  padding-left: 25px !important; }

.pl-30 {
  padding-left: 30px !important; }

.pl-35 {
  padding-left: 35px !important; }

.pl-40 {
  padding-left: 40px !important; }

.pl-45 {
  padding-left: 45px !important; }

.pl-50 {
  padding-left: 50px !important; }

.pt-0 {
  padding-top: 0px !important; }

.pt-5 {
  padding-top: 5px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pt-25 {
  padding-top: 25px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pt-35 {
  padding-top: 35px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pt-45 {
  padding-top: 45px !important; }

.pt-50 {
  padding-top: 50px !important; }

.lg-title {
  font-size: 3.2rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal; }
  @media (max-width: 480px) {
    .lg-title {
      font-size: 2.66667rem; } }
  .lg-title--bold {
    font-weight: bold;
    line-height: 0.92;
    letter-spacing: -0.5px; }
  .lg-title--link a {
    color: #384668;
    text-decoration: none; }
    .lg-title--link a:hover {
      text-decoration: underline; }

.lg-title-description {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 25px;
  margin: 25px 0; }

.md-title {
  font-size: 1.6rem;
  font-weight: 600; }
  @media (max-width: 480px) {
    .md-title {
      text-align: center; } }

.auto-height {
  height: auto !important; }
  .auto-height textarea {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    border: 2px solid #384668 !important;
    color: #384668 !important;
    width: 100%;
    padding: 10px; }

.text-desc, .md-text-desc {
  font-size: 1.13333rem;
  font-weight: 400;
  line-height: 1.5; }
  @media (max-width: 480px) {
    .text-desc, .md-text-desc {
      text-align: center;
      font-size: 1rem; } }

@media (max-width: 480px) {
  .btn-container {
    text-align: center; } }

.md-text-desc {
  font-size: 1rem !important;
  line-height: 1.5; }

.pos-r {
  position: relative; }

.text-center {
  text-align: center;
  align-items: center;
  justify-content: center; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.fl-l {
  float: left; }

.fl-r {
  float: right; }

.block {
  display: block !important;
  width: 100%; }

.disable-flex {
  display: block !important; }

.hidden {
  display: none !important; }

.fw-600 {
  font-weight: 600; }

.fw-400 {
  font-weight: 400; }

.bold {
  font-weight: bold; }

.mt-60 {
  margin-top: 60px; }

.mt-75 {
  margin-top: 60px; }

.mb-260 {
  margin-bottom: 260px; }

.mb-100 {
  margin-bottom: 100px; }

.mt-150 {
  margin-top: 150px; }

.mt-100 {
  margin-top: 100px; }

.blue-color {
  color: #384668; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.divider {
  background-color: #d7dae1;
  width: 100%;
  margin: 30px 0;
  height: 2px;
  clear: both; }

a.link {
  color: #f38594;
  font-weight: 600;
  font-size: 1.06667rem; }

.pink-text {
  color: #f38594;
  font-weight: 600;
  font-size: 1.06667rem; }

.red-text {
  color: #de2e29;
  font-weight: 600;
  font-size: 1.06667rem; }

.purple-text {
  color: #B274DC; }

.no-text-deco {
  text-decoration: none; }

.p15 {
  padding: 15px; }

@media (max-width: 480px) {
  .m-p0 {
    padding: 0px; } }

@media (max-width: 480px) {
  .m-pt-50 {
    padding-top: 50px !important; } }

@media (max-width: 480px) {
  .m-m0 {
    margin: 0px; } }

@media (max-width: 480px) {
  .m-m15 {
    margin: 15px; } }

@media (max-width: 480px) {
  .m-p15 {
    padding: 15px; } }

.p25 {
  padding: 25px; }

.ln-30 {
  line-height: 30px; }

.col--grid {
  padding: 0px;
  text-align: center;
  display: grid !important; }

.justify-content-flex-end {
  justify-content: flex-end; }

.info-box-middle .card, .info-box-middle .login-register .card-2, .login-register .info-box-middle .card-2, .info-box-middle .sss .card-2, .sss .info-box-middle .card-2 {
  height: 195px !important; }

.info-box-middle .price {
  font-size: 72px !important;
  margin-top: 10px !important; }

.info-box-middle.active .card, .info-box-middle.active .login-register .card-2, .login-register .info-box-middle.active .card-2, .info-box-middle.active .sss .card-2, .sss .info-box-middle.active .card-2 {
  background-color: #f38594; }
  .info-box-middle.active .card .title, .info-box-middle.active .login-register .card-2 .title, .login-register .info-box-middle.active .card-2 .title, .info-box-middle.active .sss .card-2 .title, .sss .info-box-middle.active .card-2 .title, .info-box-middle.active .card .price, .info-box-middle.active .login-register .card-2 .price, .login-register .info-box-middle.active .card-2 .price, .info-box-middle.active .sss .card-2 .price, .sss .info-box-middle.active .card-2 .price {
    color: white; }

.pink-border {
  border: 1px solid #f38594; }

.card.disabled, .login-register .disabled.card-2, .sss .disabled.card-2 {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); }

.eye--WFR svg path {
  fill: #f38594; }

.slick-slide, .slick-slide * {
  outline: none !important; }

.home-page .section-one,
.home-page .section-two,
.home-page .section-three {
  margin-bottom: 120px; }
  @media (max-width: 480px) {
    .home-page .section-one,
    .home-page .section-two,
    .home-page .section-three {
      margin-bottom: 50px; } }
  .home-page .section-one .lg-title,
  .home-page .section-two .lg-title,
  .home-page .section-three .lg-title {
    font-size: 2.6rem;
    line-height: 45px; }
    @media (max-width: 480px) {
      .home-page .section-one .lg-title,
      .home-page .section-two .lg-title,
      .home-page .section-three .lg-title {
        text-align: center;
        font-size: 2rem; } }
  .home-page .section-one .typed > span,
  .home-page .section-two .typed > span,
  .home-page .section-three .typed > span {
    color: #f38594; }

.home-page .jumbotron {
  position: relative;
  padding: 50px 0;
  background: #b87efe;
  background: -webkit-linear-gradient(-90deg, #b87efe 0%, #6c90e2 100%);
  background: linear-gradient(180deg, #b87efe 0%, #6c90e2 100%); }
  @media (max-width: 480px) {
    .home-page .jumbotron {
      margin: -30px;
      padding: 10px 0px; } }
  .home-page .jumbotron__back {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px; }
  .home-page .jumbotron__title {
    text-align: center;
    color: #fff;
    font-size: 3.2rem;
    font-weight: 600;
    padding-top: 42px;
    line-height: 46px;
    position: relative; }
    @media (max-width: 480px) {
      .home-page .jumbotron__title {
        padding-top: 20px;
        font-size: 2rem; } }
  .home-page .jumbotron__desc {
    text-align: left;
    margin: 30px auto 0 auto;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 25px;
    padding: 0 50px;
    position: relative; }
    @media (max-width: 480px) {
      .home-page .jumbotron__desc {
        text-align: center;
        padding: 0 20px;
        font-weight: 300; } }
  .home-page .jumbotron__btn {
    margin-top: 60px;
    text-align: center;
    position: relative; }
    @media (max-width: 480px) {
      .home-page .jumbotron__btn {
        margin: 20px 0px; } }
  .home-page .jumbotron .ghost-btn:hover {
    background-color: white;
    color: #6c90e2; }

.home-page .products {
  margin-top: 100px; }
  @media (max-width: 480px) {
    .home-page .products {
      margin-top: 50px; } }
  .home-page .products .product {
    text-align: center;
    padding: 20px 0;
    display: block;
    text-decoration: none; }
    .home-page .products .product__title {
      color: #384668;
      font-size: 1.6rem;
      font-weight: 600;
      line-height: 24px; }
      @media (max-width: 480px) {
        .home-page .products .product__title {
          font-size: 1.33333rem; } }
    .home-page .products .product:hover .product__title {
      color: #f38594; }

.home-page .how-work {
  margin-top: 100px;
  margin-bottom: 66px;
  text-align: center; }
  .home-page .how-work__svg {
    width: 100%;
    margin-top: 66px; }
  .home-page .how-work .btn {
    margin-top: 100px; }
  @media (max-width: 480px) {
    .home-page .how-work .lg-title {
      font-size: 2rem; } }

.home-page .references {
  overflow: hidden;
  background-color: #fdfaf6;
  -webkit-box-shadow: 0 -1px 0 #f1dfc6;
  -moz-box-shadow: 0 -1px 0 #f1dfc6;
  box-shadow: 0 -1px 0 #f1dfc6;
  text-align: center; }
  @media (max-width: 480px) {
    .home-page .references--home .slider-arrows {
      margin: 30px auto !important; } }
  @media (max-width: 480px) {
    .home-page .references {
      margin: -30px; } }
  .home-page .references .lg-title {
    margin-top: 96px; }
    @media (max-width: 480px) {
      .home-page .references .lg-title {
        margin-top: 50px;
        font-size: 2rem; } }
  .home-page .references .slider-arrows {
    margin: 74px auto 44px auto;
    width: 114px;
    text-align: right; }
    .home-page .references .slider-arrows .prev {
      float: left;
      cursor: pointer; }
    .home-page .references .slider-arrows .next {
      cursor: pointer; }
  .home-page .references .slider-card__content {
    color: #384668;
    font-size: 0.93333rem;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    font-style: italic; }
  .home-page .references .slider-card__label {
    text-align: left;
    height: 80px;
    color: #384668;
    font-style: italic;
    font-size: 1.33333rem;
    font-weight: bold; }
  .home-page .references .slider-card__author {
    position: absolute;
    height: 70px;
    bottom: 0px;
    text-align: left; }
    .home-page .references .slider-card__author .logo {
      margin-bottom: 17px; }
    .home-page .references .slider-card__author .author-name,
    .home-page .references .slider-card__author .author-title {
      color: #384668;
      font-size: 0.93333rem;
      font-weight: 700;
      margin: 8px 0; }
  .home-page .references .slick-dots {
    margin-top: 40px; }
    .home-page .references .slick-dots li {
      margin: 0 !important; }
    .home-page .references .slick-dots button:before {
      content: "";
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      background-color: #d7dae1;
      width: 8px;
      height: 8px; }
    .home-page .references .slick-dots .slick-active button:before {
      background-color: #f38594; }

.home-page .blog {
  overflow: hidden;
  background-color: #fdfaf6;
  text-align: center; }
  @media (max-width: 480px) {
    .home-page .blog {
      margin: -30px; } }
  .home-page .blog .lg-title {
    margin-top: 30px; }
    @media (max-width: 480px) {
      .home-page .blog .lg-title {
        margin-top: 50px;
        font-size: 2rem; } }
  .home-page .blog .slider-arrows {
    margin: 74px auto 44px auto;
    width: 114px;
    text-align: right; }
    .home-page .blog .slider-arrows .prev {
      float: left;
      cursor: pointer; }
    .home-page .blog .slider-arrows .next {
      cursor: pointer; }
  .home-page .blog .slider-card__content {
    color: #384668;
    font-size: 0.93333rem;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    font-style: italic; }
  .home-page .blog .slider-card__label {
    text-align: left;
    height: 80px;
    color: #384668;
    font-style: italic;
    font-size: 1.33333rem;
    font-weight: bold; }
  .home-page .blog .slider-card__author {
    position: absolute;
    height: 70px;
    bottom: 0px;
    text-align: left; }
    .home-page .blog .slider-card__author .logo {
      margin-bottom: 17px; }
    .home-page .blog .slider-card__author .author-name,
    .home-page .blog .slider-card__author .author-title {
      color: #384668;
      font-size: 0.93333rem;
      font-weight: 700;
      margin: 8px 0; }
  .home-page .blog .slick-dots {
    margin-top: 40px; }
    .home-page .blog .slick-dots li {
      margin: 0 !important; }
    .home-page .blog .slick-dots button:before {
      content: "";
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      background-color: #d7dae1;
      width: 8px;
      height: 8px; }
    .home-page .blog .slick-dots .slick-active button:before {
      background-color: #f38594; }

.clients {
  margin-top: 100px;
  margin-bottom: 50px;
  overflow: hidden; }
  .clients li {
    float: left;
    display: inline-block;
    vertical-align: middle; }

.who-we-are--desc {
  text-align: center; }

.who-we-are--desc-alt {
  font-size: 1rem; }
  @media (max-width: 480px) {
    .who-we-are--desc-alt {
      font-size: 0.93333rem; } }

.who-we-are .online-publications {
  margin-top: 75px; }
  @media (max-width: 480px) {
    .who-we-are .online-publications {
      margin-top: 0px; } }

.who-we-are .markets-ecommerce-sites {
  margin-top: 50px; }
  @media (max-width: 480px) {
    .who-we-are .markets-ecommerce-sites {
      margin-top: 30px !important; } }

.who-we-are .markets-ecommerce-sites-nocol {
  padding: 15px 8.5%; }
  @media (max-width: 480px) {
    .who-we-are .markets-ecommerce-sites-nocol {
      padding: 0px !important; } }

.who-we-are .offline-publications {
  margin-top: 75px; }
  @media (max-width: 480px) {
    .who-we-are .offline-publications {
      margin-top: 30px !important; } }

.who-we-are .img-responsive {
  width: 75%; }
  @media (max-width: 480px) {
    .who-we-are .img-responsive {
      margin: 50px auto; } }

.our-services section {
  margin-top: 100px; }
  @media (max-width: 480px) {
    .our-services section {
      margin-top: 0px; }
      .our-services section .col {
        width: 100%;
        text-align: center; }
      .our-services section .img-responsive {
        width: 50%; } }
  .our-services section.services article img {
    margin-left: -12px; }
    @media (max-width: 480px) {
      .our-services section.services article img {
        margin-left: 0px;
        display: inline-block; } }
  @media (max-width: 480px) {
    .our-services section.services article.mt-20 {
      margin-top: 0px !important; }
    .our-services section.services article p {
      line-height: 25px; } }
  .our-services section.services article:last-child {
    margin-bottom: 100px; }
    @media (max-width: 480px) {
      .our-services section.services article:last-child {
        margin-bottom: 50px; } }

@media (max-width: 480px) {
  .references .references__carousel .slider-arrows {
    width: 150px !important;
    margin: auto !important;
    padding: 0 0px !important;
    margin-bottom: 8px !important; }
    .references .references__carousel .slider-arrows img {
      width: 70% !important; }
  .references .col {
    float: inherit; }
  .references .slider-card-container {
    margin: 0 5px !important; }
    .references .slider-card-container .slider-card {
      padding: 20px 20px !important; }
      .references .slider-card-container .slider-card__logo {
        position: relative !important;
        left: 0px !important;
        right: 0px !important;
        top: 0px !important;
        margin: auto !important;
        margin-bottom: 20px !important; }
  .references .lg-title {
    margin-bottom: 10px !important; }
  .references .md-title {
    font-size: 1.33333rem !important;
    margin-bottom: 20px !important; }
  .references .text-desc, .references .md-text-desc {
    font-size: 0.93333rem !important;
    line-height: initial !important; }
  .references .slider-card__author,
  .references .slider-card__author-10 {
    position: inherit !important;
    bottom: 0px !important;
    text-align: center !important;
    margin-top: 30px !important; }
  .references .author-title {
    font-size: 1rem !important; }
  .references .slider-card {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    height: auto !important; } }

.references__carousel {
  position: relative; }
  .references__carousel .author-character {
    position: absolute;
    right: 0px;
    bottom: 0px; }
  .references__carousel .slider-arrows {
    width: 126px;
    height: 48px;
    margin-left: 18px;
    margin-bottom: 15px; }
    .references__carousel .slider-arrows__prev {
      float: left;
      width: 48px;
      height: 48px;
      padding-top: 12px;
      cursor: pointer; }
    .references__carousel .slider-arrows__next {
      float: right;
      width: 48px;
      height: 48px;
      padding-top: 12px;
      cursor: pointer; }
  .references__carousel .slider-card-container {
    margin: 0 80px; }
    .references__carousel .slider-card-container .slider-card {
      background-color: #B274DC;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      -o-border-radius: 8px;
      border-radius: 8px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      -webkit-box-shadow: 0px 14px 22px rgba(185, 103, 241, 0.395607);
      -moz-box-shadow: 0px 14px 22px rgba(185, 103, 241, 0.395607);
      box-shadow: 0px 14px 22px rgba(185, 103, 241, 0.395607);
      width: 100%;
      height: 646px;
      color: #fff;
      position: relative;
      padding: 58px 50px 50px 151px;
      margin-bottom: 32px; }
      .references__carousel .slider-card-container .slider-card__logo {
        position: absolute;
        width: 198px;
        height: 198px;
        background-color: #fff;
        -webkit-border-radius: 200px;
        -moz-border-radius: 200px;
        -ms-border-radius: 200px;
        -o-border-radius: 200px;
        border-radius: 200px;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        top: 30px;
        left: -70px;
        -webkit-box-shadow: 0px 14px 22px rgba(119, 50, 71, 0.114781);
        -moz-box-shadow: 0px 14px 22px rgba(119, 50, 71, 0.114781);
        box-shadow: 0px 14px 22px rgba(119, 50, 71, 0.114781); }
      .references__carousel .slider-card-container .slider-card .client-logos {
        background: url("/static/images/client-logos-sprite.png") no-repeat;
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform: scale(0.8); }
        .references__carousel .slider-card-container .slider-card .client-logos--zingat {
          background-position: -11px -11px;
          width: 166px;
          height: 79px;
          margin-top: -36px;
          margin-left: -80px; }
        .references__carousel .slider-card-container .slider-card .client-logos--colins {
          background-position: -253px -33px;
          width: 142px;
          height: 37px;
          margin-top: -19px;
          margin-left: -69px; }
        .references__carousel .slider-card-container .slider-card .client-logos--ido {
          background-position: -478px -14px;
          width: 63px;
          height: 74px;
          margin-top: -33px;
          margin-left: -32px; }
        .references__carousel .slider-card-container .slider-card .client-logos--otel-z {
          background-position: -637px -38px;
          width: 215px;
          height: 28px;
          margin-top: -11px;
          margin-left: -106px; }
        .references__carousel .slider-card-container .slider-card .client-logos--koctas {
          background-position: -949px 0;
          width: 74px;
          height: 99px;
          margin-top: -48px;
          margin-left: -37px; }
        .references__carousel .slider-card-container .slider-card .client-logos--webtures {
          background-position: -11px -177px;
          width: 198px;
          height: 60px;
          margin-top: -27px;
          margin-left: -97px; }
        .references__carousel .slider-card-container .slider-card .client-logos--daikin {
          background-position: -334px -183px;
          width: 212px;
          height: 46px;
          margin-top: -21px;
          margin-left: -104px; }
        .references__carousel .slider-card-container .slider-card .client-logos--tetsiad {
          background-position: -649px -169px;
          width: 105px;
          height: 69px;
          margin-top: -36px;
          margin-left: -54px; }
        .references__carousel .slider-card-container .slider-card .client-logos--tgsd {
          background-position: -862px -171px;
          width: 168px;
          height: 71px;
          margin-top: -36px;
          margin-left: -84px; }
      .references__carousel .slider-card-container .slider-card__content {
        text-align: left;
        color: #fff; }
        .references__carousel .slider-card-container .slider-card__content .md-title {
          margin-bottom: 40px;
          font-size: 2rem; }
        .references__carousel .slider-card-container .slider-card__content .text-desc, .references__carousel .slider-card-container .slider-card__content .md-text-desc {
          font-size: 1.2rem;
          line-height: 25px; }
      .references__carousel .slider-card-container .slider-card__author {
        position: absolute;
        bottom: 83px;
        text-align: left; }
        .references__carousel .slider-card-container .slider-card__author .author-name,
        .references__carousel .slider-card-container .slider-card__author .author-title {
          font-size: 1.33333rem;
          font-weight: 600;
          margin: 8px 0; }
      .references__carousel .slider-card-container .slider-card__author-10 {
        position: absolute;
        bottom: 10px;
        text-align: left; }
        .references__carousel .slider-card-container .slider-card__author-10 .author-name,
        .references__carousel .slider-card-container .slider-card__author-10 .author-title {
          font-size: 1.33333rem;
          font-weight: 600;
          margin: 8px 0; }

.references__clients,
.references .clients {
  margin-top: 0px !important; }
  @media (max-width: 480px) {
    .references__clients li,
    .references .clients li {
      width: 45%; } }
  @media only screen and (min-width: 481px) and (max-width: 1024px) {
    .references__clients li,
    .references .clients li {
      width: 40%; } }

@media (max-width: 480px) {
  .contact .container-fluid {
    margin-top: 20px !important; }
  .contact .contact-content {
    width: 100% !important; }
    .contact .contact-content .card, .contact .contact-content .login-register .card-2, .login-register .contact .contact-content .card-2, .contact .contact-content .sss .card-2, .sss .contact .contact-content .card-2 {
      margin: 0px !important;
      margin-bottom: 50px !important;
      width: 100% !important; }
  .contact .map {
    height: 660px !important; } }

.contact .map {
  margin-top: 75px;
  position: relative;
  height: 613px; }
  .contact .map__google {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
  .contact .map .contact-content {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 940px; }
    .contact .map .contact-content .card, .contact .map .contact-content .login-register .card-2, .login-register .contact .map .contact-content .card-2, .contact .map .contact-content .sss .card-2, .sss .contact .map .contact-content .card-2 {
      position: relative;
      color: #fff;
      width: 300px;
      height: 174px;
      float: left;
      margin-top: 68px;
      margin-right: 20px;
      padding: 20px;
      background: #B274DC;
      -webkit-box-shadow: 0px 14px 22px rgba(185, 103, 241, 0.395607);
      -moz-box-shadow: 0px 14px 22px rgba(185, 103, 241, 0.395607);
      box-shadow: 0px 14px 22px rgba(185, 103, 241, 0.395607);
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */ }
      .contact .map .contact-content .card:last-child, .contact .map .contact-content .login-register .card-2:last-child, .login-register .contact .map .contact-content .card-2:last-child, .contact .map .contact-content .sss .card-2:last-child, .sss .contact .map .contact-content .card-2:last-child {
        margin-right: 0; }
      .contact .map .contact-content .card__title {
        font-size: 1.2rem;
        font-weight: 600; }
      .contact .map .contact-content .card img, .contact .map .contact-content .login-register .card-2 img, .login-register .contact .map .contact-content .card-2 img, .contact .map .contact-content .sss .card-2 img, .sss .contact .map .contact-content .card-2 img {
        position: absolute;
        right: 5px;
        top: -20px; }
      .contact .map .contact-content .card__content {
        font-weight: 600;
        line-height: 20px;
        font-size: 1.2rem;
        position: absolute;
        bottom: 30px; }
        .contact .map .contact-content .card__content a {
          color: #fff;
          text-decoration: none; }
      .contact .map .contact-content .card.phone .card__content a, .contact .map .contact-content .login-register .phone.card-2 .card__content a, .login-register .contact .map .contact-content .phone.card-2 .card__content a, .contact .map .contact-content .sss .phone.card-2 .card__content a, .sss .contact .map .contact-content .phone.card-2 .card__content a {
        font-size: 36px; }
      .contact .map .contact-content .card.email .card__content a, .contact .map .contact-content .login-register .email.card-2 .card__content a, .login-register .contact .map .contact-content .email.card-2 .card__content a, .contact .map .contact-content .sss .email.card-2 .card__content a, .sss .contact .map .contact-content .email.card-2 .card__content a {
        font-size: 24px; }

.cms-page .big-container {
  position: relative; }

.cms-page .image {
  margin-top: 60px; }
  @media (max-width: 480px) {
    .cms-page .image {
      width: 50%; } }

.cms-page__content {
  margin-top: 50px;
  padding: 0 15px;
  color: #384668;
  font-size: 1.06667rem;
  line-height: 23px; }
  @media (max-width: 480px) {
    .cms-page__content {
      padding: 0px;
      font-size: 0.93333rem; }
      .cms-page__content .p25 {
        padding: 0px; } }
  .cms-page__content--small {
    max-width: 860px;
    font-size: 0.93333rem; }
  .cms-page__content--line {
    margin-bottom: 20px; }
  .cms-page__content--label {
    margin-bottom: 5px;
    font-weight: bold; }
  .cms-page__content--line-bold {
    margin-bottom: 20px;
    font-weight: bold; }
  .cms-page__content--line-center {
    margin-bottom: 20px;
    text-align: center; }

.cms-page .small-container {
  margin-top: 90px;
  margin-bottom: 120px;
  color: #384668; }

.cms-page__small-title {
  font-weight: 600;
  margin: 15px 0; }

.cms-page__back-btn {
  position: absolute;
  left: 36px; }

.not-found .logo {
  margin-top: 60px; }

.not-found__title {
  margin-top: 50px;
  font-size: 3.33333rem; }

.not-found__btn {
  margin: 50px 0; }

.not-found__image {
  width: 50%; }

@media (max-width: 480px) {
  #Auth .main-container {
    padding: 0px;
    margin-top: 0px; }
    #Auth .main-container .mt-50 {
      margin-top: 20px !important; }
    #Auth .main-container .mt-20 {
      margin-top: 0px !important; }
    #Auth .main-container .col {
      width: 100%;
      text-align: center; }
      #Auth .main-container .col .card, #Auth .main-container .col .login-register .card-2, .login-register #Auth .main-container .col .card-2, #Auth .main-container .col .sss .card-2, .sss #Auth .main-container .col .card-2 {
        padding: 0 30px;
        margin: 0px;
        padding-bottom: 30px; }
    #Auth .main-container .lg-title {
      font-size: 1.6rem;
      margin-top: 0px;
      padding: 20px 0; }
    #Auth .main-container .text-desc, #Auth .main-container .md-text-desc {
      font-size: 1rem;
      padding: 15px;
      padding-top: 0px; }
    #Auth .main-container .text-right {
      text-align: center !important; } }

@media (max-width: 480px) {
  #Auth .register-index .card, #Auth .register-index .login-register .card-2, .login-register #Auth .register-index .card-2, #Auth .register-index .sss .card-2, .sss #Auth .register-index .card-2 {
    padding: 40px 0 !important;
    margin: 20px 0 !important;
    text-align: center; }
    #Auth .register-index .card .mt-45, #Auth .register-index .login-register .card-2 .mt-45, .login-register #Auth .register-index .card-2 .mt-45, #Auth .register-index .sss .card-2 .mt-45, .sss #Auth .register-index .card-2 .mt-45,
    #Auth .register-index .card .mt-40,
    #Auth .register-index .login-register .card-2 .mt-40,
    .login-register #Auth .register-index .card-2 .mt-40,
    #Auth .register-index .sss .card-2 .mt-40,
    .sss #Auth .register-index .card-2 .mt-40 {
      margin-top: 0px !important; }
    #Auth .register-index .card img, #Auth .register-index .login-register .card-2 img, .login-register #Auth .register-index .card-2 img, #Auth .register-index .sss .card-2 img, .sss #Auth .register-index .card-2 img {
      width: 50%;
      display: block;
      margin: auto; }
  #Auth .login-register--yayinci img {
    width: 75%;
    margin: 50px 0; }
  #Auth .login-register--yazar section {
    margin: 15px; } }

.login-register {
  background-color: #fdfaf6;
  -webkit-box-shadow: 0 -1px 0 #f1dfc6;
  -moz-box-shadow: 0 -1px 0 #f1dfc6;
  box-shadow: 0 -1px 0 #f1dfc6; }
  .login-register .lg-title {
    margin-top: 58px; }
  .login-register .card, .login-register .card-2 {
    background-color: #fff;
    -webkit-box-shadow: 0px 14px 22px rgba(119, 50, 71, 0.114781);
    -moz-box-shadow: 0px 14px 22px rgba(119, 50, 71, 0.114781);
    box-shadow: 0px 14px 22px rgba(119, 50, 71, 0.114781);
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 60px 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
  .login-register .card-2 {
    padding: 20px;
    margin-bottom: 15px;
    color: #384668; }
    .login-register .card-2 .minus-margin {
      margin-top: -45px; }
    .login-register .card-2__text {
      font-size: 1.2rem;
      padding-top: 40px; }
  .login-register .error-notif img {
    float: left; }
    @media (max-width: 480px) {
      .login-register .error-notif img {
        width: 75px;
        float: none; } }
  .login-register .error-notif span {
    float: left;
    margin-left: 15px;
    color: #f38594;
    font-size: 1.06667rem;
    font-weight: 600;
    padding-top: 5px; }
    @media (max-width: 480px) {
      .login-register .error-notif span {
        display: block;
        float: none;
        margin: 0px; } }
  .login-register .divider {
    height: 1px !important;
    margin: 15px 0 !important; }
  .login-register--yayinci .checkbox {
    padding-left: 20px; }
    .login-register--yayinci .checkbox input {
      position: absolute;
      top: 4px;
      left: 0px; }
  .login-register--yazar .checkbox input {
    position: relative;
    left: -5px;
    top: -1px; }
  .login-register .error-block {
    position: relative; }

.resume-textarea {
  height: 344px; }

.logged-pages {
  background-color: #fdfaf6;
  -webkit-box-shadow: 0 -1px 0 #f1dfc6;
  -moz-box-shadow: 0 -1px 0 #f1dfc6;
  box-shadow: 0 -1px 0 #f1dfc6; }
  @media (max-width: 480px) {
    .logged-pages {
      padding: 15px; } }
  .logged-pages .lg-title {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    color: #384668;
    margin-top: 83px;
    margin-bottom: 87px; }
    .logged-pages .lg-title span {
      color: #f38594; }
    @media (max-width: 480px) {
      .logged-pages .lg-title {
        font-size: 1.33333rem;
        margin: 50px 0;
        text-align: center;
        width: 100%; }
        .logged-pages .lg-title > div {
          width: 100%; } }
  .logged-pages .card, .logged-pages .login-register .card-2, .login-register .logged-pages .card-2, .logged-pages .sss .card-2, .sss .logged-pages .card-2 {
    background-color: #fff;
    -webkit-box-shadow: 0px 14px 22px rgba(119, 50, 71, 0.114781);
    -moz-box-shadow: 0px 14px 22px rgba(119, 50, 71, 0.114781);
    box-shadow: 0px 14px 22px rgba(119, 50, 71, 0.114781);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    position: relative; }
    .logged-pages .card.not-read, .logged-pages .login-register .not-read.card-2, .login-register .logged-pages .not-read.card-2, .logged-pages .sss .not-read.card-2, .sss .logged-pages .not-read.card-2 {
      background-color: #f5fd7b; }
    .logged-pages .card.progress, .logged-pages .login-register .progress.card-2, .login-register .logged-pages .progress.card-2, .logged-pages .sss .progress.card-2, .sss .logged-pages .progress.card-2 {
      margin-bottom: 20px;
      background-color: #f38594; }
      .logged-pages .card.progress:hover, .logged-pages .login-register .progress.card-2:hover, .login-register .logged-pages .progress.card-2:hover, .logged-pages .sss .progress.card-2:hover, .sss .logged-pages .progress.card-2:hover {
        background-color: #ea7a8a; }
      .logged-pages .card.progress .col, .logged-pages .login-register .progress.card-2 .col, .login-register .logged-pages .progress.card-2 .col, .logged-pages .sss .progress.card-2 .col, .sss .logged-pages .progress.card-2 .col {
        color: white; }
        .logged-pages .card.progress .col svg path, .logged-pages .login-register .progress.card-2 .col svg path, .login-register .logged-pages .progress.card-2 .col svg path, .logged-pages .sss .progress.card-2 .col svg path, .sss .logged-pages .progress.card-2 .col svg path {
          fill: white; }
    .logged-pages .card.in-progress, .logged-pages .login-register .in-progress.card-2, .login-register .logged-pages .in-progress.card-2, .logged-pages .sss .in-progress.card-2, .sss .logged-pages .in-progress.card-2 {
      margin-bottom: 20px;
      background-color: #f38594; }
      .logged-pages .card.in-progress:hover, .logged-pages .login-register .in-progress.card-2:hover, .login-register .logged-pages .in-progress.card-2:hover, .logged-pages .sss .in-progress.card-2:hover, .sss .logged-pages .in-progress.card-2:hover {
        background-color: #ea7a8a; }
      .logged-pages .card.in-progress .col, .logged-pages .login-register .in-progress.card-2 .col, .login-register .logged-pages .in-progress.card-2 .col, .logged-pages .sss .in-progress.card-2 .col, .sss .logged-pages .in-progress.card-2 .col {
        color: white; }
        .logged-pages .card.in-progress .col svg path, .logged-pages .login-register .in-progress.card-2 .col svg path, .login-register .logged-pages .in-progress.card-2 .col svg path, .logged-pages .sss .in-progress.card-2 .col svg path, .sss .logged-pages .in-progress.card-2 .col svg path {
          fill: white; }
  .logged-pages .triple .card, .logged-pages .triple .login-register .card-2, .login-register .logged-pages .triple .card-2, .logged-pages .triple .sss .card-2, .sss .logged-pages .triple .card-2 {
    padding: 30px 30px 26px 30px;
    height: 265px;
    margin-bottom: 26px; }
  .logged-pages .triple .col {
    text-decoration: none !important; }
    @media (max-width: 420px) {
      .logged-pages .triple .col {
        text-align: center;
        width: 100%; } }
    .logged-pages .triple .col.active .card, .logged-pages .triple .col.active .login-register .card-2, .login-register .logged-pages .triple .col.active .card-2, .logged-pages .triple .col.active .sss .card-2, .sss .logged-pages .triple .col.active .card-2 {
      background-color: #f38594; }
      .logged-pages .triple .col.active .card .title, .logged-pages .triple .col.active .login-register .card-2 .title, .login-register .logged-pages .triple .col.active .card-2 .title, .logged-pages .triple .col.active .sss .card-2 .title, .sss .logged-pages .triple .col.active .card-2 .title,
      .logged-pages .triple .col.active .card .number,
      .logged-pages .triple .col.active .login-register .card-2 .number,
      .login-register .logged-pages .triple .col.active .card-2 .number,
      .logged-pages .triple .col.active .sss .card-2 .number,
      .sss .logged-pages .triple .col.active .card-2 .number,
      .logged-pages .triple .col.active .card .price,
      .logged-pages .triple .col.active .login-register .card-2 .price,
      .login-register .logged-pages .triple .col.active .card-2 .price,
      .logged-pages .triple .col.active .sss .card-2 .price,
      .sss .logged-pages .triple .col.active .card-2 .price,
      .logged-pages .triple .col.active .card .currency,
      .logged-pages .triple .col.active .login-register .card-2 .currency,
      .login-register .logged-pages .triple .col.active .card-2 .currency,
      .logged-pages .triple .col.active .sss .card-2 .currency,
      .sss .logged-pages .triple .col.active .card-2 .currency {
        color: white; }
      .logged-pages .triple .col.active .card .ghost-btn, .logged-pages .triple .col.active .login-register .card-2 .ghost-btn, .login-register .logged-pages .triple .col.active .card-2 .ghost-btn, .logged-pages .triple .col.active .sss .card-2 .ghost-btn, .sss .logged-pages .triple .col.active .card-2 .ghost-btn {
        color: white !important;
        border-color: white !important; }
      .logged-pages .triple .col.active .card svg path, .logged-pages .triple .col.active .login-register .card-2 svg path, .login-register .logged-pages .triple .col.active .card-2 svg path, .logged-pages .triple .col.active .sss .card-2 svg path, .sss .logged-pages .triple .col.active .card-2 svg path {
        fill: white; }
  .logged-pages .triple .title {
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 1.2rem;
    color: #384668;
    margin-top: 11px; }
  .logged-pages .triple .ghost-btn {
    border: 2px solid #384668;
    color: #384668;
    position: absolute;
    right: 30px;
    top: 30px; }
  .logged-pages .triple .number {
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 5.143rem;
    color: #384668;
    margin-top: 20px; }
  .logged-pages .triple .price {
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 3.429rem;
    color: #384668;
    margin-top: 57px; }
    .logged-pages .triple .price .currency {
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      font-size: 1.2rem;
      color: #384668; }
  .logged-pages .contents-title {
    margin-bottom: 57px; }
  .logged-pages ul.status-nav {
    list-style: none;
    position: absolute;
    right: 5px;
    top: 15px; }
    .logged-pages ul.status-nav li {
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      border-radius: 50px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      width: 12px;
      height: 12px;
      display: inline-block;
      cursor: pointer;
      margin: 0 4px; }
      .logged-pages ul.status-nav li.yellow {
        background-color: rgba(255, 225, 42, 0.2); }
      .logged-pages ul.status-nav li.orange {
        background-color: rgba(255, 161, 56, 0.2); }
      .logged-pages ul.status-nav li.blue {
        background-color: rgba(117, 210, 231, 0.2); }
      .logged-pages ul.status-nav li.green {
        background-color: rgba(129, 230, 78, 0.2); }
      .logged-pages ul.status-nav li.red {
        background-color: rgba(255, 61, 56, 0.2); }
      .logged-pages ul.status-nav li.active.yellow {
        background-color: #ffe12a;
        border: 1px solid #ddbd00; }
      .logged-pages ul.status-nav li.active.orange {
        background-color: #ffa138;
        border: 1px solid #eb7c00; }
      .logged-pages ul.status-nav li.active.blue {
        background-color: #75d2e7;
        border: 1px solid #34bddc; }
      .logged-pages ul.status-nav li.active.green {
        background-color: #81e64e;
        border: 1px solid #57cb1d; }
      .logged-pages ul.status-nav li.active.red {
        background-color: #ff3d38;
        border: 1px solid #eb0600; }
      .logged-pages ul.status-nav li:hover.yellow {
        background-color: #ffe12a;
        border: 1px solid #ddbd00; }
      .logged-pages ul.status-nav li:hover.orange {
        background-color: #ffa138;
        border: 1px solid #eb7c00; }
      .logged-pages ul.status-nav li:hover.blue {
        background-color: #75d2e7;
        border: 1px solid #34bddc; }
      .logged-pages ul.status-nav li:hover.green {
        background-color: #81e64e;
        border: 1px solid #57cb1d; }
      .logged-pages ul.status-nav li:hover.red {
        background-color: #ff3d38;
        border: 1px solid #eb0600; }

.setting-page .card, .setting-page .login-register .card-2, .login-register .setting-page .card-2, .setting-page .sss .card-2, .sss .setting-page .card-2 {
  padding: 60px; }
  .setting-page .card__title {
    color: #384668;
    font-size: 1.2rem;
    font-weight: bold; }

.setting-page .input-field {
  border: 2px solid #384668 !important;
  color: #384668 !important;
  padding: 8px 15px !important; }

.setting-page .input-label {
  color: #384668; }

.setting-page .english .radio-btn-group {
  margin-top: 30px; }

.setting-page .education .radio-btn-group {
  margin-top: 38px; }

.setting-page .upload-container {
  float: left; }

.setting-page .avatar-preview {
  float: left;
  margin-left: 20px;
  margin-top: 15px;
  width: 150px; }
  .setting-page .avatar-preview img {
    width: 100%;
    border-radius: 5px; }

.setting-page .form-group {
  margin-bottom: 30px; }

.content-claims__row {
  margin-top: 5px; }

.content-claims .num {
  font-weight: 600;
  line-height: normal;
  font-size: 2.4rem;
  color: #384668; }

.content-claims .num-sm {
  font-weight: 600;
  line-height: normal;
  font-size: 1.6rem;
  color: #384668; }

.content-claims .price {
  font-weight: 600;
  line-height: normal;
  font-size: 1.6rem;
  color: #384668; }

.content-claims__desc {
  max-width: 185px;
  margin-top: 20px; }

.content-claims .content__cat {
  max-width: 80px;
  margin-top: 10px;
  color: #b08beb;
  font-weight: 600;
  text-decoration: none; }

.content-claims .content__text {
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-size: 14px;
  color: #384668;
  margin-top: 15px; }

.content-claims .h-divider {
  border-left: 1px solid #f3d6bb; }

.content-claims-detail .table .table-body {
  height: auto; }
  .content-claims-detail .table .table-body .col {
    font-weight: 400;
    padding-right: 15px; }

.guide {
  height: 71px;
  margin-top: 60px;
  display: flex;
  align-items: center;
  padding: 15px; }
  .guide a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #384668; }
    .guide a span {
      margin-left: 15px; }
  .guide a.btn {
    display: inline; }
  .guide-desc {
    padding: 20px;
    margin-top: 20px;
    height: auto;
    display: block; }
    .guide-desc:before {
      display: block; }
    .guide-desc__label {
      font-weight: bold;
      display: block; }
    .guide-desc__content {
      margin-top: 30px; }
      .guide-desc__content ul, .guide-desc__content ol {
        margin: 5px 18px; }
    .guide-desc__description {
      font-size: 14px;
      color: #384668; }
      .guide-desc__description span,
      .guide-desc__description h1,
      .guide-desc__description h2,
      .guide-desc__description h3,
      .guide-desc__description h4,
      .guide-desc__description h5 {
        font-size: 14px !important;
        color: #384668; }
      .guide-desc__description ul, .guide-desc__description ol {
        margin: 5px 18px; }
    .guide-desc__denied {
      font-size: 14px;
      color: #384668;
      font-weight: bold; }
  .guide-item {
    padding: 15px 20px;
    margin-top: 0px;
    height: auto;
    display: block; }
    .guide-item:before {
      display: block; }
    .guide-item__label {
      font-weight: bold;
      display: block;
      position: relative; }
      .guide-item__label:after {
        content: ":";
        position: absolute;
        right: 0px; }
    .guide-item__bold {
      font-weight: 600;
      display: block;
      position: relative; }
    .guide-item__price {
      font-size: 2.4rem;
      font-weight: 700;
      color: #384668; }
    .guide-item__content {
      margin-top: 30px; }
    .guide-item__price-input {
      width: 150px; }
    .guide-item__description {
      font-size: 14px;
      color: #384668;
      padding-bottom: 3px;
      padding-top: 3px; }
      .guide-item__description span,
      .guide-item__description h1,
      .guide-item__description h2,
      .guide-item__description h3,
      .guide-item__description h4,
      .guide-item__description h5 {
        font-size: 13px !important;
        color: #384668; }
      .guide-item__description a {
        color: #f38594;
        text-decoration: underline !important; }
      .guide-item__description ul, .guide-item__description ol {
        margin: 5px 18px; }
  .guide__status {
    display: flex;
    align-items: center; }

.inner-html h1,
.inner-html h2,
.inner-html h3,
.inner-html h4,
.inner-html h5 {
  margin: 1em 0; }

.inner-html p a {
  word-break: break-word;
  display: inline;
  text-decoration: underline; }

.setting-page .checkbox input {
  position: absolute;
  left: 0px;
  width: 15px; }

.setting-page .checkbox label {
  padding-left: 20px; }

@media (max-width: 500px) {
  .setting-page .card .col, .setting-page .login-register .card-2 .col, .login-register .setting-page .card-2 .col, .setting-page .sss .card-2 .col, .sss .setting-page .card-2 .col {
    width: 100% !important; }
  .setting-page .card .radio label, .setting-page .login-register .card-2 .radio label, .login-register .setting-page .card-2 .radio label, .setting-page .sss .card-2 .radio label, .sss .setting-page .card-2 .radio label {
    width: 100% !important; }
  .setting-page .card .tags .tag, .setting-page .login-register .card-2 .tags .tag, .login-register .setting-page .card-2 .tags .tag, .setting-page .sss .card-2 .tags .tag, .sss .setting-page .card-2 .tags .tag {
    width: 100% !important; } }

.yaz .words-container {
  position: relative;
  top: -10px; }
  .yaz .words-container h3 {
    font-size: 1.6rem; }
  .yaz .words-container span {
    font-size: 3.2rem;
    color: #f38594;
    font-weight: bold; }

.logged-pages.yeni-talep .progress {
  width: 1000px;
  margin: 20px auto;
  text-align: center; }
  .logged-pages.yeni-talep .progress .circle {
    display: inline-block;
    background: #384668;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    position: relative;
    z-index: 2; }
  .logged-pages.yeni-talep .progress .bar {
    display: inline-block;
    background: #384668;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    position: relative;
    width: 150px;
    height: 2px;
    z-index: 1;
    top: -4px;
    margin-left: -5px;
    margin-right: -5px;
    border-left: none;
    border-right: none;
    border-radius: 0; }
  .logged-pages.yeni-talep .progress .circle .label {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 32px;
    margin-top: 3px;
    color: #b5b5ba;
    font-size: 1.13333rem; }
  .logged-pages.yeni-talep .progress .circle .title {
    color: #b5b5ba;
    font-size: 0.86667rem;
    line-height: 30px;
    margin-left: -5px; }
  .logged-pages.yeni-talep .progress .bar.done,
  .logged-pages.yeni-talep .progress .circle.done {
    background: #F38594; }
  .logged-pages.yeni-talep .progress .bar.active {
    background: linear-gradient(to right, #EEE 40%, #FFF 60%); }
  .logged-pages.yeni-talep .progress .circle .label {
    color: #FFF; }
  .logged-pages.yeni-talep .progress .circle.done .label {
    background: #F38594; }
  .logged-pages.yeni-talep .progress__description {
    padding-top: 50px; }
    .logged-pages.yeni-talep .progress__description span {
      display: block;
      font-size: 1.2rem;
      margin-bottom: 10px; }
  .logged-pages.yeni-talep .progress__buttons {
    margin-top: 25px;
    margin-bottom: 75px; }

.logged-pages.yeni-talep .card, .logged-pages.yeni-talep .login-register .card-2, .login-register .logged-pages.yeni-talep .card-2, .logged-pages.yeni-talep .sss .card-2, .sss .logged-pages.yeni-talep .card-2 {
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 25px; }
  .logged-pages.yeni-talep .card select, .logged-pages.yeni-talep .login-register .card-2 select, .login-register .logged-pages.yeni-talep .card-2 select, .logged-pages.yeni-talep .sss .card-2 select, .sss .logged-pages.yeni-talep .card-2 select {
    height: 44px; }
  .logged-pages.yeni-talep .card .form-group-deadlineAt .input-field:disabled, .logged-pages.yeni-talep .login-register .card-2 .form-group-deadlineAt .input-field:disabled, .login-register .logged-pages.yeni-talep .card-2 .form-group-deadlineAt .input-field:disabled, .logged-pages.yeni-talep .sss .card-2 .form-group-deadlineAt .input-field:disabled, .sss .logged-pages.yeni-talep .card-2 .form-group-deadlineAt .input-field:disabled {
    color: #f38594;
    background: #fff !important; }
  .logged-pages.yeni-talep .card.price-detail span, .logged-pages.yeni-talep .login-register .price-detail.card-2 span, .login-register .logged-pages.yeni-talep .price-detail.card-2 span, .logged-pages.yeni-talep .sss .price-detail.card-2 span, .sss .logged-pages.yeni-talep .price-detail.card-2 span {
    display: block;
    width: 100%; }
  .logged-pages.yeni-talep .card.price-detail .col, .logged-pages.yeni-talep .login-register .price-detail.card-2 .col, .login-register .logged-pages.yeni-talep .price-detail.card-2 .col, .logged-pages.yeni-talep .sss .price-detail.card-2 .col, .sss .logged-pages.yeni-talep .price-detail.card-2 .col {
    height: 83px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .logged-pages.yeni-talep .card .row, .logged-pages.yeni-talep .login-register .card-2 .row, .login-register .logged-pages.yeni-talep .card-2 .row, .logged-pages.yeni-talep .sss .card-2 .row, .sss .logged-pages.yeni-talep .card-2 .row {
    margin-bottom: 30px; }
    .logged-pages.yeni-talep .card .row .col-label, .logged-pages.yeni-talep .login-register .card-2 .row .col-label, .login-register .logged-pages.yeni-talep .card-2 .row .col-label, .logged-pages.yeni-talep .sss .card-2 .row .col-label, .sss .logged-pages.yeni-talep .card-2 .row .col-label {
      font-size: 1.6rem;
      font-weight: 600; }
    .logged-pages.yeni-talep .card .row .col-price, .logged-pages.yeni-talep .login-register .card-2 .row .col-price, .login-register .logged-pages.yeni-talep .card-2 .row .col-price, .logged-pages.yeni-talep .sss .card-2 .row .col-price, .sss .logged-pages.yeni-talep .card-2 .row .col-price {
      font-size: 1.33333rem; }
      .logged-pages.yeni-talep .card .row .col-price b, .logged-pages.yeni-talep .login-register .card-2 .row .col-price b, .login-register .logged-pages.yeni-talep .card-2 .row .col-price b, .logged-pages.yeni-talep .sss .card-2 .row .col-price b, .sss .logged-pages.yeni-talep .card-2 .row .col-price b {
        color: #f38594;
        font-size: 3.2rem;
        margin-right: 15px; }

.logged-pages.yeni-talep .contents .card .form-group, .logged-pages.yeni-talep .contents .login-register .card-2 .form-group, .login-register .logged-pages.yeni-talep .contents .card-2 .form-group, .logged-pages.yeni-talep .contents .sss .card-2 .form-group, .sss .logged-pages.yeni-talep .contents .card-2 .form-group {
  width: 100%; }
  .logged-pages.yeni-talep .contents .card .form-group input, .logged-pages.yeni-talep .contents .login-register .card-2 .form-group input, .login-register .logged-pages.yeni-talep .contents .card-2 .form-group input, .logged-pages.yeni-talep .contents .sss .card-2 .form-group input, .sss .logged-pages.yeni-talep .contents .card-2 .form-group input {
    width: 100%; }

.logged-pages.yeni-talep .contents .card .col__remove, .logged-pages.yeni-talep .contents .login-register .card-2 .col__remove, .login-register .logged-pages.yeni-talep .contents .card-2 .col__remove, .logged-pages.yeni-talep .contents .sss .card-2 .col__remove, .sss .logged-pages.yeni-talep .contents .card-2 .col__remove {
  cursor: pointer; }

.logged-pages.yeni-talep .contents__add-button {
  border: 1px dashed #F38594;
  padding: 20px;
  margin-bottom: 25px;
  text-align: center;
  cursor: pointer;
  display: block;
  font-size: 1.6rem;
  color: #F38594;
  font-weight: bold; }

.edit-editor .contents__add-button {
  display: none; }

.edit-editor .col__remove {
  display: none; }

@media (max-width: 767px) {
  .logged-pages.yeni-talep .progress {
    width: 100%;
    margin: 20px auto;
    text-align: center; }
    .logged-pages.yeni-talep .progress .bar {
      width: 120px; }
  .logged-pages .card .col, .logged-pages .login-register .card-2 .col, .login-register .logged-pages .card-2 .col, .logged-pages .sss .card-2 .col, .sss .logged-pages .card-2 .col {
    width: 100% !important; } }

.sss {
  background-color: #fff;
  /*@include box-shadow(0 -1px 0 #f1dfc6)*/ }
  .sss .card, .sss .card-2 {
    position: relative;
    margin-top: 50px;
    margin-bottom: 100px;
    padding: 25px 60px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
    .sss .card__active {
      position: absolute;
      bottom: -40px;
      left: 0px;
      right: 0px;
      margin: auto; }
  .sss .card-2 {
    padding: 20px;
    margin-bottom: 15px;
    color: #384668; }
    .sss .card-2 .minus-margin {
      margin-top: -45px; }
    .sss .card-2__text {
      font-size: 1.2rem;
      padding-top: 40px; }
  .sss .error-notif img {
    float: left; }
  .sss .error-notif span {
    float: left;
    margin-left: 15px;
    color: #f38594;
    font-size: 1.06667rem;
    font-weight: 600;
    padding-top: 5px; }
  .sss .divider {
    height: 1px !important;
    margin: 15px 0 !important; }
  .sss--yayinci .checkbox {
    padding-left: 20px; }
    .sss--yayinci .checkbox input {
      position: absolute;
      top: 4px;
      left: 0px; }
  .sss--yazar .checkbox input {
    position: relative;
    left: -5px;
    top: -1px; }

.resume-textarea {
  height: 344px; }

.hizmet__h2 {
  font-size: 17px;
  font-weight: 600; }

.hizmet-content__line-bg--list, .hizmet-content__line--list {
  margin: 50px 0; }
  .hizmet-content__line-bg--list p, .hizmet-content__line--list p {
    text-align: center;
    padding: 10px 0; }
    .hizmet-content__line-bg--list p:last-child, .hizmet-content__line--list p:last-child {
      margin-top: 50px;
      padding: 0 225px; }

.hizmet-content__line-bg--list-nop, .hizmet-content__line--list-nop {
  margin: auto;
  margin-top: 40px; }
  .hizmet-content__line-bg--list-nop p, .hizmet-content__line--list-nop p {
    height: 40px;
    padding-left: 50px;
    position: relative; }
    .hizmet-content__line-bg--list-nop p img, .hizmet-content__line--list-nop p img {
      position: absolute;
      top: -7px;
      left: 0px;
      width: 50px !important; }

.hizmet-content__line-bg--list-nowidth p, .hizmet-content__line--list-nowidth p {
  text-align: center;
  padding: 10px 0; }

.hizmet-content__line-bg p, .hizmet-content__line p {
  line-height: 1.5; }

.hizmet-content__line-bg--title-sm, .hizmet-content__line--title-sm {
  text-align: center;
  font-size: 1.66667rem;
  font-weight: 600;
  margin-bottom: 20px; }
  .hizmet-content__line-bg--title-sm-big, .hizmet-content__line--title-sm-big {
    font-size: 3.2rem;
    font-weight: 600; }

.hizmet-content__line-bg--title, .hizmet-content__line--title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 20px; }
  .hizmet-content__line-bg--title-big, .hizmet-content__line--title-big {
    font-size: 3.2rem;
    font-weight: 600; }

.hizmet-content__line-bg--title-nop, .hizmet-content__line--title-nop {
  text-align: center;
  font-size: 1.66667rem;
  font-weight: 600;
  margin-bottom: 20px; }

.hizmet-content__line-bg--desc, .hizmet-content__line--desc {
  padding: 0 170px;
  text-align: center; }

.hizmet-content__line-bg--desc-lg, .hizmet-content__line--desc-lg {
  padding: 0 140px;
  text-align: center; }

.hizmet-content__line-bg--desc-nop, .hizmet-content__line--desc-nop {
  padding: 0px;
  text-align: center;
  line-height: 1.5; }

.hizmet-content__line-bg--row-desc, .hizmet-content__line--row-desc {
  line-height: 1.5;
  font-size: 1rem; }

.hizmet-content__line-bg--hr, .hizmet-content__line--hr {
  width: 500px;
  height: 1px;
  margin: 75px auto;
  background-color: #D7DAE1; }

.hizmet-content__line-bg--boxe, .hizmet-content__line--boxe {
  text-align: center;
  margin-top: 25px; }
  .hizmet-content__line-bg--boxe-title, .hizmet-content__line--boxe-title {
    font-weight: 600;
    font-size: 1.33333rem;
    padding: 20px 0; }
  .hizmet-content__line-bg--boxe-desc, .hizmet-content__line--boxe-desc {
    text-align: normal; }

.hizmet-content__line-bg img, .hizmet-content__line img {
  width: 100%; }

.hizmet-content__line-bg {
  background-color: white;
  background-image: url("/static/images/rectangle.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 75px 0; }
  .hizmet-content__line-bg--title-big {
    text-align: center;
    color: white; }
  .hizmet-content__line-bg--title {
    font-size: 1.33333rem;
    font-weight: 600;
    padding-bottom: 24px;
    border-bottom: 2px solid #d7dae1; }
  .hizmet-content__line-bg--box {
    margin: 100px auto;
    display: table; }
    .hizmet-content__line-bg--box > div {
      width: 380px;
      height: 491px;
      float: left;
      background-color: #fff5ed;
      box-shadow: 0 8px 14px 0 rgba(51, 130, 184, 0.24);
      padding: 25px 58px; }

.hizmet-content .row-boxes {
  margin-top: 50px; }
  .hizmet-content .row-boxes__box {
    background-color: #B274DC;
    color: white;
    height: 300px;
    border-radius: 4px;
    box-shadow: 0 14px 22px 0 rgba(185, 103, 241, 0.4);
    padding: 25px 31px;
    margin: 0 10px; }
    .hizmet-content .row-boxes__box--label {
      font-size: 1.6rem;
      font-weight: 600;
      margin-bottom: 15px; }
  .hizmet-content .row-boxes__boxh360 {
    background-color: #B274DC;
    color: white;
    height: 360px;
    border-radius: 4px;
    box-shadow: 0 14px 22px 0 rgba(185, 103, 241, 0.4);
    padding: 25px 31px;
    margin: 0 10px; }
    .hizmet-content .row-boxes__boxh360--label {
      font-size: 1.6rem;
      font-weight: 600;
      margin-bottom: 15px; }
  .hizmet-content .row-boxes__box-250 {
    background-color: #B274DC;
    color: white;
    height: 250px;
    border-radius: 4px;
    box-shadow: 0 14px 22px 0 rgba(185, 103, 241, 0.4);
    padding: 25px 31px;
    margin: 0 10px; }
    .hizmet-content .row-boxes__box-250--label {
      font-size: 1.6rem;
      font-weight: 600;
      margin-bottom: 15px; }
  .hizmet-content .row-boxes__box-50 {
    background-color: #B274DC;
    color: white;
    border-radius: 4px;
    box-shadow: 0 14px 22px 0 rgba(185, 103, 241, 0.4);
    margin: 0 10px;
    padding: 10px 0; }
    .hizmet-content .row-boxes__box-50--label {
      font-size: 1rem;
      font-weight: 600;
      text-align: center; }

.hizmet .img-container {
  padding-left: 0px; }
  .hizmet .img-container img {
    width: 100%; }

@media (max-width: 420px) {
  .hizmet-content {
    width: 100%; }
    .hizmet-content__line-bg--title, .hizmet-content__line--title {
      font-size: 1.6rem; }
    .hizmet-content__line-bg--list-nop p, .hizmet-content__line--list-nop p {
      height: auto;
      margin-top: 15px; }
    .hizmet-content__line-bg--hr, .hizmet-content__line--hr {
      width: 100%;
      height: 1px;
      margin: 75px auto;
      background-color: #D7DAE1; }
    .hizmet-content__line-bg--desc, .hizmet-content__line--desc {
      padding: 0 0px;
      text-align: center; }
    .hizmet-content__line-bg {
      background-color: white;
      background-image: url("/static/images/rectangle.svg");
      background-repeat: no-repeat;
      background-size: 100%;
      padding: 25px 0; }
      .hizmet-content__line-bg--box > div {
        width: 100%;
        height: 100%;
        margin-left: 0px !important; }
      .hizmet-content__line-bg--title-big {
        font-size: 1.33333rem;
        font-weight: 600; }
  .hizmet .row-boxes__boxh360 {
    margin: 0px; }
  .hizmet .row-boxes__box {
    height: 100%;
    margin: 0px; }
  .hizmet .row-boxes__box-250 {
    height: 100%;
    margin: 15px 0px 0px 0px; }
  .hizmet .row-boxes__box-50 {
    margin: 0 0px; }
  .hizmet .row-boxes .col {
    width: 100%;
    margin-top: 5px; }
  .big-container .col {
    width: 100%; } }

.profile-card .guide {
  padding: 0px; }
  .profile-card .guide .col {
    border-right: 1px solid #ffcea3;
    padding: 25px;
    min-height: 200px; }
    .profile-card .guide .col:last-child {
      border-right: 0px; }
    .profile-card .guide .col__label {
      font-size: 1.2rem;
      font-weight: 600;
      color: #384668; }
    .profile-card .guide .col__bio {
      line-height: 1.5 !important; }
    .profile-card .guide .col__description {
      font-size: 2.4rem;
      font-weight: 700;
      color: #384668;
      margin-top: 15px; }

.profile-card--non .col__description {
  font-size: 1.33333rem !important; }

.profile-card--non .col {
  min-height: 125px !important; }

.plajify-modal__content img {
  width: 100%; }

.rdrCalendarWrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.rdrDateDisplay{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.rdrDateDisplayItem{
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  width: 0;
  text-align: center;
  color: inherit;
}

.rdrDateDisplayItem + .rdrDateDisplayItem{
    margin-left: 0.833em;
  }

.rdrDateDisplayItem input{
    text-align: inherit
  }

.rdrDateDisplayItem input:disabled {
  cursor: default;
}

.rdrDateDisplayItemActive{}

.rdrMonthAndYearWrapper {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.rdrMonthAndYearPickers{
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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;
}

.rdrMonthPicker{}

.rdrYearPicker{}

.rdrNextPrevButton {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  cursor: pointer;
  outline: none;
}

.rdrPprevButton {}

.rdrNextButton {}

.rdrMonths{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rdrMonthsVertical{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.rdrMonthsHorizontal > div > div > div{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.rdrMonth{
  width: 27.667em;
}

.rdrWeekDays{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rdrWeekDay {
  -ms-flex-preferred-size: calc(100% / 7);
      flex-basis: calc(100% / 7);
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  text-align: center;
}

.rdrDays{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.rdrDateDisplayWrapper{}

.rdrMonthName{}

.rdrInfiniteMonths{
  overflow: auto;
}

.rdrDateRangeWrapper{
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.rdrDay {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  width: calc(100% / 7);
  position: relative;
  font: inherit;
  cursor: pointer;
}

.rdrDayNumber {
  display: block;
  position: relative;
}

.rdrDayNumber span{
    color: #1d2429;
  }

.rdrDayDisabled {
  cursor: not-allowed;
}

.rdrSelected, .rdrInRange, .rdrStartEdge, .rdrEndEdge{
  pointer-events: none;
}

.rdrInRange{}

.rdrDayStartPreview, .rdrDayInPreview, .rdrDayEndPreview{
  pointer-events: none;
}

.rdrDayHovered{}

.rdrDayActive{}

.rdrDateRangePickerWrapper{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.rdrDefinedRangesWrapper{}

.rdrStaticRanges{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.rdrStaticRange{
  font-size: inherit;
}

.rdrStaticRangeLabel{}

.rdrInputRanges{}

.rdrInputRange{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rdrInputRangeInput{}

.rdrCalendarWrapper{
  color: #000000;
  font-size: 12px;
}

.rdrDateDisplay{
  background-color: rgb(239, 242, 247);
  padding: 0.833em;
}

.rdrDateDisplayItem{
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0 1px 2px 0 rgba(35, 57, 66, 0.21);
          box-shadow: 0 1px 2px 0 rgba(35, 57, 66, 0.21);
  border: 1px solid transparent;
}

.rdrDateDisplayItem input{
    cursor: pointer;
    height: 2.5em;
    line-height: 2.5em;
    border: 0px;
    background: transparent;
    width: 100%;
    color: #849095;
  }

.rdrDateDisplayItemActive{
  border-color: currentColor;
}

.rdrDateDisplayItemActive input{
    color: #7d888d
  }

.rdrMonthAndYearWrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding-top: 10px;
}

.rdrMonthAndYearPickers{
  font-weight: 600;
}

.rdrMonthAndYearPickers select{
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    padding: 10px 30px 10px 10px;
    border-radius: 4px;
    outline: 0;
    color: #3e484f;
    background: url("data:image/svg+xml;utf8,<svg width='9px' height='6px' viewBox='0 0 9 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Artboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-636.000000, -171.000000)' fill-opacity='0.368716033'><g id='input' transform='translate(172.000000, 37.000000)' fill='%230E242F' fill-rule='nonzero'><g id='Group-9' transform='translate(323.000000, 127.000000)'><path d='M142.280245,7.23952813 C141.987305,6.92353472 141.512432,6.92361662 141.219585,7.23971106 C140.926739,7.5558055 140.926815,8.06821394 141.219755,8.38420735 L145.498801,13 L149.780245,8.38162071 C150.073185,8.0656273 150.073261,7.55321886 149.780415,7.23712442 C149.487568,6.92102998 149.012695,6.92094808 148.719755,7.23694149 L145.498801,10.7113732 L142.280245,7.23952813 Z' id='arrow'></path></g></g></g></svg>") no-repeat;
    background-position: right 8px center;
    cursor: pointer;
    text-align: center
  }

.rdrMonthAndYearPickers select:hover{
  background-color: rgba(0,0,0,0.07);
}

.rdrMonthPicker, .rdrYearPicker{
  margin: 0 5px
}

.rdrNextPrevButton {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 0.833em;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: #EFF2F7
}

.rdrNextPrevButton:hover{
  background: #E1E7F0;
}

.rdrNextPrevButton i {
    display: block;
    width: 0;
    height: 0;
    padding: 0;
    text-align: center;
    border-style: solid;
    margin: auto;
    -webkit-transform: translate(-3px, 0px);
            transform: translate(-3px, 0px);
}

.rdrPprevButton i {
    border-width: 4px 6px 4px 4px;
    border-color: transparent rgb(52, 73, 94) transparent transparent;
    -webkit-transform: translate(-3px, 0px);
            transform: translate(-3px, 0px);
  }

.rdrNextButton i {
    margin: 0 0 0 7px;
    border-width: 4px 4px 4px 6px;
    border-color: transparent transparent transparent rgb(52, 73, 94);
    -webkit-transform: translate(3px, 0px);
            transform: translate(3px, 0px);
  }

.rdrWeekDays {
  padding: 0 0.833em;
}

.rdrMonth{
  padding: 0 0.833em 1.666em 0.833em;
}

.rdrMonth .rdrWeekDays {
    padding: 0;
  }

.rdrMonths.rdrMonthsVertical .rdrMonth:first-child .rdrMonthName{
  display: none;
}

.rdrWeekDay {
  font-weight: 400;
  line-height: 2.667em;
  color: rgb(132, 144, 149);
}

.rdrDay {
  background: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0;
  padding: 0;
  line-height: 3.000em;
  height: 3.000em;
  text-align: center;
  color: #1d2429
}

.rdrDay:focus {
  outline: 0;
}

.rdrDayNumber {
  outline: 0;
  font-weight: 300;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  top: 5px;
  bottom: 5px;
  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;
}

.rdrDayToday .rdrDayNumber span{
  font-weight: 500
}

.rdrDayToday .rdrDayNumber span:after{
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: #3d91ff;
}

.rdrDayToday:not(.rdrDayPassive) .rdrInRange ~ .rdrDayNumber span:after, .rdrDayToday:not(.rdrDayPassive) .rdrStartEdge ~ .rdrDayNumber span:after, .rdrDayToday:not(.rdrDayPassive) .rdrEndEdge ~ .rdrDayNumber span:after, .rdrDayToday:not(.rdrDayPassive) .rdrSelected ~ .rdrDayNumber span:after{
  background: #fff;
}

.rdrDay:not(.rdrDayPassive) .rdrInRange ~ .rdrDayNumber span, .rdrDay:not(.rdrDayPassive) .rdrStartEdge ~ .rdrDayNumber span, .rdrDay:not(.rdrDayPassive) .rdrEndEdge ~ .rdrDayNumber span, .rdrDay:not(.rdrDayPassive) .rdrSelected ~ .rdrDayNumber span{
          color: rgba(255, 255, 255, 0.85);
}

.rdrSelected, .rdrInRange, .rdrStartEdge, .rdrEndEdge{
  background: currentColor;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 5px;
}

.rdrSelected{
  left: 2px;
  right: 2px;
}

.rdrInRange{}

.rdrStartEdge{
  border-top-left-radius: 1.042em;
  border-bottom-left-radius: 1.042em;
  left: 2px;
}

.rdrEndEdge{
  border-top-right-radius: 1.042em;
  border-bottom-right-radius: 1.042em;
  right: 2px;
}

.rdrSelected{
  border-radius: 1.042em;
}

.rdrDayStartOfMonth .rdrInRange, .rdrDayStartOfMonth .rdrEndEdge, .rdrDayStartOfWeek .rdrInRange, .rdrDayStartOfWeek .rdrEndEdge{
    border-top-left-radius: 1.042em;
    border-bottom-left-radius: 1.042em;
    left: 2px;
  }

.rdrDayEndOfMonth .rdrInRange, .rdrDayEndOfMonth .rdrStartEdge, .rdrDayEndOfWeek .rdrInRange, .rdrDayEndOfWeek .rdrStartEdge{
    border-top-right-radius: 1.042em;
    border-bottom-right-radius: 1.042em;
    right: 2px;
  }

.rdrDayStartOfMonth .rdrDayInPreview, .rdrDayStartOfMonth .rdrDayEndPreview, .rdrDayStartOfWeek .rdrDayInPreview, .rdrDayStartOfWeek .rdrDayEndPreview{
    border-top-left-radius: 1.333em;
    border-bottom-left-radius: 1.333em;
    border-left-width: 1px;
    left: 0px;
  }

.rdrDayEndOfMonth .rdrDayInPreview, .rdrDayEndOfMonth .rdrDayStartPreview, .rdrDayEndOfWeek .rdrDayInPreview, .rdrDayEndOfWeek .rdrDayStartPreview{
   border-top-right-radius: 1.333em;
   border-bottom-right-radius: 1.333em;
   border-right-width: 1px;
   right: 0px;
 }

.rdrDayStartPreview, .rdrDayInPreview, .rdrDayEndPreview{
  background: rgba(255, 255, 255, 0.09);
  position: absolute;
  top: 3px;
  left: 0px;
  right: 0px;
  bottom: 3px;
  pointer-events: none;
  border: 0px solid currentColor;
  z-index: 1;
}

.rdrDayStartPreview{
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-left-radius: 1.333em;
  border-bottom-left-radius: 1.333em;
  left: 0px;
}

.rdrDayInPreview{
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.rdrDayEndPreview{
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-right-radius: 1.333em;
  border-bottom-right-radius: 1.333em;
  right: 2px;
  right: 0px;
}

.rdrDefinedRangesWrapper{
  font-size: 12px;
  width: 226px;
  border-right: solid 1px #eff2f7;
  background: #fff;
}

.rdrDefinedRangesWrapper .rdrStaticRangeSelected{
    color: currentColor;
    font-weight: 600;
  }

.rdrStaticRange{
  border: 0;
  cursor: pointer;
  display: block;
  outline: 0;
  border-bottom: 1px solid #eff2f7;
  padding: 0;
  background: #fff
}

.rdrStaticRange:hover .rdrStaticRangeLabel, .rdrStaticRange:focus .rdrStaticRangeLabel{
      background: #eff2f7;
}

.rdrStaticRangeLabel{
  display: block;
  outline: 0;
  line-height: 18px;
  padding: 10px 20px;
  text-align: left;
}

.rdrInputRanges{
  padding: 10px 0;
}

.rdrInputRange{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 20px;
}

.rdrInputRangeInput{
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  text-align: center;
  border: solid 1px rgb(222, 231, 235);
  margin-right: 10px;
  color: rgb(108, 118, 122)
}

.rdrInputRangeInput:focus, .rdrInputRangeInput:hover{
  border-color: rgb(180, 191, 196);
  outline: 0;
  color: #333;
}

.rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after{
  content: '';
  border: 1px solid currentColor;
  border-radius: 1.333em;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 0px;
  right: 0px;
  background: transparent;
}

.rdrDayPassive{
  pointer-events: none;
}

.rdrDayPassive .rdrDayNumber span{
    color: #d5dce0;
  }

.rdrDayPassive .rdrInRange, .rdrDayPassive .rdrStartEdge, .rdrDayPassive .rdrEndEdge, .rdrDayPassive .rdrSelected, .rdrDayPassive .rdrDayStartPreview, .rdrDayPassive .rdrDayInPreview, .rdrDayPassive .rdrDayEndPreview{
    display: none;
  }

.rdrDayDisabled {
  background-color: rgb(248, 248, 248);
}

.rdrDayDisabled .rdrDayNumber span{
    color: #aeb9bf;
  }

.rdrDayDisabled .rdrInRange, .rdrDayDisabled .rdrStartEdge, .rdrDayDisabled .rdrEndEdge, .rdrDayDisabled .rdrSelected, .rdrDayDisabled .rdrDayStartPreview, .rdrDayDisabled .rdrDayInPreview, .rdrDayDisabled .rdrDayEndPreview{
    -webkit-filter: grayscale(100%) opacity(60%);
            filter: grayscale(100%) opacity(60%);
  }

.rdrMonthName{
  text-align: left;
  font-weight: 600;
  color: #849095;
  padding: 0.833em;
}

