html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

header {
  background-image: url("../img/Background.png");
  background-size: 100% 100%;
  width: 100%;
  height: 700px;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}

header .container {
  width: 100%;
}

header .container .logoandlodin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 200px;
  padding-top: 45px;
}

header .container .logoandlodin--logo {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: white;
}

header .container .logoandlodin--login a {
  color: white;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  line-height: 24px;
}

header .container .logoandlodin--login button {
  background: transparent;
  border-radius: 30px;
  border: 2px solid white;
  width: 90px;
  height: 36px;
  margin: 0 24px;
}

header .container--header {
  margin: 0 auto;
  margin-top: 148px;
}

header .container--header h1 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 52px;
  line-height: 63px;
  color: white;
  text-align: center;
}

header .container--header p {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  color: white;
  text-align: center;
  margin-top: 26px;
}

header .container--header button {
  display: block;
  background-color: #FF4E50;
  border-radius: 30px;
  border: none;
  width: 225px;
  height: 40px;
  margin: 0 auto;
  margin-top: 33px;
}

header .container--header button a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: white;
  text-decoration: none;
}

main {
  margin: 0 auto;
  width: 941px;
}

h2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  margin-top: 89px;
  margin-bottom: 35px;
  text-align: center;
}

.dreamshare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dreamshare--step1, .dreamshare--step2, .dreamshare--step3 {
  background-image: url(../img/Step11image.png);
  background-size: 100% 100%;
  width: 300px;
  height: 400px;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 21px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.dreamshare--step2 {
  background-image: url(../img/Step1image.png);
}

.dreamshare--step3 {
  background-image: url(../img/Step3image.png);
}

.dreamshare button {
  display: block;
  background-color: #FF4E50;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: white;
  text-decoration: none;
  border-radius: 30px;
  border: none;
  width: 70px;
  height: 20px;
  margin-bottom: 22px;
}

.dreamshare h5 {
  display: block;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  color: white;
  margin-bottom: 22px;
}

.dreamshare p {
  display: block;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  color: white;
}

.partners--f-line,
.partners--s-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.partners--partner1, .partners--partner2, .partners--partner3, .partners--partner4 {
  width: 221px;
  height: 205px;
}

.partners--partner1 img, .partners--partner2 img, .partners--partner3 img, .partners--partner4 img {
  width: 120px;
  height: 120px;
  display: block;
  margin: 0 auto;
}

.partners--partner1 h6, .partners--partner2 h6, .partners--partner3 h6, .partners--partner4 h6 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  margin-top: 17px;
  text-align: center;
}

.partners--partner1 p, .partners--partner2 p, .partners--partner3 p, .partners--partner4 p {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  margin-top: 25px;
  text-align: center;
}

.partners-button {
  display: block;
  margin: 0 auto;
  border: 2px solid #FF4E50;
  border-radius: 40px;
  width: 180px;
  height: 40px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #FF4E50;
  margin-top: 55px;
  background: transparent;
}

.idea1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.idea1--sport, .idea1--sun, .idea1--extreme {
  background-image: url(../img/Sport.png);
  width: 300px;
  height: 310px;
}

.idea1--sun {
  background-image: url(../img/Healath.png);
}

.idea1--extreme {
  background-image: url(../img/Extreme.png);
}

.idea1 p {
  font-family: Montserrat;
  font-style: 700;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  color: white;
  text-align: center;
  line-height: 310px;
}

.idea2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.idea2--gemes {
  background-image: url(../img/Games.png);
  width: 300px;
  height: 310px;
}

.idea2--culture {
  background-image: url(../img/Culture.png);
  width: 620px;
  height: 310px;
}

.idea2 p {
  font-family: Montserrat;
  font-style: 700;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  color: white;
  text-align: center;
  line-height: 310px;
}

.idea3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.idea3--enjoy {
  background-image: url(../img/enjoy.png);
  width: 620px;
  height: 310px;
}

.idea3--trewel {
  background-image: url(../img/trevel.png);
  width: 300px;
  height: 310px;
}

.idea3 p {
  font-family: Montserrat;
  font-style: 700;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  color: white;
  text-align: center;
  line-height: 310px;
}

.search h2 {
  margin-bottom: 50px;
}

.search p {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 18px;
  color: black;
  text-align: center;
  margin-bottom: 30px;
}

.search--s {
  width: 299px;
  height: 40px;
  font-size: 14px;
  color: #666666;
  background: #ffffff;
  border: 1px solid #d4d4d4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.073313);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.073313);
  border-radius: 3px;
}

.search--button {
  width: 172.12px;
  height: 40px;
  background: #ff4e50;
  border-radius: 40px;
  border: none;
  font-size: 14px;
  color: white;
}

footer {
  border-top: 3px solid #ff4e50;
  margin-top: 100px;
}

.footer-sect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
  width: 940px;
  margin: 0 auto;
}

.footer-sect .dreamshare {
  color: #ff4e50;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}

.footer-sect .company h4 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 16px;
}

.footer-sect .company p {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  color: #999999;
}

.footer-sect .partnerss h4 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
}

.footer-sect .areto p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  color: #cccccc;
  letter-spacing: 1px;
  margin-bottom: 15px;
  padding-left: 20px;
}

.footer-sect .areto img {
  display: block;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  header {
    width: 100%;
    height: 700px;
    background-position: center center;
    margin: 0 auto;
  }
  header .container {
    margin: 0 auto;
    width: 100%;
  }
  header .container .logoandlodin {
    width: 70%;
    margin: 0 auto;
  }
  main {
    margin: 0 auto;
    width: 748px;
  }
  h2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    margin-top: 89px;
    margin-bottom: 35px;
    text-align: center;
  }
  .dreamshare--step1, .dreamshare--step2, .dreamshare--step3 {
    width: 236px;
    height: 400px;
    padding: 20px 16px;
  }
  .dreamshare h5 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 14px;
  }
  .partners--f-line,
  .partners--s-line {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 45px;
  }
  .partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .partners--partner1, .partners--partner2, .partners--partner3, .partners--partner4 {
    width: 236px;
    height: 205px;
  }
  .partners-button {
    margin-top: 2px;
  }
  .idea1--sport, .idea1--sun, .idea1--extreme {
    width: 236px;
    height: 310px;
  }
  .idea1--sun {
    width: 236px;
    height: 310px;
  }
  .idea1--extreme {
    width: 236px;
    height: 310px;
  }
  .idea2--gemes {
    width: 236px;
    height: 310px;
  }
  .idea2--culture {
    width: 492px;
    height: 310px;
  }
  .idea3--enjoy {
    width: 492px;
    height: 310px;
  }
  .idea3--trewel {
    width: 236px;
    height: 310px;
  }
  .footer-sect {
    width: 680px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  header {
    width: 100%;
    height: 540px;
    background-position: center center;
    margin: 0 auto;
  }
  header .container {
    width: 272px;
    margin: 0 auto;
  }
  header .container .logoandlodin {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 20px;
    margin: 0 auto;
  }
  header .container .logoandlodin--logo {
    display: none;
  }
  header .container .logoandlodin--login {
    width: 173px;
    margin: 0 auto;
    margin-bottom: 97px;
  }
  header .container .logoandlodin--login a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    line-height: 17px;
  }
  header .container .logoandlodin--login button {
    width: 90px;
    height: 36px;
    margin: 0;
    margin-left: 25px;
  }
  header .container--header {
    margin-top: 25px;
  }
  header .container--header h1 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
  }
  header .container--header p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    margin-top: 6px;
  }
  header .container--header button {
    width: 280px;
    margin-top: 15px;
  }
  main {
    margin: 0 auto;
    width: 320px;
  }
  h2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    margin-top: 34px;
    margin-bottom: 15px;
  }
  .dreamshare {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .dreamshare--step1, .dreamshare--step2, .dreamshare--step3 {
    width: 300px;
    height: 240px;
    background-position: center center;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .dreamshare button {
    margin-bottom: 40px;
  }
  .dreamshare h5 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 14px;
  }
  .partners--f-line,
  .partners--s-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
  .partners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
  .partners--partner1, .partners--partner2, .partners--partner3, .partners--partner4 {
    width: 236px;
    height: auto;
    margin-bottom: 16px;
  }
  .partners-button {
    width: 280px;
    height: 40px;
    margin-top: 10px;
  }
  .idea1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
    margin-top: 37px;
  }
  .idea1--sport, .idea1--sun, .idea1--extreme {
    width: 300px;
    height: 120px;
    background-position: center center;
    margin: 0 auto;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .idea1 p {
    font-family: Montserrat;
    font-style: 700;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: white;
    width: 300px;
    text-align: center;
    margin: 0;
  }
  .idea2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  .idea2--gemes {
    width: 300px;
    height: 120px;
    background-position: center center;
    margin: 0 auto;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .idea2--culture {
    width: 300px;
    height: 120px;
    background-position: center center;
    margin: 0 auto;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .idea2 p {
    width: 300px;
    font-family: Montserrat;
    font-style: 700;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: white;
    text-align: center;
    margin: 0;
  }
  .idea3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  .idea3--enjoy {
    width: 300px;
    height: 120px;
    background-position: center center;
    margin: 0 auto;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .idea3--trewel {
    width: 300px;
    height: 120px;
    background-position: center center;
    margin: 0 auto;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .idea3 p {
    font-family: Montserrat;
    font-style: 700;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: white;
    width: 300px;
    text-align: center;
    margin: 0;
  }
  .search h2 {
    margin-bottom: 15px;
    padding: 0 40px;
  }
  .search p {
    margin-bottom: 15px;
  }
  .search--s {
    width: 280px;
    height: 40px;
    margin-bottom: 5px;
  }
  .search--button {
    width: 280px;
    height: 40px;
  }
  footer {
    margin-top: 40px;
  }
  .footer-sect {
    width: 320px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 19px;
  }
  .footer-sect .dreamshare {
    text-align: center;
  }
  .footer-sect .company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-sect .company h4 {
    text-align: center;
    margin-top: 13px;
    margin-bottom: 0;
  }
  .footer-sect .company--ferst {
    width: 200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-sect .company--second {
    width: 170px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-sect .partnerss h4 {
    text-align: center;
    padding-top: 10px;
  }
  .footer-sect .areto p {
    padding-top: 20px;
    text-align: center;
    padding-left: 0;
  }
  .footer-sect .areto img {
    margin: 0 auto;
    margin-bottom: 20px;
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=main.css.map */