
/*	Mobile  */
	@media screen and (max-width: 440px) {

		#Footer {
			width:100%;
			margin-left: auto;
			margin-right: auto;
			display: block;
			clear: both;
			padding-bottom: 2rem;
			padding-top: 1rem;
			border-top: 0.1rem solid var(--Palette2);
		}
		#Footer .Message {
			display: block;
			padding-top:2rem;
			text-align: center;
		}
		#Footer .Message P {
			margin:0;
			padding: 0;
			text-align:center;
			font-size: 1rem;
			line-height:1.5em;
			color:var(--Footer_Text_Color);
		}
		#Footer .Message P a {
			text-decoration: none;
		}
		#Footer .PartnerBox {
			width: 100%;
			display: flex;
			align-items: center;
			justify-content: center;
			flex-wrap: wrap;
			column-gap: 2rem;
			flex-direction: row;
			margin-top: 2rem;
		}
		#Footer .PartnerBox img {
			width: 8rem;
		}


	}

/*	Desktop  */
	@media screen and (min-width: 441px) {

		#Footer {
			display:block;
			clear: both;
			padding-bottom:3rem;
			margin-top:2rem;
			border-top: 0.1rem solid var(--Palette2);
		}
		#Footer .MessageBox {
			display: flex;
			margin-bottom: 2rem;
	        margin-top: 2rem;
			font-size: 1rem;
			align-items: flex-start;
			justify-content: space-around;
		}
		#Footer .Message {
			max-width:71.222rem;
			display: block;
			margin-left: auto;
			margin-right: auto;
			padding-top:2rem;
		}
		#Footer .Message.left,
		#Footer .Message.right {
			margin:0;
			padding: 0;
			font-size:0.9rem;
			line-height:1.5em;
			color:var(--Footer_Text_Color);
			text-align: end;
		}
		#Footer .Message.left p {
			margin:0;
			padding: 0;
			text-align:left;
			font-size:0.9rem;
			line-height:1.5em;
			color:var(--Footer_Text_Color);
			font-size: 0.85rem;
		}
		#Footer .Message.right p {
			margin:0;
			padding: 0;
			text-align:right;
			font-size:0.9rem;
			line-height:1.5em;
			color:var(--Footer_Text_Color);
			font-size: 0.85rem;
		}
		#Footer .Message.right a {
			margin:0;
			padding: 0;
			text-align:right;
			font-size:0.9rem;
			line-height:1.5em;
			color:var(--Palette1);
			text-decoration: none;
			font-size: 0.85rem;
		}
		#Footer .PartnerBox {
			width: 100%;
			display: flex;
			align-items: center;
			justify-content: center;
			flex-wrap: nowrap;
			column-gap: 2rem;
		}
		#Footer .PartnerBox img {
			width: 8rem;
		}
		

	}

