h1 {
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

a {
  text-decoration: underline;
}

.content {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  overflow: hidden;
  height: 700px;
  text-align: left;
}

.content.content-merge {
  padding-top: 0px;
  background-image: url('../images/bg.png');
  background-position: 50% -4%;
  background-size: 1646px;
  background-repeat: no-repeat;
}

.content.content-merge.blue {
  z-index: 0;
  background-image: url('../images/disk-blue.png');
  background-size: 1646px;
}

.content.kid {
  height: 620px;
}

.content.no-overflow {
  overflow: visible;
}

.content.yes-overflow {
  overflow: visible;
  height: 522px;
}

.content.visible {
  overflow: visible;
  text-align: left;
}

.header {
  position: relative;
  overflow: hidden;
  height: 700px;
  background-image: url('../images/ovals.png'), -webkit-linear-gradient(270deg, #2f0042, #5f2c74 75%, #b46ad1);
  background-image: url('../images/ovals.png'), linear-gradient(180deg, #2f0042, #5f2c74 75%, #b46ad1);
  background-position: 50% 0px, 0px 0px;
  background-size: 1646px, auto;
  background-repeat: no-repeat, repeat;
}

.header.header-blue {
  background-image: url('../images/mountains2x.png'), url('../images/stars.png'), -webkit-linear-gradient(270deg, #102d78, #398cdb 75%, #66d3ff);
  background-image: url('../images/mountains2x.png'), url('../images/stars.png'), linear-gradient(180deg, #102d78, #398cdb 75%, #66d3ff);
  background-position: 50% 100%, 50% 81%, 0px 0px;
  background-size: contain, 1397px, auto;
  background-repeat: no-repeat, no-repeat, repeat;
}

.header.header-blue.no-stars {
  width: 100%;
  background-image: url('../images/ovals.png'), -webkit-linear-gradient(270deg, #102d78, #398cdb 75%, #66d3ff);
  background-image: url('../images/ovals.png'), linear-gradient(180deg, #102d78, #398cdb 75%, #66d3ff);
  background-position: 50% 0px, 0px 0px;
  background-size: 1646px, auto;
  background-repeat: no-repeat, repeat;
}

.header.header-blue.bigger-stars {
  background-image: url('../images/mountains2x.png'), url('../images/stars.png'), -webkit-linear-gradient(270deg, #102d78, #398cdb 75%, #66d3ff);
  background-image: url('../images/mountains2x.png'), url('../images/stars.png'), linear-gradient(180deg, #102d78, #398cdb 75%, #66d3ff);
  background-position: 50% 100%, 50% 81%, 0px 0px;
  background-size: contain, 1397px, auto;
  background-repeat: no-repeat, no-repeat, repeat;
}

.header.header-blue.bigger-stars.mountains-custom {
  background-image: url('../images/Mountains_1.png'), url('../images/stars.png'), -webkit-linear-gradient(270deg, #102d78, #398cdb 75%, #66d3ff);
  background-image: url('../images/Mountains_1.png'), url('../images/stars.png'), linear-gradient(180deg, #102d78, #398cdb 75%, #66d3ff);
  background-position: 50% 100%, 50% 81%, 0px 0px;
  background-size: contain, 1397px, auto;
}

.mountains {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -1px;
  z-index: 2;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 162px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/mountains.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mountains.m-blue {
  background-image: url('../images/mountains2x.png');
  background-size: cover;
}

.title {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  color: #f3f3f3;
  font-size: 44px;
  line-height: 52px;
  font-weight: 700;
}

.title.title-center {
  font-weight: 400;
  text-align: center;
}

.title.title-center.title-thin {
  font-weight: 300;
}

.text-center {
  width: 100%;
  max-width: 540px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 29px;
  font-weight: 300;
  text-align: center;
}

.free-download {
  height: 46px;
  margin-right: 8px;
  margin-left: 8px;
  padding-top: 7px;
  float: none;
  border: 2px solid #ffd119;
  border-radius: 6px;
  background-color: #ffd119;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .08);
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  font-family: Lato, sans-serif;
  color: #001f80;
  font-size: 21px;
  line-height: 27px;
  font-weight: 600;
  text-align: left;
}

.free-download:hover {
  background-color: #ffe063;
}

.free-download.border {
  margin-left: 8px;
  background-color: transparent;
  color: #ffd119;
}

.free-download.left {
  margin-left: 0px;
  text-align: left;
}

.free-download.right {
  height: 44px;
  font-size: 19px;
  line-height: 27px;
  text-align: center;
}

.free-download.right.buy {
  display: inline;
  margin-right: 23px;
  margin-left: 0px;
  padding-right: 0px;
  padding-bottom: 2px;
  padding-left: 0px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(255, 209, 25, .39);
  border-radius: 0px;
  background-color: rgba(255, 209, 25, 0);
  box-shadow: none;
  color: #ffd119;
  font-size: 18px;
  font-weight: 400;
}

.free-download.fd-left {
  margin-left: 0px;
  float: left;
  text-align: left;
}

.btns {
  position: relative;
  z-index: 4;
  text-align: center;
}

.btns.left {
  text-align: left;
}

.btns.btns-margin-top {
  margin-top: 25px;
}

.gemini-logo {
  position: static;
  left: -45px;
  top: 30px;
  display: block;
  width: 100%;
  height: 71px;
  margin-top: 40px;
  clear: none;
  background-image: url('../images/logo.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.gemini-logo.less-mrgin {
  width: 50%;
  margin-top: 20px;
  float: left;
}

.similars-block {
  margin-top: 40px;
  margin-bottom: 60px;
}

.body {
  background-color: #280a34;
  font-family: Lato, sans-serif;
  color: hsla(0, 0%, 100%, .9);
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.body.b-blue {
  overflow: scroll;
  background-color: #1c1e3d;
}

.author {
  display: block;
  margin-top: 20px;
  opacity: 0.5;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.head-left {
  display: block;
  width: 54%;
  margin-top: 58px;
  float: left;
  clear: none;
}

.text-left {
  margin-bottom: 30px;
}

.text-left.text-left-bigger {
  font-size: 20px;
  line-height: 28px;
}

.text-span {
  display: inline-block;
}

.grid {
  position: relative;
  height: 89%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.grid.loose {
  height: 400px;
  padding-top: 100px;
  padding-bottom: 120px;
}

.grid.gemini-last {
  padding-top: 90px;
  padding-bottom: 120px;
  text-align: center;
}

.grid.height {
  display: block;
  height: 23px;
}

.head-img {
  position: relative;
  top: -60px;
  right: 85px;
  z-index: 1;
  width: 357px;
  height: 699px;
  float: right;
  background-image: url('../images/top-img.png');
  background-position: 0px 0px;
  background-size: contain;
}

.head-img.kid {
  background-image: url('../images/kid-line.png');
}

.center-block {
  max-width: 584px;
  margin-right: auto;
  margin-bottom: 41px;
  margin-left: auto;
  padding-top: 100px;
}

.text-span-2 {
  display: inline-block;
}

.left-icons {
  position: absolute;
  left: -182px;
  top: 71px;
  width: 378px;
  height: 378px;
  background-image: url('../images/left-icon.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.right-icons {
  position: absolute;
  top: 59px;
  right: -178px;
  width: 378px;
  height: 378px;
  float: none;
  background-image: url('../images/right-icons.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block {
  width: 700px;
  height: 217px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/img02.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.content2 {
  position: relative;
  width: 100%;
  background-color: #3b1b43;
}

.content2.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid hsla(0, 0%, 100%, .16);
  font-size: 15px;
  line-height: 20px;
}

.content2.footer.blue {
  height: 71px;
  padding-bottom: 60px;
  background-color: #1b2955;
}

.content2.blue {
  background-color: rgba(39, 134, 255, .11);
}

.left-text {
  position: static;
  width: 50%;
  float: left;
}

.similars {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 90px;
  padding-bottom: 60px;
}

.text-span-3 {
  display: inline-block;
}

.right-content {
  position: relative;
  width: 50%;
  float: right;
}

.right-content.right-content-45 {
  width: 45%;
}

.right-content.margin-top {
  margin-top: 71px;
}

.similars-block-img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.similars-block-text {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.feadback {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 90px;
  border-top: 1px solid hsla(0, 0%, 100%, .16);
}

.text-span-4 {
  display: inline-block;
}

.block-quote {
  position: relative;
  overflow: visible;
  padding-left: 0px;
  border-left-style: none;
  line-height: 26px;
}

.blockquote-icon {
  position: absolute;
  left: -66px;
  top: 11px;
  width: 45px;
  height: 45px;
  background-image: url('../images/blockquote.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.merge {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}

.loose-img {
  position: absolute;
  top: -84px;
  right: -73px;
  z-index: 4;
  width: 520px;
  height: 520px;
  float: right;
  background-image: url('../images/loose.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.loose-img.blue {
  background-image: url('../images/bucket-blue.png');
}

.gemini-logo-center {
  display: block;
  width: 260px;
  height: 330px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/gemini-logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-block {
  margin-top: -8px;
  margin-bottom: 25px;
  font-size: 22px;
  line-height: 42px;
}

.footer-container {
  position: relative;
  z-index: 0;
  display: block;
  height: 67px;
  margin-top: -58px;
  padding-top: 25px;
  font-size: 14px;
  font-weight: 400;
}

.footer-container.padding-top-0 {
  margin-top: 100px;
}

.footer-container.padding-top-0.margin0 {
  margin-top: 0px;
}

.copy {
  width: 30%;
  float: left;
  opacity: 0.3;
}

.footer-links {
  width: 70%;
  float: right;
  clear: none;
}

.f-link {
  margin-left: 15px;
  float: right;
  color: hsla(0, 0%, 100%, .3);
  text-decoration: none;
}

.f-link:hover {
  color: hsla(0, 0%, 100%, .9);
}

.link-logo {
  position: absolute;
  left: -45px;
  top: 30px;
  width: 112px;
  height: 29px;
  background-image: url('../images/logo-macpaw.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.gemini-logo-top {
  position: static;
  width: 190px;
  height: 223px;
  margin: 40px auto 25px;
  background-image: url('../images/gemini-logo.png');
  background-position: 50% 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.gemini-logo-top.big-logo {
  width: 228px;
  height: 290px;
  margin-top: 49px;
  text-align: left;
}

.gemini-logo-top.big-logo.logo-de {
  margin-top: 19px;
}

.gemini-logo-top.gemini-logo-top-nomargin {
  margin-top: -81px;
}

.features-wrap {
  position: relative;
  top: -1px;
  bottom: -1px;
  overflow: hidden;
  margin-top: -1px;
  background-image: -webkit-linear-gradient(270deg, #1c1e3d, #2547a2 61%, #193a8d);
  background-image: linear-gradient(180deg, #1c1e3d, #2547a2 61%, #193a8d);
}

.features-wrap.bg-custom {
  background-image: -webkit-linear-gradient(270deg, #201e3b 26%, #2547a2 61%, #193a8d);
  background-image: linear-gradient(180deg, #201e3b 26%, #2547a2 61%, #193a8d);
}

.features-content {
  position: relative;
}

.text-block {
  max-width: 590px;
  margin: 120px auto 0px;
}

.text-block.right {
  position: relative;
  z-index: 3;
  min-width: 500px;
  margin-top: 332px;
  margin-left: 530px;
}

.text-block.right.column {
  margin-top: 200px;
  margin-left: 0px;
}

.text-block.right.r-higher {
  margin-top: 300px;
}

.text-block.left {
  max-width: 500px;
  margin-left: 0px;
}

.text-block.topm {
  position: relative;
  z-index: 3;
  max-width: 500px;
  margin-top: 200px;
}

.features-title {
  margin-top: 30px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 49px;
  line-height: 57px;
  font-weight: 300;
  text-align: center;
}

.features-title.long {
  text-align: left;
}

.features-title.left {
  text-align: left;
}

.features-title.left.smaller {
  font-size: 38px;
  line-height: 44px;
}

.features-title.smaller {
  font-size: 38px;
  line-height: 44px;
}

.features-text {
  margin-top: 30px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}

.features-text.feature-text-2 {
  text-align: left;
}

.features-text.left {
  font-size: 19px;
  line-height: 27px;
  text-align: left;
}

.features-text.smaller {
  font-size: 19px;
  line-height: 27px;
}

.kinds {
  margin-top: 60px;
  margin-bottom: 120px;
}

.kind-p3 {
  margin-top: 0px;
  margin-right: auto;
  margin-left: -100px;
  padding-right: 95px;
  padding-bottom: 200px;
  padding-left: 95px;
  background-image: url('../images/58f8d008b8bb6a16cafe36d1_Group-192x.png');
  background-position: 50% 100%;
  background-size: 304px;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.kind-p3.kind-p3-center {
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  background-image: url('../images/Group-162x.png');
  background-size: 305px;
}

.kind-p3.kind-p3-right {
  margin-right: -100px;
  margin-left: auto;
  padding-right: 80px;
  padding-left: 80px;
  background-image: url('../images/Group-22.png');
  background-size: 304px;
  line-height: 30px;
}

.number {
  height: auto;
  margin-top: 70px;
  margin-bottom: 50px;
  padding-top: 161px;
  padding-bottom: 70px;
  background-image: url('../images/gb-top2x.png');
  background-position: 50% 0px;
  background-size: 664px;
  background-repeat: no-repeat;
  text-align: center;
}

.gb {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 69px;
  line-height: 69px;
  font-weight: 300;
  text-align: center;
}

.text-span-5 {
  padding-left: 12px;
  font-size: 45px;
}

.gb-text {
  margin-top: -9px;
  padding-top: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
}

.div-block-2 {
  width: 88px;
  height: 1px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
}

.gb-text-small {
  margin-top: 22px;
  margin-bottom: 29px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.gb-link {
  padding-bottom: 3px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .39);
  text-decoration: none;
}

.gb-link:hover {
  border-bottom-color: #fff;
}

.cta-center {
  border-radius: 3px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .21), hsla(0, 0%, 100%, .21));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .21), hsla(0, 0%, 100%, .21));
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
}

.cta-center:hover {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .45), hsla(0, 0%, 100%, .45));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .45), hsla(0, 0%, 100%, .45));
  color: #fff;
}

.bg {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .22), rgba(0, 0, 0, .22));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .22), rgba(0, 0, 0, .22));
}

.similars-wrap {
  margin-top: -50px;
}

.left-img {
  height: 800px;
  margin-left: -43px;
  background-image: url('../images/Similars2x.png');
  background-position: 0px 0px;
  background-size: 393px;
  background-repeat: no-repeat;
}

.item {
  padding-left: 55px;
  background-image: url('../images/videos2x.png');
  background-position: 0px 50%;
  background-size: 48px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  font-weight: 300;
}

.item.item-photos {
  background-image: url('../images/photos2x.png');
  background-position: 0px 50%;
  background-size: 36px;
  background-repeat: no-repeat;
}

.item.mp3 {
  background-image: url('../images/music2x.png');
  background-position: 0px 50%;
  background-size: 48px;
  background-repeat: no-repeat;
}

.body-2 {
  font-family: Lato, sans-serif;
  color: #fff;
}

.body-2.hidden-body {
  overflow: scroll;
}

.line-gradient {
  width: 100%;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 90px;
  background-image: -webkit-linear-gradient(0deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .13) 51%, hsla(0, 0%, 100%, 0));
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .13) 51%, hsla(0, 0%, 100%, 0));
}

.heading {
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 48px;
  font-weight: 400;
  text-align: center;
}

.feedback-slide {
  padding-top: 60px;
  padding-right: 190px;
  padding-left: 190px;
  background-image: url('../images/after.png'), url('../images/before.png');
  background-position: 87% 32px, 120px 32px;
  background-size: 42px, 42px;
  background-repeat: no-repeat, no-repeat;
  font-size: 20px;
  line-height: 29px;
  font-weight: 300;
  text-align: center;
}

.feedback-slide.v2 {
  padding-top: 43px;
  padding-right: 120px;
  padding-left: 120px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  font-size: 19px;
  line-height: 27px;
}

.slider {
  height: 249px;
  background-color: transparent;
}

.icon {
  margin-top: 80px;
}

.icon-2 {
  display: block;
  margin-top: 80px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.arrow-icon {
  width: 54px;
  height: 54px;
  margin-top: 0px;
  background-image: url('../images/left-arrow.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.left-arrow {
  width: 54px;
  height: 54px;
  margin-top: 70px;
  background-image: url('../images/left-arrow.png');
  background-position: 0px 0px;
  background-size: 54px;
}

.right-arrow {
  width: 54px;
  height: 54px;
  margin-top: 70px;
  background-image: url('../images/right-arrow.png');
  background-position: 0px 0px;
  background-size: 54px;
}

.slide-nav {
  font-size: 9px;
}

.btm-img {
  width: 100%;
  height: 473px;
  margin-top: 20px;
  background-image: url('../images/Group-232x.png');
  background-position: 50% 0px;
  background-size: 1214px;
  background-repeat: no-repeat;
}

.text-block-2 {
  float: left;
  opacity: 1;
  color: hsla(0, 0%, 100%, .4);
}

.text-block-2.footer-dark {
  font-family: 'Museo Sans', sans-serif;
  color: rgba(0, 0, 0, .4);
  font-size: 15px;
}

.footer-link {
  margin-left: 15px;
  float: right;
  color: hsla(0, 0%, 100%, .4);
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-link.flink-dark {
  font-family: 'Museo Sans', sans-serif;
  color: rgba(0, 0, 0, .4);
  font-size: 15px;
}

.text-span-6 {
  display: inline-block;
}

.btm-text-gemini {
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 23px;
}

.text-span-8 {
  display: inline-block;
}

.image {
  position: absolute;
  right: -593px;
  min-width: 1046px;
}

.line {
  width: 70px;
  height: 4px;
  margin-top: 27px;
  background-color: #b0d4e2;
}

.line.center {
  margin-right: auto;
  margin-left: auto;
}

.image-2 {
  position: absolute;
  left: -234px;
  z-index: 2;
  width: 672px;
  margin-top: 204px;
}

.text-span-9 {
  display: inline-block;
}

.image-3 {
  position: absolute;
  bottom: -36px;
  z-index: 1;
}

.f-title {
  margin-top: 5px;
  margin-bottom: 30px;
  font-size: 29px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
}

.bg-parallax {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -2;
  display: block;
  background-image: -webkit-linear-gradient(270deg, #0a2d80, #0480d5 66%, #42c9fb);
  background-image: linear-gradient(180deg, #0a2d80, #0480d5 66%, #42c9fb);
}

.parallax-1-screen {
  position: relative;
  z-index: 8;
  display: block;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.parallax-2-screen {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
}

.section {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
}

.p-icon {
  position: absolute;
  left: 11%;
  top: 22%;
  width: 160px;
  padding-top: 98px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/p-music-icon.png');
  background-position: 50% 0px;
  background-size: 75px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  font-weight: 400;
  text-align: center;
}

.p-icon.p-icon-movie {
  left: 15%;
  top: 63%;
  background-image: url('../images/p-movie-icon.png');
  background-size: 62px;
}

.p-icon.folder {
  left: 52%;
  top: 74%;
  background-image: url('../images/p-folder-icon.png');
  background-position: 50% 13px;
  background-size: 93px;
}

.p-icon.docs {
  left: 78%;
  top: 58%;
  background-image: url('../images/p-doc-icon.png');
  background-size: 80px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.p-icon.images {
  left: 78%;
  background-image: url('../images/p-photo-icon.png');
  background-position: 50% 14px;
  background-size: 90px;
}

.p-icon.photos-app {
  left: 17%;
  top: 17%;
  background-image: url('../images/photos.png');
  background-position: 50% 9px;
  background-size: 82px;
}

.p-icon.itunes {
  left: -3%;
  top: 44%;
  background-image: url('../images/itunes.png');
  background-position: 50% 11px;
  background-size: 82px;
}

.p-icon.downloads {
  left: auto;
  right: 11%;
  bottom: 169px;
  background-image: url('../images/download.png');
  background-position: 50% 15px;
  background-size: 91px;
}

.p-icon.p-icon-wider {
  width: 180px;
}

.p-icon.p-icon-photo1 {
  top: 16%;
  width: 180px;
  padding-top: 131px;
  background-image: url('../images/photo1_1.png');
  background-position: 50% 0px;
  background-size: 188px;
}

.p-icon.p-icon-photo1.travel-1 {
  background-image: url('../images/disks.png');
  background-size: contain;
}

.p-icon.p-icon-gphotos {
  left: 70%;
  top: 20%;
  padding-top: 89px;
  background-image: url('../images/gphotos.png');
  background-position: 50% 0px;
  background-size: 85px;
}

.body-3 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
}

.body-3.black-body {
  background-color: #000;
}

.p-h1 {
  display: block;
  width: 100%;
}

.p-h1.light {
  width: 420px;
  margin-top: 196px;
  margin-right: auto;
  margin-left: auto;
  font-size: 42px;
  line-height: 48px;
  font-weight: 400;
}

.parallax-h1 {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 42px;
  line-height: 46px;
  font-weight: 400;
  text-align: center;
}

.parallax-h1.hide {
  position: absolute;
  display: none;
  width: 100%;
  margin-top: 27%;
}

.parallax-h1.bigger-margin {
  margin-top: 308px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.parallax-h1.h1-video {
  margin-top: 278px;
}

.p-icon-movie {
  position: absolute;
  left: 66px;
  bottom: 104px;
  width: 160px;
  padding-top: 98px;
  background-image: url('../images/p-movie-icon.png');
  background-position: 50% 7px;
  background-size: 62px;
  background-repeat: no-repeat;
}

.p-icon-movie.p-icon-wider {
  width: 180px;
}

.p-icon-movie.p-icon-photo3 {
  left: 1%;
  bottom: 23%;
  width: 230px;
  background-image: url('../images/photo3_1.png');
  background-position: 50% 0px;
  background-size: 235px;
  font-weight: 400;
}

.p-icon-movie.p-icon-photo3.travel-2 {
  background-image: url('../images/similars.png');
  background-position: 50% 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.first-icons {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 1000px;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
}

.p-icon-folder {
  position: absolute;
  left: 440px;
  bottom: 47px;
  width: 180px;
  padding-top: 98px;
  background-image: url('../images/p-folder-icon.png');
  background-position: 50% 13px;
  background-size: 93px;
  background-repeat: no-repeat;
}

.p-icon-folder.p-icon-photo4 {
  left: 41%;
  bottom: 4%;
  padding-top: 154px;
  background-image: url('../images/photo4.png');
  background-position: 50% 0px;
  background-size: 174px;
  font-weight: 400;
}

.p-icon-folder.p-icon-photo4.travel-3 {
  background-image: url('../images/cropped.png');
  background-size: contain;
}

.p-icon-docs {
  position: absolute;
  right: 0px;
  bottom: 148px;
  width: 150px;
  padding-top: 98px;
  background-image: url('../images/p-doc-icon.png');
  background-position: 50% 1px;
  background-size: 80px;
  background-repeat: no-repeat;
}

.p-icon-docs.p-icon-photo5 {
  right: 0%;
  bottom: 20%;
  padding-top: 122px;
  background-image: url('../images/photo5.png');
  background-position: 50% 0px;
  background-size: 114px;
  font-weight: 400;
}

.p-icon-docs.p-icon-photo5.travel-5 {
  background-image: url('../images/edited.png');
  background-size: 114px;
}

.p-icon-photo {
  position: absolute;
  top: 135px;
  right: 69px;
  width: 180px;
  padding-top: 98px;
  background-image: url('../images/p-photo-icon.png');
  background-position: 50% 12px;
  background-size: 90px;
  background-repeat: no-repeat;
}

.p-icon-photo.p-icon-photo2 {
  top: 14%;
  right: 10%;
  padding-top: 135px;
  background-image: url('../images/photo2_1.png');
  background-position: 50% 0px;
  background-size: 114px;
  font-weight: 400;
}

.p-icon-photo.p-icon-photo2.travel-4 {
  background-image: url('../images/duplicates.png');
  background-size: 114px;
}

.second-icons {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: auto;
  display: block;
  width: 1000px;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
}

.p-icon-downloads {
  position: absolute;
  left: 9%;
  bottom: 16%;
  width: 180px;
  padding-top: 80px;
  background-image: url('../images/download.png');
  background-position: 50% 0px;
  background-size: 91px;
  background-repeat: no-repeat;
}

.p-icon-disk {
  position: absolute;
  right: 12%;
  bottom: 18%;
  width: 180px;
  padding-top: 102px;
  background-image: url('../images/drives.png');
  background-position: 50% 0px;
  background-size: 65px;
  background-repeat: no-repeat;
  font-weight: 400;
}

.p-icon-disk.p-icon-disk-2 {
  right: 0%;
  bottom: 37%;
}

.p-icon-system {
  position: absolute;
  right: 46%;
  bottom: 8%;
  width: 180px;
  padding-top: 90px;
  background-image: url('../images/disk.png');
  background-position: 50% 0px;
  background-size: 79px;
  background-repeat: no-repeat;
  font-weight: 400;
}

.p-icon-system.p-icon-hd {
  left: 6%;
  bottom: 31%;
  padding-top: 91px;
  background-image: url('../images/hd2x.png');
  background-size: 85px;
}

.p-icon-icloud {
  position: absolute;
  right: 15%;
  bottom: 9%;
  width: 180px;
  padding-top: 90px;
  background-image: url('../images/icloud.png');
  background-position: 50% 0px;
  background-size: 85px;
  background-repeat: no-repeat;
  font-weight: 400;
}

.fix-header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 12;
  display: none;
  width: 100%;
  height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
}

.btns-right {
  width: 50%;
  height: 60px;
  margin-top: 31px;
  float: right;
  text-align: right;
}

.parallax-3-screen {
  width: 100%;
  height: 100vh;
}

.button {
  position: relative;
  display: inline-block;
  width: 65px;
  height: 39px;
  margin-top: 0%;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  background-image: url('../images/play.png');
  background-position: 0px 0px;
  background-size: 65px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.button:hover {
  opacity: 0.76;
}

.inner-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  background-image: url('../images/Group.png');
  background-position: 50% 50%;
  background-size: 2200px;
  background-repeat: no-repeat;
  opacity: 0.38;
}

.parallax-4-screen {
  width: 100%;
  height: 100vh;
}

.container {
  height: 100%;
}

.slider-2 {
  width: 800px;
  height: 255px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.slide-nav-2 {
  font-size: 10px;
}

.slide {
  height: 200px;
}

.container-2 {
  height: 100%;
}

.parallax-5-screen {
  position: relative;
  z-index: 16;
  min-height: 100vh;
  background-image: -webkit-linear-gradient(270deg, #004393, #004393);
  background-image: linear-gradient(180deg, #004393, #004393);
}

.revert-cicles {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 50px;
}

.div-block-3 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 1000px;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
}

.video-popup {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 14;
  display: none;
  background-color: rgba(0, 0, 0, .88);
  opacity: 0;
}

.video {
  margin-right: auto;
  margin-left: auto;
}

.video-block {
  width: 800px;
  height: 451px;
  margin-top: 109px;
  margin-right: auto;
  margin-left: auto;
}

.close-icon {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 40px;
  height: 40px;
  background-image: url('../images/CLOSE-ICN.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.63;
  cursor: pointer;
}

.close-icon:hover {
  opacity: 1;
}

.text-block-3 {
  position: relative;
  z-index: 200;
}

.text-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-5 {
  margin-bottom: 25px;
}

.p-icon-movies {
  position: absolute;
  top: 17%;
  right: 26%;
  width: 160px;
  padding-top: 80px;
  background-image: url('../images/movies-icon.png');
  background-position: 50% 0px;
  background-size: 91px;
  background-repeat: no-repeat;
}

.div-block-4 {
  width: 490px;
  height: 350px;
  margin-top: 66px;
  margin-right: -99px;
  float: right;
}

.video-2 {
  width: 100%;
  height: 100%;
}

.background-video {
  position: relative;
  display: block;
  width: 490px;
  height: 350px;
  margin-right: auto;
  margin-left: auto;
}

.video-demo {
  position: absolute;
  top: 73px;
  right: -88px;
  z-index: 3;
  overflow: hidden;
  width: 490px;
  height: 350px;
  float: right;
  border-radius: 10px;
}

.img-cmm-gmn {
  position: absolute;
  margin-top: 266px;
}

.div-block-5 {
  position: relative;
  width: 100%;
  height: 540px;
  margin-top: 50px;
  padding-top: 1px;
  background-image: url('../images/img-btm.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.macpaw-logo {
  width: 105px;
  height: 25px;
  margin-top: 30px;
  background-image: url('../images/logo-macpaw.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.photos-iphonex {
  width: 44%;
  height: 810px;
  margin-top: 30px;
  float: left;
  background-image: url('../images/iPhoneX-1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.right-top {
  width: 50%;
  margin-top: 175px;
  float: left;
}

.gemini-icon {
  width: 130px;
  height: 130px;
  margin-left: -7px;
  background-image: url('../images/GeminiPhotosAppIcon.png');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.gemini-icon.float {
  margin-top: 0px;
  float: left;
}

.gphotos-h1 {
  margin-bottom: 15px;
  font-family: 'Museo Sans', sans-serif;
  font-size: 47px;
  line-height: 56px;
  font-weight: 700;
}

.gphotos-p18 {
  margin-bottom: 22px;
  font-family: 'Museo Sans', sans-serif;
  color: rgba(0, 0, 0, .7);
  font-size: 18px;
  line-height: 27px;
}

.gphotos-p18.p18-padding {
  margin-top: 5px;
}

.gphotos-btn {
  margin-top: 0px;
  padding: 12px 26px;
  border-radius: 7px;
  background-image: -webkit-linear-gradient(0deg, #6daa2b, #8fb556);
  background-image: linear-gradient(90deg, #6daa2b, #8fb556);
  font-family: 'Museo Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}

.gphotos-similar {
  position: relative;
  width: 55%;
  margin-top: 173px;
  margin-left: 18%;
  padding-bottom: 240px;
}

.gphotos-photo1 {
  width: 387px;
  height: 270px;
  margin-left: -8px;
  background-image: url('../images/photo1.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.gphotos-photo2 {
  position: absolute;
  width: 246px;
  height: 170px;
  margin-top: -84px;
  margin-left: 489px;
  background-image: url('../images/photo2.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.gphotos-photo3 {
  position: absolute;
  width: 246px;
  height: 170px;
  margin-top: -52px;
  margin-left: -317px;
  background-image: url('../images/photo3.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.heading-2 {
  margin-top: 40px;
  font-family: 'Museo Sans', sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.gphotos-list {
  width: 120%;
}

.gphotos-dashes {
  width: 18px;
  float: left;
  font-family: 'Museo Sans', sans-serif;
  color: #c5c5c5;
  font-size: 18px;
  line-height: 28px;
}

.gphotos-listtext {
  width: 175px;
  float: left;
  font-family: 'Museo Sans', sans-serif;
  color: rgba(0, 0, 0, .7);
  font-size: 18px;
  line-height: 28px;
}

.blurred-bg {
  height: 480px;
  background-image: -webkit-linear-gradient(270deg, #f4f4f4, #f4f4f4);
  background-image: linear-gradient(180deg, #f4f4f4, #f4f4f4);
}

.iphonex-2 {
  width: 46%;
  height: 780px;
  margin-top: -119px;
  float: left;
  background-image: url('../images/iphonex2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.blurred-block {
  width: 50%;
  margin-top: 130px;
  float: left;
}

.container-3 {
  margin-top: 0px;
}

.gphotos-cta {
  height: 190px;
  margin-top: 240px;
  padding-top: 32px;
}

.gphotos-cta.form-cta {
  margin-top: 1px;
}

.grid-1080 {
  width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.grid-1080.grid-1080-relative {
  position: relative;
}

.gphotos-cta-text {
  width: 600px;
  margin-left: 30px;
  float: left;
}

.gphotos-cta-text.short {
  width: 450px;
}

.gphotos-h3 {
  margin-top: 22px;
  margin-bottom: -17px;
  padding-left: 0px;
  font-family: 'Museo Sans', sans-serif;
  font-size: 28px;
  line-height: 29px;
  font-weight: 500;
}

.gphotos-h3.no-padding {
  margin-top: 36px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.cta-btns {
  width: 430px;
  margin-top: 38px;
  float: right;
  text-align: right;
}

.cta-btns.cta-btns-short {
  width: 200px;
}

.gphotos-cta-form-wrap {
  position: relative;
  top: 50%;
  display: block;
  height: 190px;
  margin-top: -95px;
  padding-top: 32px;
  background-image: -webkit-linear-gradient(270deg, #f4f4f4, #f4f4f4);
  background-image: linear-gradient(180deg, #f4f4f4, #f4f4f4);
  opacity: 1;
}

.gphotos-bottom {
  position: static;
  overflow: visible;
  width: 100%;
  height: 190px;
}

.submit-button {
  display: block;
  padding: 12px 20px;
  float: right;
  border-radius: 7px;
  background-image: -webkit-linear-gradient(0deg, #2b64aa, #3c8bc2);
  background-image: linear-gradient(90deg, #2b64aa, #3c8bc2);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Museo Sans', sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.submit-button:hover {
  background-image: -webkit-linear-gradient(0deg, #2b64aa, #3c8bc2);
  background-image: linear-gradient(90deg, #2b64aa, #3c8bc2);
  opacity: 0.9;
}

.text-field {
  width: 230px;
  padding-top: 24px;
  padding-bottom: 24px;
  float: left;
  border: 1px solid #d6d6d6;
  border-radius: 7px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Museo Sans', sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.text-field:focus {
  border-color: #0068da;
  color: #000;
}

.form {
  width: 100%;
}

.success-message {
  padding-right: 0px;
  float: right;
  background-image: -webkit-linear-gradient(270deg, #f4f4f4, #f4f4f4);
  background-image: linear-gradient(180deg, #f4f4f4, #f4f4f4);
  font-family: 'Museo Sans', sans-serif;
  font-size: 18px;
  text-align: right;
}

.error-message {
  padding-top: 0px;
  background-color: #f4f4f4;
  font-family: 'Museo Sans', sans-serif;
  color: #c97800;
}

.gphotos-closebtn {
  position: absolute;
  left: 10px;
  top: -80px;
  width: 30px;
  height: 30px;
  background-image: url('../images/close-btn.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.gphotos-popup {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 15;
  display: none;
  background-color: rgba(0, 0, 0, .69);
  opacity: 0;
}

.gphotos-footer {
  width: 100%;
  margin-top: 250px;
  margin-bottom: 50px;
  clear: both;
  color: #000;
}

.div-block-6 {
  height: 80px;
  margin-top: 100px;
}

.btns-center {
  position: relative;
  z-index: 4;
  text-align: center;
}

.btns-center.left {
  text-align: left;
}

.btns-center.btns-margin-top {
  margin-top: 25px;
}

.btns-left {
  position: relative;
  z-index: 4;
  text-align: left;
}

.btns-left.left {
  text-align: left;
}

.btns-left.btns-margin-top {
  margin-top: 25px;
}

.gphotos-content-wrap {
  max-width: 700px;
  margin-top: 160px;
  margin-bottom: 170px;
  margin-left: 180px;
}

.bold-text {
  color: #000;
}

.gphotos-p-bold {
  color: #000;
}

.gphotos-link {
  color: rgba(9, 86, 223, .7);
  text-decoration: none;
}

.bold-text-2 {
  color: #000;
}

.fix-header-9lp {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 12;
  display: none;
  width: 100%;
  height: 80px;
  opacity: 0;
}

.div-block-7 {
  display: block;
  opacity: 1;
}

@media (max-width: 991px) {
  .content {
    position: static;
    z-index: 4;
  }
  .content.content-merge {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }
  .header.header-blue {
    background-size: contain, 1397px, auto;
  }
  .title {
    font-size: 38px;
    line-height: 44px;
  }
  .title.title-center.title-thin {
    font-size: 40px;
    line-height: 47px;
  }
  .text-center {
    font-size: 20px;
    line-height: 30px;
  }
  .gemini-logo {
    left: 0px;
    margin-top: 20px;
  }
  .head-left {
    width: 57%;
  }
  .text-left.text-left-bigger {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
  }
  .grid {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
  }
  .grid.loose {
    z-index: 5;
    overflow: visible;
    padding-top: 360px;
    padding-bottom: 50px;
  }
  .head-img {
    position: absolute;
    top: 54px;
    right: 21px;
    width: 280px;
    background-repeat: no-repeat;
  }
  .left-icons {
    left: -318px;
  }
  .right-icons {
    right: -279px;
  }
  .left-text {
    width: 100%;
  }
  .left-text.duplicates-left-text {
    width: 50%;
  }
  .right-content {
    width: 100%;
  }
  .right-content.right-content-45 {
    width: 45%;
    float: right;
  }
  .feadback {
    padding-top: 90px;
  }
  .blockquote-icon {
    left: 0px;
    top: -44px;
  }
  .merge {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .loose-img {
    left: 21px;
    top: -116px;
    z-index: 6;
    height: 449px;
  }
  .link-logo {
    left: 20px;
  }
  .text-block.right {
    overflow: hidden;
    margin-top: 157px;
    margin-left: -85px;
  }
  .features-title.long {
    font-size: 44px;
    line-height: 49px;
  }
  .features-text {
    font-size: 18px;
    line-height: 26px;
  }
  .features-text.feature-text-2 {
    font-size: 18px;
    line-height: 26px;
  }
  .kind-p3 {
    margin-right: 0px;
    margin-bottom: 45px;
    margin-left: 0px;
    padding-right: 50px;
    padding-left: 50px;
    font-size: 18px;
    line-height: 18px;
  }
  .kind-p3.kind-p3-center {
    margin-left: 0px;
  }
  .kind-p3.kind-p3-right {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .number {
    margin-top: -2px;
  }
  .left-img {
    margin-left: -153px;
  }
  .item {
    font-size: 18px;
  }
  .item.item-photos {
    font-size: 18px;
  }
  .item.mp3 {
    font-size: 18px;
  }
  .feedback-slide {
    padding-top: 39px;
    padding-right: 160px;
    padding-left: 160px;
    background-position: 85% 11%, 15% 11%;
  }
  .column {
    overflow: visible;
    padding-left: 0px;
  }
  .macpaw-logo {
    margin-left: 20px;
  }
  .photos-iphonex {
    width: 40%;
    height: 700px;
  }
  .right-top {
    width: 60%;
    margin-top: 180px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 0px;
  }
  .gemini-icon.float {
    margin-top: 19px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 1px;
    float: none;
    text-align: center;
  }
  .gphotos-h1 {
    margin-top: 15px;
    font-size: 38px;
    line-height: 48px;
  }
  .gphotos-p18 {
    font-size: 17px;
    line-height: 26px;
  }
  .gphotos-btn {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 19px;
    line-height: 22px;
  }
  .gphotos-similar {
    padding-bottom: 140px;
  }
  .gphotos-photo2 {
    margin-top: -93px;
    margin-left: 410px;
  }
  .gphotos-photo3 {
    margin-top: -44px;
    margin-left: -291px;
  }
  .gphotos-list {
    width: 100%;
  }
  .gphotos-dashes {
    width: 5%;
    font-size: 17px;
  }
  .gphotos-listtext {
    width: 95%;
    font-size: 17px;
    line-height: 28px;
  }
  .blurred-bg {
    height: 400px;
  }
  .iphonex-2 {
    width: 40%;
    margin-top: -22%;
  }
  .blurred-block {
    width: 60%;
    margin-top: 92px;
    padding-right: 15px;
  }
  .gphotos-cta {
    margin-top: 128px;
    margin-bottom: 169px;
  }
  .grid-1080 {
    width: 100%;
  }
  .gphotos-cta-text {
    width: 100%;
    margin-left: 0px;
    float: none;
    text-align: center;
  }
  .gphotos-cta-text.short {
    width: 100%;
  }
  .gphotos-h3 {
    width: 100%;
  }
  .gphotos-h3.no-padding {
    margin-top: 12px;
  }
  .cta-btns {
    margin: 22px auto 36px;
    float: none;
  }
  .cta-btns.cta-btns-short {
    width: 100%;
    margin-top: 22px;
    float: none;
    text-align: center;
  }
  .gphotos-cta-form-wrap {
    height: auto;
    padding-top: 20px;
  }
  .submit-button {
    padding-top: 12px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
  }
  .text-field {
    width: 240px;
    padding-top: 22px;
    padding-bottom: 21px;
    font-size: 18px;
    line-height: 22px;
  }
  .success-message {
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    text-align: center;
  }
  .gphotos-closebtn {
    left: 30px;
    top: 10px;
  }
  .gphotos-popup {
    display: none;
    opacity: 0;
  }
  .div-block-6 {
    margin-top: 156px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .body-4 {
    overflow: hidden;
  }
  .text-block-6 {
    font-size: 17px;
    text-align: center;
  }
  .form-block {
    text-align: center;
  }
  .gphotos-content-wrap {
    margin-bottom: 100px;
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .content.content-merge {
    background-image: none;
    background-size: auto;
  }
  .header {
    height: 600px;
  }
  .header.header-blue {
    background-position: 50% 100%, 50% 69%, 0px 0px;
  }
  .title {
    font-size: 42px;
    line-height: 48px;
  }
  .text-center {
    font-size: 18px;
    line-height: 26px;
  }
  .gemini-logo {
    left: 10px;
  }
  .head-left {
    width: 100%;
    margin-top: 40px;
  }
  .grid {
    z-index: 1;
  }
  .grid.loose {
    z-index: 5;
  }
  .head-img {
    display: none;
  }
  .center-block {
    padding-top: 60px;
  }
  .left-icons {
    display: none;
  }
  .right-icons {
    display: none;
  }
  .div-block {
    width: 500px;
    height: 163px;
  }
  .left-text.duplicates-left-text {
    width: 100%;
  }
  .right-content.right-content-45 {
    width: 100%;
  }
  .block-quote {
    margin-top: 50px;
  }
  .blockquote-icon {
    left: 0px;
    top: 12px;
  }
  .loose-img {
    z-index: 5;
  }
  .footer-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .link-logo {
    width: 108px;
    background-size: contain;
  }
  .gemini-logo-top {
    width: 289px;
    height: 206px;
    margin-top: 38px;
  }
  .features-content {
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-block.right {
    margin-left: 25px;
  }
  .features-title {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 40px;
    line-height: 52px;
  }
  .features-title.long {
    padding-left: 0px;
  }
  .features-text {
    padding-right: 15px;
    padding-left: 15px;
  }
  .features-text.feature-text-2 {
    padding-left: 0px;
  }
  .left-omg {
    display: none;
  }
  .heading {
    padding-right: 15px;
    padding-left: 15px;
  }
  .feedback-slide {
    padding-top: 41px;
    padding-right: 75px;
    padding-left: 75px;
    background-position: 95% 0%, 5% 0%;
  }
  .left-arrow {
    display: block;
    opacity: 0;
  }
  .right-arrow {
    opacity: 0;
  }
  .btm-img {
    height: 378px;
    background-size: 900px;
    background-repeat: no-repeat;
  }
  .text-span-7 {
    display: inline-block;
  }
  .photos-iphonex {
    width: 38%;
    height: 500px;
    background-position: 15px 50%;
  }
  .right-top {
    margin-top: 112px;
  }
  .gemini-icon {
    width: 100px;
    height: 100px;
  }
  .gemini-icon.float {
    width: 110px;
    height: 110px;
  }
  .gphotos-h1 {
    margin-top: 10px;
    font-size: 32px;
    line-height: 38px;
  }
  .gphotos-p18 {
    font-size: 15px;
    line-height: 23px;
  }
  .gphotos-btn {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 17px;
    line-height: 19px;
  }
  .gphotos-similar {
    width: 65%;
  }
  .gphotos-photo1 {
    width: 300px;
    height: 220px;
  }
  .gphotos-photo2 {
    width: 200px;
    height: 150px;
    margin-left: 319px;
  }
  .gphotos-photo3 {
    width: 200px;
    height: 150px;
    margin-left: -234px;
  }
  .blurred-bg {
    height: 300px;
  }
  .iphonex-2 {
    width: 38%;
    height: 400px;
    margin-top: -6%;
  }
  .blurred-block {
    margin-top: 57px;
  }
  .gphotos-cta {
    margin-top: 100px;
  }
  .gphotos-h3 {
    margin-top: 15px;
    margin-bottom: -10px;
    font-size: 22px;
  }
  .gphotos-h3.no-padding {
    font-size: 24px;
  }
  .gphotos-popup {
    display: none;
    opacity: 0;
  }
  .div-block-6 {
    height: 60px;
    margin-top: 180px;
  }
  .gphotos-content-wrap {
    max-width: 100%;
    margin-top: 90px;
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media (max-width: 479px) {
  .content {
    height: 650px;
  }
  .header {
    height: 580px;
    background-image: url('../images/ovals.png'), -webkit-linear-gradient(270deg, #4f1b5a, #733e7e 75%, #8b5f95);
    background-image: url('../images/ovals.png'), linear-gradient(180deg, #4f1b5a, #733e7e 75%, #8b5f95);
    background-position: 50% 128px, 0px 0px;
    background-size: 900px, auto;
    background-repeat: no-repeat, repeat;
  }
  .header.header-blue {
    height: 640px;
    background-position: 50% 100%, 50% 77%, 0px 0px;
  }
  .mountains {
    height: 84px;
  }
  .title {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 33px;
  }
  .title.title-center.title-thin {
    font-size: 32px;
    line-height: 36px;
  }
  .text-center {
    margin-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 24px;
  }
  .free-download {
    height: 44px;
    margin-right: 5px;
    font-size: 19px;
  }
  .btns {
    margin-top: 24px;
  }
  .gemini-logo {
    top: 15px;
    width: 100%;
    height: 58px;
    margin-top: 30px;
  }
  .similars-block {
    margin-bottom: 0px;
  }
  .author {
    font-size: 14px;
  }
  .text-left {
    font-size: 16px;
    line-height: 24px;
  }
  .text-left.text-left-bigger {
    font-size: 16px;
    line-height: 23px;
  }
  .grid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .grid.loose {
    overflow: hidden;
    padding-top: 300px;
    padding-bottom: 30px;
  }
  .grid.gemini-last {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  .center-block {
    margin-bottom: 110px;
  }
  .div-block {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 280px;
    height: 85px;
  }
  .content2.footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .similars {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .right-content.right-content-45 {
    margin-top: 20px;
  }
  .feadback {
    padding-top: 30px;
  }
  .block-quote {
    margin-top: 23px;
    font-size: 16px;
    line-height: 23px;
  }
  .blockquote-icon {
    top: -15px;
  }
  .merge {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .loose-img {
    left: 15px;
    top: 9px;
    width: 380px;
    height: 280px;
  }
  .gemini-logo-center {
    width: 180px;
    height: 240px;
  }
  .footer-container {
    height: 162px;
    margin-top: -88px;
    padding-top: 0px;
  }
  .copy {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .footer-links {
    width: 100%;
  }
  .f-link {
    display: block;
    width: 100%;
    margin-bottom: 7px;
    margin-left: 0px;
    float: none;
    text-align: center;
  }
  .link-logo {
    left: 15px;
    top: 14px;
    width: 103px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .gemini-logo-top {
    margin-top: 66px;
  }
  .text-block {
    margin-top: 60px;
  }
  .text-block.right {
    margin-top: 107px;
    margin-left: 15px;
  }
  .features-title {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 28px;
    line-height: 32px;
  }
  .features-title.long {
    margin-top: 0px;
    font-size: 28px;
    line-height: 32px;
  }
  .features-text {
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
  }
  .features-text.feature-text-2 {
    font-size: 16px;
    line-height: 24px;
  }
  .kinds {
    margin-bottom: 90px;
  }
  .kind-p3 {
    line-height: 24px;
  }
  .kind-p3.kind-p3-center {
    line-height: 24px;
  }
  .kind-p3.kind-p3-right {
    line-height: 24px;
  }
  .number {
    margin-top: 0px;
    padding-top: 86px;
    padding-bottom: 28px;
    background-size: contain;
  }
  .gb {
    font-size: 45px;
  }
  .text-span-5 {
    font-size: 32px;
  }
  .gb-text {
    font-size: 18px;
    line-height: 30px;
  }
  .gb-text-small {
    font-size: 18px;
  }
  .cta-center {
    display: none;
  }
  .item {
    font-size: 16px;
    line-height: 54px;
  }
  .item.item-photos {
    font-size: 16px;
    line-height: 54px;
  }
  .item.mp3 {
    font-size: 16px;
  }
  .line-gradient {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .heading {
    font-size: 28px;
    line-height: 32px;
  }
  .feedback-slide {
    margin-top: 5px;
    padding-top: 48px;
    padding-right: 15px;
    padding-left: 15px;
    background-position: 94% 6%, 5% 6%;
    background-size: 30px, 30px;
    font-size: 16px;
    line-height: 24px;
  }
  .slide-nav {
    font-size: 8px;
  }
  .btm-img {
    height: 312px;
    background-size: 562px;
  }
  .text-block-2 {
    width: 100%;
    text-align: center;
  }
  .footer-link {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
  .macpaw-logo {
    width: 200px;
    height: 53px;
    margin-top: 15px;
    margin-left: 10px;
    background-image: url('../images/geminiphotos.png');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .photos-iphonex {
    display: block;
    width: 100%;
    height: 700px;
    margin-top: 10px;
    background-position: 50% 50%;
  }
  .right-top {
    width: 100%;
    margin-top: -323px;
    padding-top: 20px;
    padding-bottom: 80px;
    padding-left: 20px;
    background-color: #fff;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, .1);
  }
  .gemini-icon {
    display: none;
  }
  .gemini-icon.float {
    display: block;
    margin-top: 60px;
  }
  .gphotos-h1 {
    font-size: 26px;
    line-height: 34px;
  }
  .gphotos-p18.p18-padding {
    padding-right: 40px;
    padding-left: 40px;
    line-height: 22px;
  }
  .gphotos-similar {
    width: 100%;
    margin-top: 97px;
    margin-left: 0%;
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
  }
  .gphotos-photo1 {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 200px;
  }
  .gphotos-photo2 {
    margin-top: -90px;
    margin-left: 164px;
  }
  .gphotos-photo3 {
    z-index: 0;
    margin-top: -57px;
    margin-left: -114px;
  }
  .heading-2 {
    margin-top: 20px;
    margin-bottom: 4px;
    font-size: 17px;
  }
  .gphotos-dashes {
    font-size: 15px;
    line-height: 26px;
  }
  .gphotos-listtext {
    font-size: 15px;
    line-height: 26px;
  }
  .blurred-bg {
    height: 100%;
  }
  .iphonex-2 {
    width: 100%;
    height: 550px;
    margin-top: 30px;
  }
  .blurred-block {
    width: 100%;
    margin-top: -20px;
    margin-bottom: 21px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .gphotos-cta {
    margin-top: 20px;
  }
  .grid-1080 {
    overflow: hidden;
  }
  .cta-btns {
    width: 100%;
  }
  .gphotos-cta-form-wrap {
    position: fixed;
    left: 0px;
    top: 0%;
    right: 0px;
    bottom: 0%;
    margin-top: 0px;
  }
  .submit-button {
    width: 100%;
    float: none;
  }
  .text-field {
    width: 100%;
    float: none;
    text-align: center;
  }
  .form {
    padding-right: 20px;
    padding-left: 20px;
  }
  .gphotos-closebtn {
    left: 20px;
    top: 0px;
    width: 20px;
    height: 20px;
  }
  .gphotos-popup {
    display: none;
    opacity: 0;
  }
  .div-block-6 {
    height: 100%;
    margin-top: 60px;
    padding-bottom: 25px;
  }
  .text-block-6 {
    font-size: 15px;
    line-height: 22px;
  }
  .btns-center {
    margin-top: 24px;
  }
  .btns-left {
    margin-top: 24px;
  }
  .gphotos-content-wrap {
    margin-top: 80px;
  }
}

@font-face {
  font-family: 'Museo Sans';
  src: url('../fonts/MuseoSansCyrl_500.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Sans';
  src: url('../fonts/MuseoSansCyrl_700.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}