:root {
	--index: calc(1vw + 1vh);
    --pink: #D8549E;
    --pink-hover: #c94f94;
}
::selection {
	background: #000;
	color: #fff;
}
/* Reset */
* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body,html{min-height:100%}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1;background-color:#fff;position:relative}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}html{height:100%}html,html a{-webkit-font-smoothing:antialiased}

/* Basic typography setting */
body,
select,
input,
textarea,
button {
	font: normal 16px/1.5 system-ui, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000;
	outline: none;
}
a {
	outline: none;
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 1em;
	line-height: 30px;
}

img {
	max-width: 100%;
}
a img {
	border: 0 none;
}
a > img {
	vertical-align: bottom;
}

/* H1 - H6 */
h1 {
	font-size: 3rem;
}
h2,
.h2 {
	font-size: 21px;
}
h3,
.h3 {
	font-size: 20px;
}
h4,
.h4 {
	font-size: 18px;
}
h5,
.h5 {
	font-size: 16px;
}
h5,
.h5 {
	font-size: 14px;
}

h1,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5 {
	font-family: system-ui, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin: 0 0 1em 0;
	line-height: normal;
}

.hide {
	display: none;
}
.center {
	text-align: center;
}
.tleft {
	text-align: left;
}
.tright {
	text-align: right;
}

.grey {
	color: #919191;
}
.grey a {
	color: inherit;
}
.grey a:hover {
	color: #353535;
}
.blue {
	color: #3394e6;
}
.orange {
	color: #e85319;
}

.cover {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

/* Other items configurations */
ul {
	padding-left: 40px;
	list-style: disc outside;
	margin-top: 1em;
	margin-bottom: 1em;
}
ol {
	padding-left: 40px;
	list-style: decimal outside;
	margin-top: 1em;
	margin-bottom: 1em;
}
.reset {
	list-style: none;
	margin: 0;
	padding: 0;
}

strong,
b {
	font-weight: bold;
}
em,
cite,
i {
	font-style: italic;
}
caption {
	text-align: left;
}
th,
td {
	vertical-align: middle;
}
small,
.small {
	font-size: 0.9em;
}
hr {
	height: 0;
	border: 0;
	border-top: 2px solid #eeeeef;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin: 20px 0;
}

.wrp {
	padding: 0 50px;
}
.mrg {
	margin-top: 75px;
}
.mb-100 {
	margin-bottom: 100px;
}
.mb-75 {
	margin-bottom: 75px;
}
.mb-55 {
	margin-bottom: 55px;
}
.mb-35 {
	margin-bottom: 35px;
}
.little {
	margin-top: 45px;
}

body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	min-width: 320px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	overflow-y: scroll;
}
.page {
	overflow: hidden;
	flex-grow: 1;
	padding-top: 60px;
}
.midside {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 30px;
}
.berrors {
	margin-top: 150px;
	margin-bottom: 50px;
	background-color: #ccc;
	color: #000;
	padding: 20px 50px;
}
.row-paddings {
	padding: 0 30px;
}

/* Form */
.content {
	padding-bottom: 120px !important;
}
.home-title {

}
form {
	display: block;
	max-width: 750px;
	margin: 0 auto;
}
.form-row {
	display: block;
	margin-bottom: 20px;
}
.form-row > label {
	display: block;
	margin-bottom: 6px;
}
.form-row > input {
	display: block;
	width: 100%;
}
.form-row .options {

}
.form-row .options > label {
	display: flex;
	align-items: center;
	margin-bottom: 6px;
}
.form-row .options > label.hide {
	display: none;
}
.form-row .options > label.row {
	flex-direction: column;
	align-items: flex-start;
}
.form-row .options > label:last-child {
	margin-bottom: 0;
}
.form-row .options > label > input {
	
}
.form-row .options > label > span {

}
.form-row.hidden-rows {

}
.form-row.button {
	
}
.form-row.button > .btn {
	
}
.form-row:last-child {
	margin-bottom: 0;
}
.row {
	margin-bottom: 20px;
}
.row > label {
    display: block;
    margin-bottom: 6px;
    color: #666;
}
.row > input {
	display: block;
	width: 100%;
}
.row > textarea {
	display: block;
	width: 100%;
}
.row:last-child {

}
/* Form */