:root
{
	--sys-controls: #db0521;
	--sys-background: #333;
	font-size: 1px;
}

@media all and (min-width: 1921px)
{
	:root
	{
		font-size: calc(0.1px + 0.048vmax);
	}
}

@font-face {
    font-family: "Montserrat";
    src: url(/swif/fonts/montserrat-regular.woff2?v=20211002) format("woff2"),
		url(/swif/fonts/montserrat-regular.woff?v=20211002) format("woff"),
		url(/swif/fonts/montserrat-regular.otf?v=20211002) format("opentype"),
		url(/swif/fonts/montserrat-regular.ttf?v=20211002) format("truetype");
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url(/swif/fonts/montserrat-bold.woff2?v=20211002) format("woff2"),
		url(/swif/fonts/montserrat-bold.woff?v=20211002) format("woff"),
		url(/swif/fonts/montserrat-bold.otf?v=20211002) format("opentype"),
		url(/swif/fonts/montserrat-bold.ttf?v=20211002) format("truetype");
    font-weight: bold;
    font-style: normal;
	font-display: swap;
}

/* global */
*
{	
    font-family: Montserrat, Arial, sans-serif;
    font-size: 16rem;
    font-weight: normal;
    line-height: 150%;
    padding: 0;
    margin: 0;
    cursor: default;
    color: #000;
    border: none;
    outline: none;
}

::-moz-focus-inner
{
	border: 0;
}

html, body
{
    width: 100%;
    height: 100%;
}
body,
body, *
{
	scrollbar-width: thin;
	scrollbar-color: #999 #f5f5f5;
}

body::-webkit-scrollbar,
body *::-webkit-scrollbar
{
	width: 8rem;
	height: 8rem;
}

body::-webkit-scrollbar-track,
body *::-webkit-scrollbar-track
{
	background: #f5f5f5;
}

body::-webkit-scrollbar-thumb,
body *::-webkit-scrollbar-thumb
{
	background: #999;
}

body::-webkit-scrollbar-thumb:hover,
body *::-webkit-scrollbar-thumb:hover
{
	background: #666;
}

table
{
    empty-cells: show;
}

a, a *, area, button, button *
{
    cursor: pointer!important;
}

a img
{
    text-decoration: none;
}

input, textarea, select, button
{
    outline: none;
}

.bold
{
    font-weight: bold;
}

.italic
{
    font-style: italic;
}

.nomargin
{
	margin: 0!important;
}

.aleft,
*[data-align='left']
{
    text-align: left!important;
}

.acenter,
*[data-align='center']
{
    text-align: center!important;
}

.ajustify,
*[data-align='justify']
{
    text-align: justify!important;
}

.aright,
*[data-align='right']
{
    text-align: right!important;
}

.fleft,
*[data-float='left']
{
    float: left!important;
}

.fright,
*[data-float='right']
{
    float: right!important;
}

.hidden
{
    display: none!important;
}

.transparent
{
	opacity: 0;
    filter: Alpha(style=0, opacity=0);
}

a,
button,
.button,
.-hth
{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none!important;
	-webkit-tap-highlight-color: transparent;
}

a:active, a:hover, a:focus, a:focused,
button:active, button:hover, button:focus, button:focused,
.button:active, .button:hover, .button:focus, .button:focused,
.-hth:active, .-hth:hover, .-hth:focus, .-hth:focused
{
	outline: none!important;
}

.reset
{
	line-height: 0!important;
	height: 0!important;
	overflow: hidden!important;
	font-size: 0!important;
	display: block!important;
	float: none!important;
	clear: both!important;
}

/* shade */
div#SWIF-shade
{
	background: rgba(234,234,234,0.95) center center no-repeat!important;
	position: fixed!important;
	left: 0!important;
	top: 0!important;
	z-index: 1000!important;
	width: 100%!important;
	height: 100vh!important;
}

/* dialog */
div#SWIF-dialog
{
    background-color: #f5f5f5;
    border-color: #0067CA;
}

div#SWIF-dialog.info
{
    background-image: url(/swif/images/bg-info.png?v=20160413);
}

div#SWIF-dialog.warning
{
    background-image: url(/swif/images/bg-warning.png?v=20160413);
}

div#SWIF-dialog.error
{
    background-image: url(/swif/images/bg-error.png?v=20160413);
}

div#SWIF-dialog.confirm
{
    background-image: url(/swif/images/bg-confirm.png?v=20160413);
}

div#SWIF-dialog.prompt
{
    background-image: url(/swif/images/bg-confirm.png?v=20160413);
}

div#SWIF-dialog-header
{
    background: #008DD2 url(/swif/images/bg-lighting.png) left top repeat-x;
    border-bottom-color: #0067CA;
    color: #fff;
    text-shadow: #0067CA -1rem -1rem;
}

input#SWIF-dialog-input
{
    background: #fff;
    border-color: #0067CA;
}

div#SWIF-dialog-content,
div#SWIF-dialog-content *
{
	font-size: 13rem;
}


div#SWIF-dialog-buttons button
{
    background: #008DD2 url(/swif/images/bg-lighting.png) left top repeat-x;
    border-color: #0067CA;
    color: #fff;
    text-shadow: #0067CA -1rem -1rem;
    transition: all 500ms;
    -webkit-transition: all 500ms;
}

div#SWIF-dialog-buttons button.focused
{
	border-color: #DF9200;
	-webkit-box-shadow: #DF9200 0 0 3rem;
	box-shadow: #DF9200 0 0 5rem;
}

div#SWIF-dialog-buttons button:hover
{
    background-color: #FFA500;
    border-color: #DF9200;
    text-shadow: #DF9200 -1rem -1rem;
}

div#SWIF-dialog-buttons button span
{
    color: #fff;
}

div#SWIF-support
{
    background-image: url(/swif/images/bg-support.png);
    transition: opacity 500ms;
    -webkit-transition: opacity 500ms;
}

button#SWIF-support-hide
{
    background-image: url(/swif/images/ico-hide-s.png);
}

button#SWIF-support-hide:hover
{
    background-position: center bottom!important;
}

/* control */
div.SWIF-control
{
    padding: 5rem;
	display: inline-block;
    overflow: visible;
    position: relative;
	vertical-align: top;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
}

div.SWIF-control div.SWIF-control
{
    padding: 0;
}

div.SWIF-control dfn,
div.SWIF-control datalist
{
    display: none!important;
}

div.SWIF-crlf
{
    display: block!important;
    height: 0;
    font-size: 0!important;
}

div.SWIF-control.crlf:before
{
	clear: both;
    content: "\A";
    white-space: pre;
	font-size: 0!important;
	height: 0!important;
	display: block;
}

div.SWIF-control div.required
{
    position: absolute;
    left: 2rem;
    bottom: 18rem;
    width: 7rem;
    height: 7rem;
    background: url(/swif/images/bg-required.png) left top no-repeat;
	background-size: 7rem 7rem;
    z-index: 1;
}

label.SWIF-label
{
    font-size: 10rem!important;
    line-height: 15rem;
    height: 15rem;
    color: #111;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
	display: block!important;
}

/* input components */
input.SWIF-textbox,
input.SWIF-passbox,
input.SWIF-mailbox,
input.SWIF-phonebox,
input.SWIF-numbox,
input.SWIF-datebox,
textarea.SWIF-textarea,
select.SWIF-selectbox
{
    border: 1rem solid #ccc;
    cursor: text;
    line-height: 17rem;
    height: 27rem;
    padding: 4rem;
    background: #fff 1rem 1rem no-repeat scroll;
    position: relative;
    z-index: 0;
    color: #111;
    font-size: 12rem!important;
	display: block!important;
	width: 100%;
    transition: box-shadow 500ms;
    -webkit-transition: -webkit-box-shadow 500ms;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* component checkbox */
input.SWIF-checkbox
{
    cursor: pointer;
    width: 15rem;
    height: 15rem;
	display: inline-block!important;
	vertical-align: middle;
}

label.SWIF-label.SWIF-checkbox
{
    font-size: 11rem;
    width: auto;
    cursor: pointer;
	display: inline-block!important;
	vertical-align: middle;
	white-space: normal!important;
	height: auto!important;
	min-height: 15rem!important;
	padding-left: 3rem;
}

/* component numbox */
input.SWIF-numbox
{
    text-align: right;
}

/* component datebox */
div.SWIF-datebox div.SWIF-datebox-calendar
{
    background: #f5f5f5;
    position: absolute;
    left: 5rem;
    top: calc(100% - 4rem);
    width: 237rem;
    height: auto;
    border: 1rem solid #ccc;
    padding: 5rem 0 5rem 3rem;
    margin-top: 0;
}

div.SWIF-datebox span.SWIF-datebox-hide
{
	float: right;
    margin-right: 5rem;
    width: 12rem;
    height: 12rem;
    background: transparent url(/swif/images/ico-hide-s.png) center top no-repeat;
    cursor: pointer;
	background-size: 100% auto;
}

div.SWIF-datebox span.SWIF-datebox-hide:hover
{
    background-position: center bottom;
}

div.SWIF-datebox div.SWIF-datebox-moves
{
    float: left;
    clear: both;
    width: 206rem;
}

div.SWIF-datebox div.SWIF-datebox-moves span
{
    float: left;
    width: 10rem;
    height: 10rem;
    background: transparent center top no-repeat;
    margin-left: 5rem;
    margin-top: 3rem;
	background-size: 100% auto;
}

div.SWIF-datebox div.SWIF-datebox-moves span:hover
{
    background-position: center bottom;
}

div.SWIF-datebox div.SWIF-datebox-moves span.SWIF-datebox-ym
{
    background-image: url(/swif/images/ico-calendar-bwd-s.png);
    margin-left: 12rem;
}

div.SWIF-datebox div.SWIF-datebox-moves span.SWIF-datebox-mm
{
    background-image: url(/swif/images/ico-calendar-prev-s.png);
}

div.SWIF-datebox div.SWIF-datebox-moves div.SWIF-datebox-month-and-year
{
    float: left;
    width: 104rem;
    height: 16rem;
    line-height: 16rem!important;
    margin-left: 2rem;
    text-align: center;
    font-weight: bold;
    font-size: 11rem!important;
    color: #666;
    white-space: nowrap;
	float: left;
}

div.SWIF-datebox div.SWIF-datebox-moves span.SWIF-datebox-mp
{
    background-image: url(/swif/images/ico-calendar-next-s.png);
}

div.SWIF-datebox div.SWIF-datebox-moves span.SWIF-datebox-yp
{
    background-image: url(/swif/images/ico-calendar-fwd-s.png);
}

div.SWIF-datebox div.SWIF-datebox-moves span.SWIF-datebox-today
{
    background-image: url(/swif/images/ico-calendar-now-s.png);
    margin-left: 2rem;
}

div.SWIF-datebox div.SWIF-datebox-labels
{
    clear: both;
    padding-top: 5rem;
    width: 232rem;
    display: grid;
	grid-template-columns: repeat(8, 1fr);
	grid-gap: 1rem;
}

div.SWIF-datebox div.SWIF-datebox-labels *
{
    display: block;
    height: 16rem;
    line-height: 16rem!important;
    font-weight: bold;
    font-size: 11rem!important;
    color: #666;
    text-align: center;
}

div.SWIF-datebox div.SWIF-datebox-weeknum
{
    font-size: 9rem;
    line-height: 20rem;
}

div.SWIF-datebox .SWIF-datebox-sunday
{
    color: #f66!important;
}

div.SWIF-datebox div.SWIF-datebox-line
{
    border-top: 1rem solid #ccc;
    height: 1rem;
    width: 230rem;
	float: left;
    clear: both;
    display: block;
    margin-top: 5rem;
    margin-left: 2rem;
}

div.SWIF-datebox div.SWIF-datebox-dates
{
    width: 232rem;
    padding-top: 5rem;
    display: grid;
	grid-template-columns: repeat(8, 1fr);
	grid-gap: 1rem;
}

div.SWIF-datebox div.SWIF-datebox-dates div
{
	display: block;
    height: 22rem;
    line-height: 20rem!important;
    font-size: 9rem!important;
    color: #666;
    text-align: center;
}

div.SWIF-datebox div.SWIF-datebox-dates span.SWIF-datebox-date
{
    display: block;
    height: 22rem;
	line-height: 20rem!important;
    border: 1rem solid #fff;
	box-sizing: border-box;
    font-weight: bold;
    font-size: 11rem!important;
    color: #666;
    text-align: center;
	background: #fff;
}

div.SWIF-datebox div.SWIF-datebox-dates span.SWIF-datebox-date:hover
{
    color: #000!important;
}

div.SWIF-datebox div.SWIF-datebox-dates span.SWIF-datebox-today
{
    border-color: var(--sys-controls)!important;
}

div.SWIF-datebox div.SWIF-datebox-dates span.SWIF-datebox-current
{
    border-color: var(--sys-controls)!important;
    background: var(--sys-controls)!important;
	color: #fff!important;
}

div.SWIF-datebox div.SWIF-datebox-dates span.SWIF-datebox-disabled
{
    color: #ccc!important;
    cursor: default!important;
}

div.SWIF-datebox div.SWIF-datebox-time
{
	float: left;
    clear: both;
    width: 200rem;
    height: 18rem;
    margin-top: 5rem;
    margin-left: -1rem;
}

div.SWIF-datebox div.SWIF-datebox-hour,
div.SWIF-datebox div.SWIF-datebox-minute,
div.SWIF-datebox div.SWIF-datebox-second
{
	float: left;
    width: 18rem;
    height: 18rem;
    line-height: 18rem!important;
    font-weight: bold;
    font-size: 11rem!important;
    margin-left: 5rem;
    padding-right: 2rem;
    text-align: center;
    color: #666;
}

div.SWIF-datebox div.SWIF-datebox-hour
{
    margin-left: 12rem;
}

div.SWIF-datebox div.SWIF-datebox-time span
{
	float: left;
    width: 9rem;
    height: 9rem;
    background: transparent center top no-repeat;
    margin-left: 5rem;
	background-size: 100% auto;
}

div.SWIF-datebox div.SWIF-datebox-time span:hover
{
    background-position: center bottom;
}

div.SWIF-datebox div.SWIF-datebox-time span.SWIF-datebox-hm,
div.SWIF-datebox div.SWIF-datebox-time span.SWIF-datebox-im,
div.SWIF-datebox div.SWIF-datebox-time span.SWIF-datebox-sm
{
    margin-top: 9rem;
    margin-left: -9rem;
    background-image: url(/swif/images/ico-calendar-down-s.png);
}

div.SWIF-datebox div.SWIF-datebox-time span.SWIF-datebox-hp,
div.SWIF-datebox div.SWIF-datebox-time span.SWIF-datebox-ip,
div.SWIF-datebox div.SWIF-datebox-time span.SWIF-datebox-sp
{
    background-image: url(/swif/images/ico-calendar-up-s.png);
}

div.SWIF-datebox div.SWIF-datebox-time span.SWIF-datebox-now
{
    margin-left: 2rem;
    margin-top: 3rem;
    width: 10rem;
    height: 10rem;
    background-image: url(/swif/images/ico-calendar-now-s.png);
}

/* component filebox */
div.SWIF-filebox
{
    width: calc(100% - 10rem)!important;
    height: 25rem;
    overflow: hidden;
    position: absolute;
    bottom: 5rem;
    right: 5rem;
}

div.SWIF-filebox input.SWIF-filebox
{
	width: calc(100% - 34rem);
    height: 27rem;
    line-height: 27rem;
    position: absolute;
    right: 34rem;
    top: -1rem;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}

div.SWIF-filebox img
{
    width: 20rem;
    height: 20rem;
    border: none;
    position: absolute;
    top: 1rem;
    right: 34rem;
    cursor: pointer;
    z-index: 0;
}

div.SWIF-filebox img+img
{
    right: 4rem;
}

div.SWIF-filebox input.SWIF-filebox.disabled
{
    cursor: default!important;
}

div.SWIF-filebox img.disabled
{
    cursor: default!important;
    opacity: 0.5;
}

/* component textarea */
textarea.SWIF-textarea
{
    height: auto;
    resize: vertical;
}

/* component selectbox */
select.SWIF-selectbox
{
    cursor: default;
    height: 27rem;
    line-height: 17rem;
}

select.SWIF-selectbox *
{
    padding: 3rem 0;
    font-size: 13rem;
}

body.safari select.SWIF-selectbox
{
    line-height: 21rem;
}

select.SWIF-selectbox optgroup
{
    font-weight: bold;
    font-style: italic;

}

select.SWIF-selectbox optgroup option
{
    background: #fff;
    font-size: 12rem;
}

body.firefox select.SWIF-selectbox optgroup option,
body.chrome select.SWIF-selectbox optgroup option,
body.opera select.SWIF-selectbox optgroup option,
body.mobile select.SWIF-selectbox optgroup option
{
    text-indent: 20rem;
}

/* component captchabox */
img.SWIF-captchabox
{
    border: 1rem solid #ccc;
    position: relative;
    z-index: 0;
    margin-bottom: -5rem;
    height: 48rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

button.SWIF-captchabox-reload
{
    border: none;
    position: absolute;
    z-index: 1;
    width: 48rem;
    height: 48rem;
    background: url(/swif/images/bg-captchabox-reload.png) center center no-repeat;
	background-size: 80% 80%;
    right: 1rem;
    top: calc(50% - 30rem);
    font-size: 0rem;
}

/* component button */
button.SWIF-button
{
    text-align: center;
    line-height: 100%;
    margin: 6rem 3rem 0rem 3rem;
    position: relative;
    letter-spacing: 0.5rem;
    background: var(--sys-controls);
    padding: 10rem 12rem!important;
    color: #fff!important;
    font-size: 11rem!important;
    font-weight: bold!important;
    text-shadow: 0 0 1rem rgba(0,0,0,0.5);
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
	text-transform: uppercase;
	opacity: 1;
	white-space: nowrap!important;
}

/*
button.SWIF-button.wimg
{
    text-align: left;
    padding-left: 38rem;
}
*/

button.SWIF-button img
{
    width: 24rem;
    height: 24rem;
    position: absolute;
    z-index: 1;
    left: 7rem;
    top: 50%;
    margin-top: -12rem;
}

/* input components specs */
input.SWIF-textbox.incorrect,
input.SWIF-passbox.incorrect,
input.SWIF-mailbox.incorrect,
input.SWIF-phonebox.incorrect,
input.SWIF-numbox.incorrect,
input.SWIF-datebox.incorrect,
textarea.SWIF-textarea.incorrect
{
    color: var(--sys-controls)!important;
}

input.SWIF-textbox.required,
input.SWIF-passbox.required,
input.SWIF-mailbox.required,
input.SWIF-phonebox.required,
input.SWIF-numbox.required,
input.SWIF-datebox.required,
textarea.SWIF-textarea.required,
select.SWIF-selectbox.required
{
    background-image: url(/swif/images/bg-required.png);
	background-size: 7rem 7rem;
}

input.SWIF-textbox.focused,
input.SWIF-passbox.focused,
input.SWIF-mailbox.focused,
input.SWIF-phonebox.focused,
input.SWIF-numbox.focused,
input.SWIF-datebox.focused,
textarea.SWIF-textarea.focused,
select.SWIF-selectbox.focused,
input.SWIF-checkbox.focused
{
    -webkit-box-shadow: 0 0 2rem 2rem var(--sys-controls);
    -moz-box-shadow: 0 0 2rem 2rem var(--sys-controls);
    box-shadow: 0 0 2rem 2rem var(--sys-controls);
}

body.chrome select.SWIF-selectbox.focused
{
    -webkit-appearance: none;
}

input.SWIF-textbox.disabled,
input.SWIF-passbox.disabled,
input.SWIF-mailbox.disabled,
input.SWIF-phonebox.disabled,
input.SWIF-numbox.disabled,
input.SWIF-datebox.disabled,
textarea.SWIF-textarea.disabled,
select.SWIF-selectbox.disabled
{
    background-color: #f9f9f9!important;
}

input.SWIF-checkbox.disabled,
input.SWIF-checkbox.disabled+dfn+label
{
    cursor: default!important;
}

select.SWIF-selectbox option[disabled]
{
    background-color: #eee!important;
}

button.SWIF-captchabox-reload.disabled
{
    cursor: default!important;
}

/* component button specs */
button.SWIF-button:not(.disabled):hover
{
    opacity: 0.75;
}

button.SWIF-button.focused
{
	-webkit-box-shadow: var(--sys-controls) 0 0 5rem;
	-moz-box-shadow: var(--sys-controls) 0 0 5rem;
	box-shadow: var(--sys-controls) 0 0 5rem;
}

button.SWIF-button.disabled
{
    background-color: #999!important;
    cursor: default!important;
    color: #ccc!important;
	opacity: 1!important;
}

button.SWIF-button.disabled img
{
    opacity: 0.2;
    filter: Alpha(style=0, opacity=20);
    cursor: default!important;
}

/* fieldset */
fieldset.SWIF-fieldset
{
    position: relative;
    display: block;
	width: 100%;
	font-size: 0!important;
}

*+fieldset.SWIF-fieldset
{
    margin-top: 15rem;
}

*+fieldset.SWIF-fieldset>legend.SWIF-fieldset-legend
{
	border-top: 1rem dotted #999!important;
}

fieldset.SWIF-fieldset>legend.SWIF-fieldset-legend
{
    font-weight: bold;
    color: #333;
    text-align: left;
    display: block!important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(100% - 10rem);
	position: relative;
	padding: 15rem 0 10rem 0;
	margin: 0 5rem;
    font-size: 14rem;
}

fieldset.SWIF-fieldset>legend.SWIF-fieldset-legend img
{
    position: absolute;
    left: 3rem;
    top: 3rem;
    width: 28rem;
    height: 28rem;
}

@media all and (max-width: 960px)
{
	div.SWIF-control
	{
		min-width: 50%!important;
	}
}

@media all and (max-width: 640px)
{
	div.SWIF-control
	{
		min-width: 100%!important;
	}
}
