.container {
  position: static;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.body {
  background-image: -webkit-linear-gradient(270deg, #dedede, #dedede);
  background-image: linear-gradient(180deg, #dedede, #dedede);
}




/***************************************************   CUSTOM  **************************************************/


/********************   Preloader   ********************/


#page-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #dedede;
    z-index: 100001;
}

.page-loader-inner {
    width: 120px;
    height: 180px;
    position: absolute;
    top: 50%;
    margin-top: -100px;
    left: 50%;
    margin-left: -60px;
    text-align: center;
}

.loader-icon {
    position: relative;
    z-index: 0;
    width: 24px;
    height: 24px;
}

.page-loader-inner .loader-icon {
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -10px;
}

.loader-icon .spinner {
    z-index: 1;
    border-color: #dedede;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -ms-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin { from { -webkit-transform: rotate(0deg); opacity: 0.4; } 50%  { -webkit-transform: rotate(180deg); opacity: 1; } to   { -webkit-transform: rotate(360deg); opacity: 0.4; } }
@-moz-keyframes spin { from { -moz-transform: rotate(0deg);  } 50%  { -moz-transform: rotate(180deg); } to   { -moz-transform: rotate(360deg);  } }
@-ms-keyframes spin { from { -ms-transform: rotate(0deg);  } }	to { -ms-transform: rotate(360deg); } }
@-o-keyframes spin { from { -o-transform: rotate(0deg); } 50%  { -o-transform: rotate(180deg); } to   { -o-transform: rotate(360deg); } }
@keyframes spin { from { transform: rotate(0deg); } 50%  { transform: rotate(180deg); } to   { transform: rotate(360deg); } }	



.loader-icon span {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    border: 2px solid #a2a2a2;
    border-radius: 50%;
}

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#dedede; /* change if the mask should have another color then white */
    z-index:9999; /* makes sure it stays on top */
}

#status {
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    background-image: url(../imgages/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: 15px 0 0 -15px;
    background-size: contain;
}

.w-nav-link.w--current {
    color: #8b8b8b;
}

.hero-logo {
	width: 100px;
	height: 100px;
	position: absolute;
	margin-left: -50px;
	left: 50%;
	top: 120px;
    background-image: url(../images/22-logo-grey.png);
    background-repeat: no-repeat;
    background-position: center;
	z-index: 10000;
}


/********************   Language   ********************/

.langen {
    background: url(../images/flag_uk_grey.png) no-repeat;
    position: fixed;
    top: 25px;
    right: 92px;
    width: 30px;
    height: 18px;
    z-index: 1100;
    background-size: contain;
}


a.langen:hover{
	background: url(../images/flag_uk_color.png) no-repeat;
	background-size: contain;
}


.langen_menu {
    background: url(../images/flag_uk_grey.png) no-repeat;
    background-size: contain;
    margin-top: 21px;
    margin-left: 20px;
    padding: 20px 13px;
}

a.langen_menu:hover{
	background: url(../images/flag_uk_color.png) no-repeat;
	background-size: contain;
}


.langpl {
    background: url(../images/flag_pl_grey.png) no-repeat;
    position: fixed;
    top: 25px;
    right: 92px;
    width: 30px;
    height: 18px;
    z-index: 1100;
    background-size: contain;
}


a.langpl:hover{
	background: url(../images/flag_pl_color.png) no-repeat;
	background-size: contain;
}


.langpl_menu {
    background: url(../images/flag_pl_grey.png) no-repeat;
    background-size: contain;
    margin-top: 21px;
    margin-left: 20px;
    padding: 20px 13px;
}

a.langpl_menu:hover{
	background: url(../images/flag_pl_color.png) no-repeat;
	background-size: contain;
}




/********************   Mouse scroll animation   ********************/


.arrow-container {
    width: 100%;
    height: 100%;
    z-index: 100000;
    position: absolute;
}

.arrow-down {
    position: absolute;
    bottom: 110px;
    left: 50%;
    margin-left: -17px;
    width: 34px;
    height: 18px;
    background: url('../images/arrow-down.png') no-repeat center center;
    display: block;
    -webkit-animation: bounce-fade 1.2s infinite;
    -moz-animation: bounce-fade 1.2s infinite;
    -o-animation: bounce-fade 1.2s infinite;
    animation: bounce-fade 1.2s infinite;
    z-index: 10000;
}

@-webkit-keyframes bounce-fade {
    0%   { opacity: 0; bottom: 170px; }
    100% { opacity: 1; bottom: 135px; }
}
@-moz-keyframes bounce-fade {
    0%   { opacity: 0; bottom: 170px; }
    100% { opacity: 1; bottom: 135px; }
}
@-o-keyframes bounce-fade {
    0%   { opacity: 0; bottom:170px; }
    100% { opacity: 1; bottom: 135px; }
}
@keyframes bounce-fade {
    0%   { opacity: 0; bottom: 170px; }
    100% { opacity: 1; bottom: 135px; }
}



/******************** Section INTRO ******************/


#section-intro {
	width: 100%;
	height: 3500px;
	position: relative;
	overflow: hidden;
	z-index: 150;
}

#intro-content {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 140;
}

#intro-image {
	width: 310%;
	height: 310%;
	position: absolute;
	background-image: url('../images/dubai.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	transform-origin: 48% 0px 0px !important;
	-webkit-transform-origin: 48% 0px 0px !important;
    left: 50%;
    z-index: 101;
}

#intro-room {
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url('../images/room.png');
	background-size: cover;
	z-index: 102;
	top: 0;
	left: 0;
}

.hscontainer {
    position: absolute;
    z-index: 1002;
    width: 100%;
    height: 100%;
}

.hscontent {
	text-align: center;
    margin: auto;
    position: absolute;
    /* width: 400px; */
    height: 150px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


#open_quote.row {
    top: 30%;
    position: absolute;
}

#open_quote p {
    font-family: Futura LT;
    line-height: 1.2;
    font-size: 0.9rem;
    text-align: right;
    font-weight: 300;
    color: #fff;
}

p.author {
    font-family: Acta Display;
	line-height: 1;
	font-size: 0.8rem !important;
}

.opener-0 {
    position: fixed;
    top: 48%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1002;
}

.hscontainer h2 {
	font-size: 100px;
	font-weight: 500;
}

.hero-quote {
	display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    justify-content: center;
    top: 40%;
    z-index: 1000;
    position: relative;
    opacity: 0;
    position: fixed;
    width: 100%;
}

.hero-quote .h7 {
	color: #cacaca;
	text-align: center;
}

.white {
	color: #fff;
}

/******************   Mask   **************/

#section-mask {
	width: 100%;
	height: 1600px;
	position: relative;
	overflow: hidden;
	background-color: #dedede;
	z-index: 250;
}

#mask-content {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	background-color: black;
	z-index: 240;
}

#mask {
	width: 1600px;
	max-width: 50%;
	height: 150%;
	background-color: #000000;
	position: absolute;
	left: 50%;
	transform: translate3d(-50%, 0px, 0px);
	-webkit-transform: translate3d(-50%, 0px, 0px);
	background-image: url('../images/mask.jpg');
	background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 50%;
}

#etos {
	position: relative;
	top: 200px;
	text-align: center;
}

#etos h1{
	color: #ffffff;
	font-family: Acta;
}

.samurai-text {
	position: fixed;
}
.samurai-text p {
	font-size: 0.9rem;
}

.etyka {
    width: 80%;
    margin: auto;
	display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row; 
    flex-direction: row;
    justify-content: space-around;

}

.etyka-single {
	position: relative;
	top: 200px;
}


.mask-quote {
	display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    justify-content: center;
    bottom: 10%;
    z-index: 1000;
    position: relative;
    opacity: 0;
    position: fixed;
    width: 100%;
}

.mask-quote .h7 {
	color: #cacaca;
	text-align: center;
}



/******************   Tuscany   **************/

#section-tuscany {
	width: 100%;
	height: 1300px;
	position: relative;
	overflow: hidden;
	background-color: #dedede;
	z-index: 350;
}

#tuscany-content {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 340;
}

#tuscany-1 {
	width: 110%;
	height: 120%;
	position: absolute;
	left: 50%;
	transform: translate3d(-50%, 0px, 0px);
	-webkit-transform: translate3d(-50%, 0px, 0px);
	background-image: url('../images/tuscany_1.png');
	background-size: cover;
    background-repeat: no-repeat;
    z-index: 303;
}

#tuscany-2 {
	width: 110%;
	height: 110%;
	position: absolute;
	left: 50%;
	transform: translate3d(-50%, 0px, 0px);
	-webkit-transform: translate3d(-50%, 0px, 0px);
	background-image: url('../images/tuscany_2.png');
	background-size: cover;
    background-repeat: no-repeat;
    z-index: 302;
}

#tuscany-3 {
	width: 110%;
	height: 110%;
	position: absolute;
	left: 50%;
	transform: translate3d(-50%, 0px, 0px);
	-webkit-transform: translate3d(-50%, 0px, 0px);
	background-image: url('../images/tuscany_3.jpg');
	background-size: cover;
    background-repeat: no-repeat;
    z-index: 301;
}

.tuscany-quote {
	display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    justify-content: center;
    top: 40%;
    z-index: 1000;
    position: relative;
    opacity: 0;
    position: fixed;
    width: 100%;
}

.tuscany-quote .h7 {
	color: #cacaca;
	text-align: center;
}




/******************   Manhattan   **************/

#section-manhattan {
	width: 100%;
	height: 3300px;
	position: relative;
	overflow: hidden;
	background-color: #dedede;
	z-index: 450;
}

#manhattan-content {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 440;
	display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    justify-content: center;	
}

.iphone-text {
    top: 40%;
    left: 25%;
    position: absolute;
}

#iphone-angled {
	width: 360px;
	height: 1000px;
	position: absolute;
	z-index: 400;
	right: 150px;
	background-image: url('../images/iphone_angled_white.png');
	background-size: cover;
	transform-origin: 0% 0px 0px !important;
	-webkit-transform-origin: 0% 0px 0px !important;
}

#manhattan1 {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translate3d(-50%, 0px, 0px);
	-webkit-transform: translate3d(-50%, 0px, 0px);
	background-image: url('../images/manhattan1.png');
	background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 50%;
    z-index: 402;
}

#manhattan2 {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translate3d(-50%, 0px, 0px);
	-webkit-transform: translate3d(-50%, 0px, 0px);
	background-image: url('../images/manhattan2.png');
	background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 50%;
    z-index: 403;
}

#manhattan3 {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translate3d(-50%, 0px, 0px);
	-webkit-transform: translate3d(-50%, 0px, 0px);
	background-image: url('../images/manhattan3.jpg');
	background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;    
    z-index: 401;
}

.object-center {
    z-index: 1000;
    position: relative;
    color: #fff;
    font-size: 130px;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    align-self: center;
}







/***************************************************   CUSTOM END  **********************************************/





.section-intro {
  width: 100%;
}

.navbar {
  position: fixed;
  z-index: 1001;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  background-color: hsla(0, 0%, 87%, .8);
}

.nav-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.nav-my-container {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.nav-link {
  font-family: futura-pt, sans-serif;
  color: #8b8b8b;
  font-size: 12px;
  font-weight: 400;
}

.nav-link:hover {
	color: #dea757;
}

.nav-menu {
  padding-top: 7px;
}

.section-welcome {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  -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;
  background-color: #dedede;
}

.h6 {
  font-family: futura-pt, sans-serif;
  font-size: 11px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.h1 {
  margin-top: 32px;
  margin-bottom: 40px;
  padding-bottom: 0px;
  font-family: 'Playfair Display', serif;
  color: #bdbdbd;
  font-size: 131px;
  line-height: 44px;
  font-weight: 400;
  letter-spacing: -3px;
}

.h4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  line-height: 36px;
  font-weight: 500;
}

.partnership-container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-bottom: 32px;
  margin-left: 45%;
  padding-right: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text {
  margin-top: 4px;
  margin-bottom: 10px;
  font-family: 'Lato', sans-serif;
  color: #6f6f6f;
  font-size: 14px;
  line-height: 22px;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
}

.text.fifty {
  width: 50%;
}

.text.fifty.right-aligned {
  text-align: right;
}

.text.fifty.tiny {
  font-size: 10px;
}

.angled-line {
  width: 200px;
  margin-top: 0px;
  padding-top: 0px;
  border-top: 1px solid #dea757;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.angled-line-container {
  width: 200px;
  height: 200px;
  padding-top: 100px;
}

.family-office-opener {
  display: block;
  border: 1px solid #c2c2c2;
  background-color: transparent;
  font-family: futura-pt, sans-serif;
  color: #646464;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  z-index: 1000;
}

.family-office-lightbox {
  position: fixed;
  z-index: 2000;
  display: none;
  overflow: scroll;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, #dedede, #dedede);
  background-image: linear-gradient(180deg, #dedede, #dedede);
  line-height: 25px;
}

.family-office-lightbox-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2000px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.aaa1 {
  width: 200px;
  height: 1000px;
  background-image: -webkit-linear-gradient(270deg, rgba(55, 150, 224, .5), rgba(55, 150, 224, .5));
  background-image: linear-gradient(180deg, rgba(55, 150, 224, .5), rgba(55, 150, 224, .5));
}

.aaa2 {
  width: 200px;
  height: 800px;
  background-image: -webkit-linear-gradient(270deg, #24e9ba, #24e9ba);
  background-image: linear-gradient(180deg, #24e9ba, #24e9ba);
}

.section-offer {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 52px;
  -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;
  background-color: #dedede;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: 'Playfair Display', serif;
  color: #fff;
  font-size: 131px;
  line-height: 131px;
  font-weight: 400;
  letter-spacing: -3px;
}

.h2.indata {
  margin-bottom: 12px;
}

.h2.indata.smaller {
  font-size: 90px;
}

.grey-divider {
  width: 60%;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid #d1d1d1;
}

.ho-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 84px;
  margin-bottom: 84px;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ho-block-image {
  position: relative;
  width: 60%;
  margin-right: 30px;
  padding-left: 242px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.h3 {
  font-family: 'Playfair Display', serif;
  font-size: 58px;
  line-height: 58px;
  font-weight: 500;
}

.ho-block-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-top: 216px;
  padding-right: 16%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 88%, .5), hsla(0, 0%, 88%, .5));
  background-image: linear-gradient(180deg, hsla(0, 0%, 88%, .5), hsla(0, 0%, 88%, .5));
}

.gold-line {
  width: 120px;
  height: 1px;
  margin-top: 26px;
  margin-bottom: 16px;
  border-style: solid none none;
  border-top-width: 1px;
  border-top-color: #dba250;
}

.btn {
  border: 1px solid #bebebe;
  background-color: transparent;
  font-family: futura-pt, sans-serif;
  color: #686868;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.vertical-gold-divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-bottom: 32px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.ho-intro-1 {
  width: 1px;
  height: 100px;
  border-right: 1px solid #dea757;
}

.ho-intro-2 {
  width: 40%;
  padding-left: 0px;
}

.gw-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 78%;
  margin-top: 0px;
}

.gw-block-image {
  width: 50%;
}

.gw-block-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 5%;
  padding-left: 14%;
  -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;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.insurance-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 108px;
  margin-bottom: 118px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.insurance-block-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.insurance-block-text {
  width: 50%;
  padding-right: 20%;
  padding-left: 5%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.img-shadow {
  box-shadow: 0 14px 57px 0 rgba(0, 0, 0, .74);
}

.img-right {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  max-width: 70%;
  float: right;
}

.synergy-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.up-down-margins {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.chess-img-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-bottom: 80px;
  margin-left: 0px;
  padding-left: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.insurance-intro {
  height: 1px;
  margin-bottom: 0px;
  padding-right: 15%;
  padding-left: 50%;
}

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


.testamenty-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 124px;
  margin-bottom: 118px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}


.testamenty-intro {
  height: 1px;
  margin-bottom: 0px;
  padding-right: 15%;
  padding-left: 50%;
}

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

.testamenty-block-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.img-testamenty {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  max-width: 70%;
  float: right;
}

.testamenty-block-text {
  width: 50%;
  padding-right: 20%;
  padding-left: 5%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}



.synergy-content {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: auto;
  padding-right: 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.gold-vertical {
  height: 250px;
  margin-top: 43px;
  border-left: 1px solid #dea757;
}

.small-family {
  position: absolute;
  left: 89%;
  top: -7%;
  right: 0px;
  bottom: 0px;
  width: 280px;
}

.close-btn {
  position: relative;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.close-btn.close-family-lightbox {
  position: static;
}

.close-btn-text {
  font-family: futura-pt, sans-serif;
  color: #777575;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.close-btn-x {
  width: 40px;
  height: 40px;
}

.close-family-lightbox {
  position: fixed;
  top: 22px;
  right: 22px;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.right-content {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 67%;
  margin-bottom: 200px;
  margin-left: 33%;
  padding-right: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.yacht-container {
  margin-bottom: 40px;
}

.container-lightbox {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.trzy-rzeczy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.trzy-rzeczy-single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 7%;
  margin-bottom: 20px;
  padding-top: 8px;
  padding-bottom: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #cacaca;
}

.trzy-rzeczy-number {
  height: 50px;
  padding-bottom: 0px;
  font-family: acta-display, sans-serif;
  color: #b8781c;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
}

.struktura {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.struktura-single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 50px;
  padding-right: 84px;
  padding-left: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 1px solid #dea757;
}

.h5 {
  font-family: acta-display, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.list-item {
  margin-bottom: -12px;
}

.list {
  padding-left: 14px;
}

.gwarancje-lightbox {
  position: fixed;
  z-index: 2000;
  display: none;
  overflow: scroll;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-linear-gradient(270deg, #dedede, #dedede);
  background-image: linear-gradient(180deg, #dedede, #dedede);
}

.close-gwarancje-lightbox {
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 500;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.gwarancje-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.gwarancje-intro-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.bridge-container {
  margin-bottom: 50px;
}

.gwarancje-dlaczego {
  width: 100%;
}

.gwarancje-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 72px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.h7 {
  margin-top: 10px;
  font-family: futura-pt, sans-serif;
  color: grey;
  font-size: 12px;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.h7.person-info {
  margin-top: 18px;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.h7.indata {
  text-align: center;
}

.gwarancje-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 34px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gwarancje-jak {
  width: 100%;
}

.gwarancje-jak-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.street-container {
  margin-top: 34px;
  margin-bottom: 34px;
}

.gwarancje-jak-single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 58px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.gwarancje-jak-single-number {
  font-family: acta-display, sans-serif;
  font-size: 58px;
  line-height: 56px;
}

.gwarancje-jak-single-line {
  overflow: visible;
  margin-right: 26px;
  margin-left: 26px;
  padding-bottom: 9px;
}

.gwarancje-jak-single-text {
  padding-top: 6px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.ubezpieczenia-lightbox {
  position: fixed;
  z-index: 2000;
  display: none;
  overflow: scroll;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-linear-gradient(270deg, #dedede, #dedede);
  background-image: linear-gradient(180deg, #dedede, #dedede);
}

.close-ubezpieczenia-lightbox {
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.bank-container {
  margin-top: 44px;
  margin-bottom: 44px;
  padding-right: 130px;
}

.ryzyko {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
  margin-bottom: 40px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ryzyko-single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ryzyko-icon {
  width: 72px;
  padding-right: 33px;
}

.dla-biznesu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 46px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dla-biznesu-single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 1px solid #dea757;
}

.btn-fade {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 10px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .99), rgba(0, 0, 0, .99));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .99), rgba(0, 0, 0, .99));
}

.section-rodzina {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dedede;
}

.data-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 72px 69px 110px;
  padding-right: 0px;
  padding-left: 100px;
}

.data-single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-right: 30px;
  padding-right: 50px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gold-short-line {
  width: 80px;
  height: 1px;
  border-top: 1px solid #dea757;
}

.section-fullwidth {
  display: block;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.portrait-content {
    width: 70%;
}

.portrait-image {
  position: relative;
  margin-bottom: 40px;
}

.section-portrait {
  margin-bottom: 44px;
}

.totalwealth-content {
    padding-right: 18%;
}

.quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-top: 46px;
  margin-bottom: 46px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Playfair Display', serif;
  font-size: 34px;
  line-height: 34px;
  text-align: center;
}

.quote.wider {
	width: 80%;
}

.oldman-container {
  padding-right: 8%;
  padding-left: 0px;
}

.section-oldman {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.oldman-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1%;
  padding-left: 18%;
  -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;
}

.section-tuscany {
  display: block;
}

.gold-inportrait {
  position: absolute;
  left: -100px;
  top: 10px;
  z-index: 500;
}

.section-kontakty {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-color: #dedede;
}

.section-people {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 62px;
  margin-bottom: 62px;
}

.people-text {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 136px;
  padding-left: 40px;
  -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;
}

.section-onas {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dedede;
}

.onas-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 44px;
  margin-bottom: 50px;
  padding-right: 84px;
  padding-left: 84px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.onas-single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16%;
  margin-bottom: 0px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.person-photo {
  margin-bottom: 16px;
}

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

.szofer-container {
  width: 25%;
  margin-top: 30px;
  margin-right: 26%;
  padding-right: 0px;
}

.section-contact {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dedede;
}

.contact-container {
  width: 50%;
  margin-top: 59px;
  margin-bottom: 59px;
  margin-left: 50%;
}

.czartery-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 86px;
  padding-bottom: 80px;
}

.czartery-block-image {
  width: 50%;
  padding-right: 13%;
}

.czartery-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 20px;
  padding-left: 17%;
  -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;
}

.h8 {
  margin-top: -2px;
  font-family: futura-pt, sans-serif;
  color: #727272;
  font-size: 14px;
  font-weight: 300;
}

.travel-lightbox {
  position: fixed;
  z-index: 2000;
  display: none;
  overflow: scroll;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-linear-gradient(270deg, #dedede, #dedede);
  background-image: linear-gradient(180deg, #dedede, #dedede);
}

.close-travel-lightbox {
  position: fixed;
  top: 40px;
  right: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.jet-closeup {
  width: 94%;
  margin-bottom: 78px;
}

.travel-highlight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.travel-highlights {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.swiss-container {
  margin-top: 118px;
  margin-bottom: 16px;
}

.castle-container {
  width: 50%;
  max-width: 800px;
}

.castle-opis {
  width: 50%;
  max-width: 800px;
  padding: 8px 63px 33px;
  text-align: justify;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  -webkit-column-rule-color: #000;
  -moz-column-rule-color: #000;
  column-rule-color: #000;
  -webkit-column-rule-style: none;
  -moz-column-rule-style: none;
  column-rule-style: none;
}

.travel-icon {
  width: 70%;
  padding-right: 0px;
  padding-left: 0px;
}

.intro-small {
  display: none;
}

.mask-small {
  display: none;
}

.tuscany-small {
  display: none;
}

.manhattan-small {
  display: none;
}

.column {
  padding-right: 10px;
}

html.w-mod-js *[data-ix="navbar-initial"] {
  display: none;
  -webkit-transform: translate(0px, -76px);
  -ms-transform: translate(0px, -76px);
  transform: translate(0px, -76px);
}

html.w-mod-js *[data-ix="familyoffice-initial"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="gwarancje-initial"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="ubezpieczenia-initial"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="travel-initial"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="button-fade"] {
  opacity: 1;
}

@media (max-width: 991px) {
  .section-intro {
    display: none;
  }
  .section-welcome {
    padding-top: 0px;
  }
  .h1 {
    font-size: 117px;
    line-height: 44px;
  }
  .h1.white {
    color: #fff;
    font-size: 83px;
    line-height: 44px;
    font-style: normal;
    font-weight: 500;
  }
  .h1.white.wide {
    font-weight: 500;
    letter-spacing: -3px;
  }
  .h1.traar {
    font-size: 86px;
  }
  .h4 {
    margin-top: 0px;
    font-size: 34px;
  }
  .angled-line {
    width: 200px;
  }
  .family-office-lightbox {
    display: none;
  }
  .ho-block {
    margin-top: 20px;
    margin-bottom: 8px;
  }
  .ho-block-image {
    width: 55%;
    margin-right: 0px;
    padding-left: 11%;
  }
  .h3 {
    font-size: 45px;
  }
  .ho-block-text {
    width: 45%;
    margin-top: 17%;
    padding-right: 7%;
    padding-left: 14px;
  }
  .gold-line {
    margin-top: 6px;
  }
  .gw-block-text {
    padding-bottom: 0px;
    padding-left: 0%;
    background-image: none;
  }
  .insurance-block {
    margin-top: 0px;
    margin-bottom: 56px;
  }
  .chess-img-holder {
    width: 75%;
    margin-bottom: 20px;
    padding-left: 40px;
  }
  .synergy-content {
    width: 50%;
    margin-top: 18px;
    padding-right: 10%;
  }
  .gold-vertical {
    height: 180px;
  }
  .small-family {
    width: 38%;
  }
  .right-content {
    padding-right: 5%;
  }
  .trzy-rzeczy {
    margin-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .trzy-rzeczy-number {
    height: auto;
    margin-bottom: 13px;
  }
  .struktura {
    margin-bottom: 12px;
  }
  .struktura-single {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gwarancje-lightbox {
    display: none;
  }
  .gwarancje-title {
    padding-top: 3px;
    padding-left: 44px;
  }
  .gwarancje-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gwarancje-jak-single {
    width: 100%;
  }
  .gwarancje-jak-single-line {
    margin-bottom: -10px;
    padding-bottom: 0px;
  }
  .ubezpieczenia-lightbox {
    display: none;
  }
  .bank-container {
    padding-right: 8px;
  }
  .dla-biznesu-single {
    width: 72%;
  }
  .section-mask {
    display: none;
  }
  .data-block {
    max-width: 100%;
    margin-top: 58px;
    padding-left: 70px;
  }
  .quote {
    width: 60%;
  }
  .oldman-text {
    padding-right: 2%;
  }
  .section-tuscany {
    display: none;
  }
  .people-text {
    padding-right: 58px;
    padding-left: 32px;
  }
  .section-manhattan {
    display: none;
  }
  .section-onas {
    padding-bottom: 0px;
  }
  .onas-container {
    margin-bottom: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .onas-single {
    width: 34%;
    margin-bottom: 60px;
  }
  .czartery-block {
    padding-bottom: 0px;
  }
  .travel-lightbox {
    display: none;
  }
  .travel-highlight {
    padding-right: 30px;
    padding-left: 0px;
  }
  .travel-highlights {
    margin-top: 44px;
  }
  .swiss-container {
    margin-top: 59px;
  }
  .castle-container {
    width: 64%;
    margin-bottom: 18px;
  }
  .castle-opis {
    width: 64%;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .intro-small {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    padding-top: 10%;
    padding-bottom: 54%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/dubai-small.jpg');
    background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
  }
  .arrow-container {
	  top: 0;
  }
  .mask-small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    margin-top: 30px;
    padding-top: 5%;
    padding-bottom: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/mask-small.jpg'), -webkit-linear-gradient(270deg, #000, #000);
    background-image: url('../images/mask-small.jpg'), linear-gradient(180deg, #000, #000);
    background-position: 50% 50%, 0px 0px;
    background-size: contain, auto;
    background-repeat: no-repeat, repeat;
  }
  .white {
    color: #fdfdfd;
  }
  .tuscany-small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    margin-top: 26px;
    padding-bottom: 19%;
    -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;
    background-image: url('../images/tuscany-small.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .manhattan-small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 50vh;
    -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;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 93%, .77), rgba(0, 0, 0, .35) 40%), url('../images/manhattan-small.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 93%, .77), rgba(0, 0, 0, .35) 40%), url('../images/manhattan-small.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
}

@media (max-width: 479px) {
  .h6 {
    text-align: center;
    letter-spacing: 6px;
  }
  .h6.white {
    font-size: 14px;
  }
  .h1 {
    margin-top: 22px;
    font-size: 55px;
    line-height: 12px;
  }
  .h1.white {
    color: #fff;
    font-size: 42px;
    letter-spacing: 0px;
  }
  .h1.traar {
    font-size: 56px;
    line-height: 45px;
  }
  .h4 {
    font-size: 30px;
  }
  .partnership-container {
    margin-bottom: 6px;
    margin-left: 19%;
    padding-right: 16%;
  }
  .text {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
  }
  .text.fifty {
    width: 90%;
  }
  .text.fifty.tiny {
    width: 106%;
    line-height: 12px;
  }
  .angled-line {
    width: 140px;
  }
  .angled-line-container {
    width: 140px;
    height: 140px;
    padding-top: 76px;
  }
  .family-office-lightbox {
    display: none;
  }
  .h2 {
    font-size: 64px;
  }
  .h2.indata {
    margin-bottom: -12px;
    font-size: 90px;
  }
  .ho-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ho-block-image {
    width: 85%;
    padding-left: 0%;
  }
  .h3 {
    font-size: 38px;
    line-height: 38px;
    text-align: center;
  }
  .ho-block-text {
    width: 100%;
    margin-top: 7%;
    padding-left: 44px;
  }
  .ho-intro-1 {
    height: 80px;
  }
  .gw-block {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .gw-block-image {
    width: 100%;
    margin-bottom: 24px;
  }
  .gw-block-text {
    width: 100%;
    padding-left: 11%;
  }
  .insurance-block {
    width: auto;
  }
  .insurance-block-image {
    width: 77%;
  }
  .insurance-block-text {
    width: 100%;
    margin-top: 22px;
    padding-right: 5%;
    padding-left: 23%;
  }
  .img-right {
    max-width: 70%;
  }

.testamenty-block {
    margin-top: 94px;
    margin-bottom: 84px;
}

.testamenty-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
.testamenty-block-image {
    width: 100%;
 }
 
 .img-testamenty {
    max-width: 100%;
}   

.testamenty-block-text {
    width: 100%;
    padding-right: 20%;
    padding-left: 8%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: flex-start;
    align-self: flex-start;
    margin-top: 20px;
}

  .synergy-block {
    padding-left: 0px;
  }
  .up-down-margins {
    margin-top: 12px;
    text-align: left;
  }
  .chess-img-holder {
    width: 100%;
    padding-left: 0px;
  }
  .insurance-intro {
    padding-left: 0%;
  }
  .insurance-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .synergy-content {
    width: 100%;
    padding-left: 17%;
  }
  .gold-vertical {
    height: 80px;
    margin-top: 25px;
  }
  .small-family {
    left: 64%;
    top: -15%;
    width: 54%;
  }
  .right-content {
    width: 100%;
    margin-right: 10px;
    margin-left: 0%;
    padding-right: 0%;
    padding-left: 10px;
  }
  .struktura {
    margin-top: 14px;
  }
  .struktura-single {
    margin-bottom: 24px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 18px;
  }
  .gwarancje-lightbox {
    display: none;
  }
  .gwarancje-intro {
    width: 128%;
  }
  .bridge-container {
    width: 100%;
    margin-right: -19px;
  }
  .gwarancje-title {
    padding-left: 33px;
  }
  .h7.person-info {
    font-size: 12px;
    line-height: 18px;
  }
  .gwarancje-content {
    padding-right: 0px;
  }
  .gwarancje-jak-content {
    padding-left: 34px;
  }
  .street-container {
    margin-bottom: 0px;
    margin-left: -34px;
  }
  .gwarancje-jak-single {
    height: 84px;
    padding-right: 0px;
  }
  .gwarancje-jak-single-number {
    margin-right: 24px;
    margin-left: 0px;
    color: #c99000;
    font-weight: 300;
  }
  .gwarancje-jak-single-line {
    display: none;
    overflow: hidden;
    width: 62px;
  }
  .gwarancje-jak-single-text {
    padding-right: 10px;
  }
  .ubezpieczenia-lightbox {
    display: none;
  }
  .data-block {
    margin-top: 0px;
    margin-bottom: 62px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .data-single {
    width: 90%;
  }
  .section-fullwidth {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .quote {
    width: 80%;
    font-size: 24px;
    line-height: 28px;
  }
  .section-oldman {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .oldman-text {
    padding-top: 28px;
    padding-left: 10%;
  }
  .gold-inportrait {
    left: 28%;
    top: -79px;
  }
  .section-people {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .people-container {
    margin-bottom: 16px;
  }
  .people-text {
    padding-right: 12px;
    padding-left: 17px;
  }
  .onas-container {
    width: 200px;
    margin-bottom: -24px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .onas-single {
    width: 100%;
  }
  .contact-container {
    width: 53%;
    margin-left: 0%;
  }
  .czartery-block {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 40px;
  }
  .czartery-block-image {
    width: 100%;
    margin-bottom: 22px;
    padding-right: 0%;
    padding-left: 23px;
  }
  .czartery-text {
    width: 100%;
    padding-right: 39px;
    padding-left: 8%;
  }
  .travel-lightbox {
    display: none;
  }
  .travel-highlight {
    padding-right: 14px;
    padding-left: 14px;
  }
  .castle-container {
    width: 100%;
  }
  .castle-opis {
    width: 66%;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .intro-small {
    padding-bottom: 74%;
    background-position: 0% 50%;
  }
  .mask-small {
    margin-bottom: 0px;
    padding-top: 10%;
    padding-bottom: 0px;
  }
  .white {
    font-size: 26px;
    line-height: 28px;
  }
  .manhattan-small {
    height: 75vh;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 93%, .77), rgba(0, 0, 0, .35) 40%), url('../images/manhattan-small.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 93%, .77), rgba(0, 0, 0, .35) 40%), url('../images/manhattan-small.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .totalwealth-image {
    margin-bottom: 16px;
  }
  .totalwealth-content {
    margin-top: 25px;
    padding-left: 101px;
  }
  .portrait-content {
    padding-right: 55px;
  }
  .image-2 {
    max-width: 104%;
    margin-right: 0px;
  }

  .langen {
    top: 21px;
  }

  .langpl {
    top: 21px;
  }

}

