@-webkit-keyframes animatedJackBackgroundtoTop{from{background-position:0 0}to{background-position:0% -500%}}@keyframes animatedJackBackgroundtoTop{from{background-position:0 0}to{background-position:0% -500%}}@-webkit-keyframes animatedJackBackgroundtoBottom{from{background-position:0 0}to{background-position:0% 500%}}@keyframes animatedJackBackgroundtoBottom{from{background-position:0 0}to{background-position:0% 500%}}@-webkit-keyframes animatedJackBackgroundtoRight{from{background-position:0 0}to{background-position:500% 0%}}@keyframes animatedJackBackgroundtoRight{from{background-position:0 0}to{background-position:500% 0%}}@-webkit-keyframes animatedJackBackgroundtoLeft{from{background-position:0 0}to{background-position:-500% 0%}}@keyframes animatedJackBackgroundtoLeft{from{background-position:0 0}to{background-position:-500% 0%}}@-webkit-keyframes animatedJackBackgroundtoBottomRight{from{background-position:0 0}to{background-position:500% 500%}}@keyframes animatedJackBackgroundtoBottomRight{from{background-position:0 0}to{background-position:500% 500%}}@-webkit-keyframes animatedJackBackgroundtoTopRight{from{background-position:0 0}to{background-position:500% -500%}}@keyframes animatedJackBackgroundtoTopRight{from{background-position:0 0}to{background-position:500% -500%}}@-webkit-keyframes animatedJackBackgroundtoTopLeft{from{background-position:0 0}to{background-position:-500% -500%}}@keyframes animatedJackBackgroundtoTopLeft{from{background-position:0 0}to{background-position:-500% -500%}}@-webkit-keyframes animatedJackBackgroundtoBottomLeft{from{background-position:0 0}to{background-position:-500% 500%}}@keyframes animatedJackBackgroundtoBottomLeft{from{background-position:0 0}to{background-position:-500% 500%}}.com_joeworkman_stacks_jack4_stack > .jack{margin:0;padding:0;border:0;background:none;background-color:transparent;position:relative;display:block;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.com_joeworkman_stacks_jack4_stack > .jack.align-center{margin-left:auto !important;margin-right:auto !important}.com_joeworkman_stacks_jack4_stack > .jack.align-right{margin-left:auto !important}.com_joeworkman_stacks_jack4_stack > .jack.align-left{margin-right:auto !important}.com_joeworkman_stacks_jack4_stack > .jack.touch-device{background-attachment:scroll !important}.com_joeworkman_stacks_jack4_stack > .jack.bg-image{background-size:auto}.com_joeworkman_stacks_jack4_stack > .jack.bg-image.glass{z-index:1}.com_joeworkman_stacks_jack4_stack > .jack.bg-image.glass::after{background-size:auto;content:"";top:0;left:0;bottom:0;right:0;height:100%;position:absolute;z-index:-1}.com_joeworkman_stacks_jack4_stack > .jack.bg-image.bg-size-cover,.com_joeworkman_stacks_jack4_stack > .jack.bg-image.bg-size-cover.glass::after{background-size:cover}.com_joeworkman_stacks_jack4_stack > .jack.bg-image.bg-size-contain,.com_joeworkman_stacks_jack4_stack > .jack.bg-image.bg-size-contain.glass::after{background-size:contain}.com_joeworkman_stacks_jack4_stack > .jack.bg-image.bg-size-fill,.com_joeworkman_stacks_jack4_stack > .jack.bg-image.bg-size-fill.glass::after{background-size:100% 100%}.com_joeworkman_stacks_jack4_stack > .jack.corner-shadow::before,.com_joeworkman_stacks_jack4_stack > .jack.corner-shadow::after,.com_joeworkman_stacks_jack4_stack > .jack.peek-shadow::before,.com_joeworkman_stacks_jack4_stack > .jack.peek-shadow::after{z-index:-1;position:absolute;content:"";height:auto;background-color:transparent}.com_joeworkman_stacks_jack4_stack > .jack.corner-shadow::before,.com_joeworkman_stacks_jack4_stack > .jack.corner-shadow::after{width:50%;top:50%}.com_joeworkman_stacks_jack4_stack > .jack.scroll-x{overflow-x:auto !important;white-space:nowrap;-webkit-overflow-scrolling:touch}.com_joeworkman_stacks_jack4_stack > .jack.scroll-x > .stacks_out{display:inline-block;white-space:nowrap}.com_joeworkman_stacks_jack4_stack > .jack.scroll-y{overflow-y:auto !important;-webkit-overflow-scrolling:touch}
a.block-link{display:block;text-decoration:none !important;padding:0;margin:0;color:inherit}a.block-link:link,a.block-link:visited,a.block-link:hover,a.block-link:active{color:inherit}
@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes elxr_bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes elxr_bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.elxr_bounce {
  -webkit-animation-name: elxr_bounce;
  animation-name: elxr_bounce;
}

@-webkit-keyframes elxr_flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes elxr_flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.elxr_flash {
  -webkit-animation-name: elxr_flash;
  animation-name: elxr_flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes elxr_pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes elxr_pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.elxr_pulse {
  -webkit-animation-name: elxr_pulse;
  animation-name: elxr_pulse;
}

@-webkit-keyframes elxr_rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }

  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes elxr_rubberBand {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }

  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.elxr_rubberBand {
  -webkit-animation-name: elxr_rubberBand;
  animation-name: elxr_rubberBand;
}

@-webkit-keyframes elxr_shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes elxr_shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.elxr_shake {
  -webkit-animation-name: elxr_shake;
  animation-name: elxr_shake;
}

@-webkit-keyframes elxr_swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes elxr_swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.elxr_swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: elxr_swing;
  animation-name: elxr_swing;
}

@-webkit-keyframes elxr_tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes elxr_tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.elxr_tada {
  -webkit-animation-name: elxr_tada;
  animation-name: elxr_tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes elxr_wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes elxr_wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.elxr_wobble {
  -webkit-animation-name: elxr_wobble;
  animation-name: elxr_wobble;
}

@-webkit-keyframes elxr_bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes elxr_bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.elxr_bounceIn {
  -webkit-animation-name: elxr_bounceIn;
  animation-name: elxr_bounceIn;
}

@-webkit-keyframes elxr_bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes elxr_bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.elxr_bounceInDown {
  -webkit-animation-name: elxr_bounceInDown;
  animation-name: elxr_bounceInDown;
}

@-webkit-keyframes elxr_bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes elxr_bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.elxr_bounceInLeft {
  -webkit-animation-name: elxr_bounceInLeft;
  animation-name: elxr_bounceInLeft;
}

@-webkit-keyframes elxr_bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes elxr_bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.elxr_bounceInRight {
  -webkit-animation-name: elxr_bounceInRight;
  animation-name: elxr_bounceInRight;
}

@-webkit-keyframes elxr_bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes elxr_bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.elxr_bounceInUp {
  -webkit-animation-name: elxr_bounceInUp;
  animation-name: elxr_bounceInUp;
}

@-webkit-keyframes elxr_bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}

@keyframes elxr_bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

.elxr_bounceOut {
  -webkit-animation-name: elxr_bounceOut;
  animation-name: elxr_bounceOut;
}

@-webkit-keyframes elxr_bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes elxr_bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.elxr_bounceOutDown {
  -webkit-animation-name: elxr_bounceOutDown;
  animation-name: elxr_bounceOutDown;
}

@-webkit-keyframes elxr_bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes elxr_bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.elxr_bounceOutLeft {
  -webkit-animation-name: elxr_bounceOutLeft;
  animation-name: elxr_bounceOutLeft;
}

@-webkit-keyframes elxr_bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes elxr_bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.elxr_bounceOutRight {
  -webkit-animation-name: elxr_bounceOutRight;
  animation-name: elxr_bounceOutRight;
}

@-webkit-keyframes elxr_bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes elxr_bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.elxr_bounceOutUp {
  -webkit-animation-name: elxr_bounceOutUp;
  animation-name: elxr_bounceOutUp;
}

@-webkit-keyframes elxr_fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes elxr_fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.elxr_fadeIn {
  -webkit-animation-name: elxr_fadeIn;
  animation-name: elxr_fadeIn;
}

@-webkit-keyframes elxr_fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes elxr_fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.elxr_fadeInDown {
  -webkit-animation-name: elxr_fadeInDown;
  animation-name: elxr_fadeInDown;
}

@-webkit-keyframes elxr_fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes elxr_fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.elxr_fadeInDownBig {
  -webkit-animation-name: elxr_fadeInDownBig;
  animation-name: elxr_fadeInDownBig;
}

@-webkit-keyframes elxr_fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes elxr_fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.elxr_fadeInLeft {
  -webkit-animation-name: elxr_fadeInLeft;
  animation-name: elxr_fadeInLeft;
}

@-webkit-keyframes elxr_fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes elxr_fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.elxr_fadeInLeftBig {
  -webkit-animation-name: elxr_fadeInLeftBig;
  animation-name: elxr_fadeInLeftBig;
}

@-webkit-keyframes elxr_fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes elxr_fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.elxr_fadeInRight {
  -webkit-animation-name: elxr_fadeInRight;
  animation-name: elxr_fadeInRight;
}

@-webkit-keyframes elxr_fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes elxr_fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.elxr_fadeInRightBig {
  -webkit-animation-name: elxr_fadeInRightBig;
  animation-name: elxr_fadeInRightBig;
}

@-webkit-keyframes elxr_fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes elxr_fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.elxr_fadeInUp {
  -webkit-animation-name: elxr_fadeInUp;
  animation-name: elxr_fadeInUp;
}

@-webkit-keyframes elxr_fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes elxr_fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.elxr_fadeInUpBig {
  -webkit-animation-name: elxr_fadeInUpBig;
  animation-name: elxr_fadeInUpBig;
}

@-webkit-keyframes elxr_fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes elxr_fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.elxr_fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes elxr_fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes elxr_fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.elxr_fadeOutDown {
  -webkit-animation-name: elxr_fadeOutDown;
  animation-name: elxr_fadeOutDown;
}

@-webkit-keyframes elxr_fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes elxr_fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.elxr_fadeOutDownBig {
  -webkit-animation-name: elxr_fadeOutDownBig;
  animation-name: elxr_fadeOutDownBig;
}

@-webkit-keyframes elxr_fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes elxr_fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.elxr_fadeOutLeft {
  -webkit-animation-name: elxr_fadeOutLeft;
  animation-name: elxr_fadeOutLeft;
}

@-webkit-keyframes elxr_fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes elxr_fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.elxr_fadeOutLeftBig {
  -webkit-animation-name: elxr_fadeOutLeftBig;
  animation-name: elxr_fadeOutLeftBig;
}

@-webkit-keyframes elxr_fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes elxr_fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.elxr_fadeOutRight {
  -webkit-animation-name: elxr_fadeOutRight;
  animation-name: elxr_fadeOutRight;
}

@-webkit-keyframes elxr_fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes elxr_fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.elxr_fadeOutRightBig {
  -webkit-animation-name: elxr_fadeOutRightBig;
  animation-name: elxr_fadeOutRightBig;
}

@-webkit-keyframes elxr_fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes elxr_fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.elxr_fadeOutUp {
  -webkit-animation-name: elxr_fadeOutUp;
  animation-name: elxr_fadeOutUp;
}

@-webkit-keyframes elxr_fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes elxr_fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.elxr_fadeOutUpBig {
  -webkit-animation-name: elxr_fadeOutUpBig;
  animation-name: elxr_fadeOutUpBig;
}

@-webkit-keyframes elxr_flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes elxr_flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.elxr_flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: elxr_flip;
  animation-name: elxr_flip;
}

@-webkit-keyframes elxr_flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes elxr_flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.elxr_flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: elxr_flipInX;
  animation-name: elxr_flipInX;
}

@-webkit-keyframes elxr_flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes elxr_flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.elxr_flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: elxr_flipInY;
  animation-name: elxr_flipInY;
}

@-webkit-keyframes elxr_flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes elxr_flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.elxr_flipOutX {
  -webkit-animation-name: elxr_flipOutX;
  animation-name: elxr_flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes elxr_flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes elxr_flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.elxr_flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: elxr_flipOutY;
  animation-name: elxr_flipOutY;
}

@-webkit-keyframes elxr_lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes elxr_lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.elxr_lightSpeedIn {
  -webkit-animation-name: elxr_lightSpeedIn;
  animation-name: elxr_lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes elxr_lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes elxr_lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.elxr_lightSpeedOut {
  -webkit-animation-name: elxr_lightSpeedOut;
  animation-name: elxr_lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes elxr_rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes elxr_rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.elxr_rotateIn {
  -webkit-animation-name: elxr_rotateIn;
  animation-name: elxr_rotateIn;
}

@-webkit-keyframes elxr_rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes elxr_rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.elxr_rotateInDownLeft {
  -webkit-animation-name: elxr_rotateInDownLeft;
  animation-name: elxr_rotateInDownLeft;
}

@-webkit-keyframes elxr_rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes elxr_rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.elxr_rotateInDownRight {
  -webkit-animation-name: elxr_rotateInDownRight;
  animation-name: elxr_rotateInDownRight;
}

@-webkit-keyframes elxr_rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes elxr_rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.elxr_rotateInUpLeft {
  -webkit-animation-name: elxr_rotateInUpLeft;
  animation-name: elxr_rotateInUpLeft;
}

@-webkit-keyframes elxr_rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes elxr_rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.elxr_rotateInUpRight {
  -webkit-animation-name: elxr_rotateInUpRight;
  animation-name: elxr_rotateInUpRight;
}

@-webkit-keyframes elxr_rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes elxr_rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.elxr_rotateOut {
  -webkit-animation-name: elxr_rotateOut;
  animation-name: elxr_rotateOut;
}

@-webkit-keyframes elxr_rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes elxr_rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.elxr_rotateOutDownLeft {
  -webkit-animation-name: elxr_rotateOutDownLeft;
  animation-name: elxr_rotateOutDownLeft;
}

@-webkit-keyframes elxr_rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes elxr_rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.elxr_rotateOutDownRight {
  -webkit-animation-name: elxr_rotateOutDownRight;
  animation-name: elxr_rotateOutDownRight;
}

@-webkit-keyframes elxr_rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes elxr_rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.elxr_rotateOutUpLeft {
  -webkit-animation-name: elxr_rotateOutUpLeft;
  animation-name: elxr_rotateOutUpLeft;
}

@-webkit-keyframes elxr_rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes elxr_rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.elxr_rotateOutUpRight {
  -webkit-animation-name: elxr_rotateOutUpRight;
  animation-name: elxr_rotateOutUpRight;
}

@-webkit-keyframes elxr_slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes elxr_slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.elxr_slideInDown {
  -webkit-animation-name: elxr_slideInDown;
  animation-name: elxr_slideInDown;
}

@-webkit-keyframes elxr_slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes elxr_slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.elxr_slideInLeft {
  -webkit-animation-name: elxr_slideInLeft;
  animation-name: elxr_slideInLeft;
}

@-webkit-keyframes elxr_slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes elxr_slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.elxr_slideInRight {
  -webkit-animation-name: elxr_slideInRight;
  animation-name: elxr_slideInRight;
}

@-webkit-keyframes elxr_slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes elxr_slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.elxr_slideOutLeft {
  -webkit-animation-name: elxr_slideOutLeft;
  animation-name: elxr_slideOutLeft;
}

@-webkit-keyframes elxr_slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes elxr_slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.elxr_slideOutRight {
  -webkit-animation-name: elxr_slideOutRight;
  animation-name: elxr_slideOutRight;
}

@-webkit-keyframes elxr_slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes elxr_slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.elxr_slideOutUp {
  -webkit-animation-name: elxr_slideOutUp;
  animation-name: elxr_slideOutUp;
}

@-webkit-keyframes elxr_slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes elxr_slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.elxr_slideInUp {
  -webkit-animation-name: elxr_slideInUp;
  animation-name: elxr_slideInUp;
}

@-webkit-keyframes elxr_slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes elxr_slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.elxr_slideOutDown {
  -webkit-animation-name: elxr_slideOutDown;
  animation-name: elxr_slideOutDown;
}

@-webkit-keyframes elxr_hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes elxr_hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.elxr_hinge {
  -webkit-animation-name: elxr_hinge;
  animation-name: elxr_hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes elxr_rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes elxr_rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.elxr_rollIn {
  -webkit-animation-name: elxr_rollIn;
  animation-name: elxr_rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes elxr_rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes elxr_rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.elxr_rollOut {
  -webkit-animation-name: elxr_rollOut;
  animation-name: elxr_rollOut;
}

@-webkit-keyframes elxr_zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes elxr_zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
  }
}

.elxr_zoomIn {
  -webkit-animation-name: elxr_zoomIn;
  animation-name: elxr_zoomIn;
}

@-webkit-keyframes elxr_zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes elxr_zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    -ms-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    -ms-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.elxr_zoomInDown {
  -webkit-animation-name: elxr_zoomInDown;
  animation-name: elxr_zoomInDown;
}

@-webkit-keyframes elxr_zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(48px);
    transform: scale(.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes elxr_zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    -ms-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(48px);
    -ms-transform: scale(.475) translateX(48px);
    transform: scale(.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.elxr_zoomInLeft {
  -webkit-animation-name: elxr_zoomInLeft;
  animation-name: elxr_zoomInLeft;
}

@-webkit-keyframes elxr_zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-48px);
    transform: scale(.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes elxr_zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    -ms-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-48px);
    -ms-transform: scale(.475) translateX(-48px);
    transform: scale(.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.elxr_zoomInRight {
  -webkit-animation-name: elxr_zoomInRight;
  animation-name: elxr_zoomInRight;
}

@-webkit-keyframes elxr_zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes elxr_zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    -ms-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    -ms-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.elxr_zoomInUp {
  -webkit-animation-name: elxr_zoomInUp;
  animation-name: elxr_zoomInUp;
}

@-webkit-keyframes elxr_zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes elxr_zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  100% {
    opacity: 0;
  }
}

.elxr_zoomOut {
  -webkit-animation-name: elxr_zoomOut;
  animation-name: elxr_zoomOut;
}

@-webkit-keyframes elxr_zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

@keyframes elxr_zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    -ms-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    -ms-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

.elxr_zoomOutDown {
  -webkit-animation-name: elxr_zoomOutDown;
  animation-name: elxr_zoomOutDown;
}

@-webkit-keyframes elxr_zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(42px);
    transform: scale(.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes elxr_zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(42px);
    -ms-transform: scale(.475) translateX(42px);
    transform: scale(.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    -ms-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}

.elxr_zoomOutLeft {
  -webkit-animation-name: elxr_zoomOutLeft;
  animation-name: elxr_zoomOutLeft;
}

@-webkit-keyframes elxr_zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-42px);
    transform: scale(.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes elxr_zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-42px);
    -ms-transform: scale(.475) translateX(-42px);
    transform: scale(.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    -ms-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}

.elxr_zoomOutRight {
  -webkit-animation-name: elxr_zoomOutRight;
  animation-name: elxr_zoomOutRight;
}

@-webkit-keyframes elxr_zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}

@keyframes elxr_zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    -ms-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    -ms-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
  }
}

.elxr_zoomOutUp {
  -webkit-animation-name: elxr_zoomOutUp;
  animation-name: elxr_zoomOutUp;
}



@charset "UTF-8";/*!
Magic - http://minimamente.com
Licensed under the MIT license

Copyright (c) 2014 Christian Pucci

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.magictime {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.elxr_elxr_perspectiveDownRetourn {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: elxr_perspectiveDownRetourn;
  -moz-animation-name: elxr_perspectiveDownRetourn;
  -ms-animation-name: elxr_perspectiveDownRetourn;
  -o-animation-name: elxr_perspectiveDownRetourn;
  animation-name: elxr_perspectiveDownRetourn;
}
.elxr_elxr_perspectiveLeftRetourn {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: elxr_perspectiveLeftRetourn;
  -moz-animation-name: elxr_perspectiveLeftRetourn;
  -ms-animation-name: elxr_perspectiveLeftRetourn;
  -o-animation-name: elxr_perspectiveLeftRetourn;
  animation-name: elxr_perspectiveLeftRetourn;
}
.elxr_elxr_perspectiveRightRetourn {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: elxr_perspectiveRightRetourn;
  -moz-animation-name: elxr_perspectiveRightRetourn;
  -ms-animation-name: elxr_perspectiveRightRetourn;
  -o-animation-name: elxr_perspectiveRightRetourn;
  animation-name: elxr_perspectiveRightRetourn;
}
.elxr_elxr_perspectiveUpRetourn {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: elxr_perspectiveUpRetourn;
  -moz-animation-name: elxr_perspectiveUpRetourn;
  -ms-animation-name: elxr_perspectiveUpRetourn;
  -o-animation-name: elxr_perspectiveUpRetourn;
  animation-name: elxr_perspectiveUpRetourn;
}
.elxr_elxr_puffIn {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: elxr_puffIn;
  -moz-animation-name: elxr_puffIn;
  -ms-animation-name: elxr_puffIn;
  -o-animation-name: elxr_puffIn;
  animation-name: elxr_puffIn;
  -webkit-animation-fill-mode: none;
  -moz-animation-fill-mode: none;
  -ms-animation-fill-mode: none;
  -o-animation-fill-mode: none;
  animation-fill-mode: none;
}
.elxr_elxr_twisterInUp {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: elxr_twisterInUp;
  -moz-animation-name: elxr_twisterInUp;
  -ms-animation-name: elxr_twisterInUp;
  -o-animation-name: elxr_twisterInUp;
  animation-name: elxr_twisterInUp;
}
.elxr_elxr_vanishIn {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: elxr_vanishIn;
  -moz-animation-name: elxr_vanishIn;
  -ms-animation-name: elxr_vanishIn;
  -o-animation-name: elxr_vanishIn;
  animation-name: elxr_vanishIn;
}
.elxr_elxr_tinRightIn {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: elxr_tinRightIn;
  -moz-animation-name: elxr_tinRightIn;
  -ms-animation-name: elxr_tinRightIn;
  -o-animation-name: elxr_tinRightIn;
  animation-name: elxr_tinRightIn;
}
.elxr_elxr_tinLeftIn {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: elxr_tinLeftIn;
  -moz-animation-name: elxr_tinLeftIn;
  -ms-animation-name: elxr_tinLeftIn;
  -o-animation-name: elxr_tinLeftIn;
  animation-name: elxr_tinLeftIn;
}


@-moz-keyframes elxr_perspectiveDownRetourn {
  0% {
    opacity: 0;
    -moz-transform-origin: 0 100%;
    -moz-transform: perspective(800px) rotateX(-180deg);
  }

  100% {
    opacity: 1;
    -moz-transform-origin: 0 100%;
    -moz-transform: perspective(800px) rotateX(0deg);
  }
}
@-webkit-keyframes elxr_perspectiveDownRetourn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 100%;
    -webkit-transform: perspective(800px) rotateX(-180deg);
  }

  100% {
    opacity: 1;
    -webkit-transform-origin: 0 100%;
    -webkit-transform: perspective(800px) rotateX(0deg);
  }
}
@-o-keyframes elxr_perspectiveDownRetourn {
  0% {
    opacity: 0;
    -o-transform-origin: 0 100%;
    -o-transform: perspective(800px) rotateX(-180deg);
  }

  100% {
    opacity: 1;
    -o-transform-origin: 0 100%;
    -o-transform: perspective(800px) rotateX(0deg);
  }
}
@-ms-keyframes elxr_perspectiveDownRetourn {
  0% {
    opacity: 0;
    -ms-transform-origin: 0 100%;
    -ms-transform: perspective(800px) rotateX(-180deg);
  }

  100% {
    opacity: 1;
    -ms-transform-origin: 0 100%;
    -ms-transform: perspective(800px) rotateX(0deg);
  }
}
@keyframes elxr_perspectiveDownRetourn {
  0% {
    opacity: 0;
    transform-origin: 0 100%;
    transform: perspective(800px) rotateX(-180deg);
  }

  100% {
    opacity: 1;
    transform-origin: 0 100%;
    transform: perspective(800px) rotateX(0deg);
  }
}
@-moz-keyframes elxr_perspectiveLeftRetourn {
  0% {
    opacity: 0;
    -moz-transform-origin: 0 0;
    -moz-transform: perspective(800px) rotateY(-180deg);
  }

  100% {
    opacity: 1;
    -moz-transform-origin: 0 0;
    -moz-transform: perspective(800px) rotateY(0deg);
  }
}
@-webkit-keyframes elxr_perspectiveLeftRetourn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform: perspective(800px) rotateY(-180deg);
  }

  100% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    -webkit-transform: perspective(800px) rotateY(0deg);
  }
}
@-o-keyframes elxr_perspectiveLeftRetourn {
  0% {
    opacity: 0;
    -o-transform-origin: 0 0;
    -o-transform: perspective(800px) rotateY(-180deg);
  }

  100% {
    opacity: 1;
    -o-transform-origin: 0 0;
    -o-transform: perspective(800px) rotateY(0deg);
  }
}
@-ms-keyframes elxr_perspectiveLeftRetourn {
  0% {
    opacity: 0;
    -ms-transform-origin: 0 0;
    -ms-transform: perspective(800px) rotateY(-180deg);
  }

  100% {
    opacity: 1;
    -ms-transform-origin: 0 0;
    -ms-transform: perspective(800px) rotateY(0deg);
  }
}
@keyframes elxr_perspectiveLeftRetourn {
  0% {
    opacity: 0;
    transform-origin: 0 0;
    transform: perspective(800px) rotateY(-180deg);
  }

  100% {
    opacity: 1;
    transform-origin: 0 0;
    transform: perspective(800px) rotateY(0deg);
  }
}
@-moz-keyframes elxr_perspectiveRightRetourn {
  0% {
    opacity: 0;
    -moz-transform-origin: 100% 0;
    -moz-transform: perspective(800px) rotateY(180deg);
  }

  100% {
    opacity: 1;
    -moz-transform-origin: 100% 0;
    -moz-transform: perspective(800px) rotateY(0deg);
  }
}
@-webkit-keyframes elxr_perspectiveRightRetourn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 100% 0;
    -webkit-transform: perspective(800px) rotateY(180deg);
  }

  100% {
    opacity: 1;
    -webkit-transform-origin: 100% 0;
    -webkit-transform: perspective(800px) rotateY(0deg);
  }
}
@-o-keyframes elxr_perspectiveRightRetourn {
  0% {
    opacity: 0;
    -o-transform-origin: 100% 0;
    -o-transform: perspective(800px) rotateY(180deg);
  }

  100% {
    opacity: 1;
    -o-transform-origin: 100% 0;
    -o-transform: perspective(800px) rotateY(0deg);
  }
}
@-ms-keyframes elxr_perspectiveRightRetourn {
  0% {
    opacity: 0;
    -ms-transform-origin: 100% 0;
    -ms-transform: perspective(800px) rotateY(180deg);
  }

  100% {
    opacity: 1;
    -ms-transform-origin: 100% 0;
    -ms-transform: perspective(800px) rotateY(0deg);
  }
}
@keyframes elxr_perspectiveRightRetourn {
  0% {
    opacity: 0;
    transform-origin: 100% 0;
    transform: perspective(800px) rotateY(180deg);
  }

  100% {
    opacity: 1;
    transform-origin: 100% 0;
    transform: perspective(800px) rotateY(0deg);
  }
}
@-moz-keyframes elxr_perspectiveUpRetourn {
  0% {
    opacity: 0;
    -moz-transform-origin: 0 0;
    -moz-transform: perspective(800px) rotateX(180deg);
  }

  100% {
    opacity: 1;
    -moz-transform-origin: 0 0;
    -moz-transform: perspective(800px) rotateX(0deg);
  }
}
@-webkit-keyframes elxr_perspectiveUpRetourn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform: perspective(800px) rotateX(180deg);
  }

  100% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    -webkit-transform: perspective(800px) rotateX(0deg);
  }
}
@-o-keyframes elxr_perspectiveUpRetourn {
  0% {
    opacity: 0;
    -o-transform-origin: 0 0;
    -o-transform: perspective(800px) rotateX(180deg);
  }

  100% {
    opacity: 1;
    -o-transform-origin: 0 0;
    -o-transform: perspective(800px) rotateX(0deg);
  }
}
@-ms-keyframes elxr_perspectiveUpRetourn {
  0% {
    opacity: 0;
    -ms-transform-origin: 0 0;
    -ms-transform: perspective(800px) rotateX(180deg);
  }

  100% {
    opacity: 1;
    -ms-transform-origin: 0 0;
    -ms-transform: perspective(800px) rotateX(0deg);
  }
}
@keyframes elxr_perspectiveUpRetourn {
  0% {
    opacity: 0;
    transform-origin: 0 0;
    transform: perspective(800px) rotateX(180deg);
  }

  100% {
    opacity: 1;
    transform-origin: 0 0;
    transform: perspective(800px) rotateX(0deg);
  }
}
@-webkit-keyframes elxr_puffIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(2,2);
    -webkit-filter: blur(2px);
  }

  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1,1);
    -webkit-filter: blur(0px);
  }
}
@keyframes elxr_puffIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(2,2);
    filter: blur(2px);
  }

  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1,1);
    filter: blur(0px);
  }
}
@-moz-keyframes elxr_twisterInUp {
  0% {
    opacity: 0;
    -moz-transform-origin: 100% 0;
    -moz-transform: scale(0, 0) rotate(360deg) translateY(100%);
  }

  30% {
    -moz-transform-origin: 100% 0;
    -moz-transform: scale(0, 0) rotate(360deg) translateY(100%);
  }

  100% {
    opacity: 1;
    -moz-transform-origin: 0 0;
    -moz-transform: scale(1, 1) rotate(0deg) translateY(0);
  }
}
@-webkit-keyframes elxr_twisterInUp {
  0% {
    opacity: 0;
    -webkit-transform-origin: 100% 0;
    -webkit-transform: scale(0, 0) rotate(360deg) translateY(100%);
  }

  30% {
    -webkit-transform-origin: 100% 0;
    -webkit-transform: scale(0, 0) rotate(360deg) translateY(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    -webkit-transform: scale(1, 1) rotate(0deg) translateY(0);
  }
}
@-o-keyframes elxr_twisterInUp {
  0% {
    opacity: 0;
    -o-transform-origin: 100% 0;
    -o-transform: scale(0, 0) rotate(360deg) translateY(100%);
  }

  30% {
    -o-transform-origin: 100% 0;
    -o-transform: scale(0, 0) rotate(360deg) translateY(100%);
  }

  100% {
    opacity: 1;
    -o-transform-origin: 0 0;
    -o-transform: scale(1, 1) rotate(0deg) translateY(0);
  }
}
@-ms-keyframes elxr_twisterInUp {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-transform-origin: 100% 0;
    -ms-transform: scale(0, 0) rotate(360deg) translateY(100%);
  }

  30% {;
    -ms-transform-origin: 100% 0;
    -ms-transform: scale(0, 0) rotate(360deg) translateY(100%);
  }

  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform-origin: 0 0;
    -ms-transform: scale(1, 1) rotate(0deg) translateY(0);
  }
}
@keyframes elxr_twisterInUp {
  0% {
    opacity: 0;
    transform-origin: 100% 0;
    transform: scale(0, 0) rotate(360deg) translateY(100%);
  }

  30% {
    transform-origin: 100% 0;
    transform: scale(0, 0) rotate(360deg) translateY(100%);
  }

  100% {
    opacity: 1;
    transform-origin: 0 0;
    transform: scale(1, 1) rotate(0deg) translateY(0);
  }
}
@-moz-keyframes elxr_vanishIn {
  0% {
    opacity: 0;
    -moz-transform-origin: 50% 50%;
    -moz-transform: scale(2, 2);
    -webkit-filter: blur(90px);
  }

  100% {
    opacity: 1;
    -moz-transform-origin: 50% 50%;
    -moz-transform: scale(1, 1);
    -webkit-filter: blur(0px);
  }
}
@-webkit-keyframes elxr_vanishIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(2, 2);
    -webkit-filter: blur(90px);
  }

  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
    -webkit-filter: blur(0px);
  }
}
@-o-keyframes elxr_vanishIn {
  0% {
    opacity: 0;
    -o-transform-origin: 50% 50%;
    -o-transform: scale(2, 2);
    -webkit-filter: blur(90px);
  }

  100% {
    opacity: 1;
    -o-transform-origin: 50% 50%;
    -o-transform: scale(1, 1);
    -webkit-filter: blur(0px);
  }
}
@-ms-keyframes elxr_vanishIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-transform-origin: 50% 50%;
    -ms-transform: scale(2, 2);
    -webkit-filter: blur(90px);
  }

  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform-origin: 50% 50%;
    -ms-transform: scale(1, 1);
    -webkit-filter: blur(0px);
  }
}
@keyframes elxr_vanishIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(2, 2);
    -webkit-filter: blur(90px);
  }

  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
    -webkit-filter: blur(0px);
  }
}
@-moz-keyframes elxr_tinRightIn {
  0% {
    opacity: 0;
    -moz-transform: scale(1, 1) translateX(900%);
  }

  50%, 70%, 90% {
    opacity: 1;
    -moz-transform: scale(1.1, 1.1) translateX(0);
  }

  60%, 80%, 100% {
    opacity: 1;
    -moz-transform: scale(1, 1) translateX(0);
  }
}
@-webkit-keyframes elxr_tinRightIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 1) translateX(900%);
  }

  50%, 70%, 90% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1) translateX(0);
  }

  60%, 80%, 100% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translateX(0);
  }
}
@-o-keyframes elxr_tinRightIn {
  0% {
    opacity: 0;
    -o-transform: scale(1, 1) translateX(900%);
  }

  50%, 70%, 90% {
    opacity: 1;
    -o-transform: scale(1.1, 1.1) translateX(0);
  }

  60%, 80%, 100% {
    opacity: 1;
    -o-transform: scale(1, 1) translateX(0);
  }
}
@-ms-keyframes elxr_tinRightIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-transform: scale(1, 1) translateX(900%);
  }

  50%, 70%, 90% {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: scale(1.1, 1.1) translateX(0);
  }

  60%, 80%, 100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: scale(1, 1) translateX(0);
  }
}
@keyframes elxr_tinRightIn {
  0% {
    opacity: 0;
    transform: scale(1, 1) translateX(900%);
  }

  50%, 70%, 90% {
    opacity: 1;
    transform: scale(1.1, 1.1) translateX(0);
  }

  60%, 80%, 100% {
    opacity: 1;
    transform: scale(1, 1) translateX(0);
  }
}
@-moz-keyframes elxr_tinLeftIn {
  0% {
    opacity: 0;
    -moz-transform: scale(1, 1) translateX(-900%);
  }

  50%, 70%, 90% {
    opacity: 1;
    -moz-transform: scale(1.1, 1.1) translateX(0);
  }

  60%, 80%, 100% {
    opacity: 1;
    -moz-transform: scale(1, 1) translateX(0);
  }
}
@-webkit-keyframes elxr_tinLeftIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 1) translateX(-900%);
  }

  50%, 70%, 90% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1) translateX(0);
  }

  60%, 80%, 100% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translateX(0);
  }
}
@-o-keyframes elxr_tinLeftIn {
  0% {
    opacity: 0;
    -o-transform: scale(1, 1) translateX(-900%);
  }

  50%, 70%, 90% {
    opacity: 1;
    -o-transform: scale(1.1, 1.1) translateX(0);
  }

  60%, 80%, 100% {
    opacity: 1;
    -o-transform: scale(1, 1) translateX(0);
  }
}
@-ms-keyframes elxr_tinLeftIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-transform: scale(1, 1) translateX(-900%);
  }

  50%, 70%, 90% {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: scale(1.1, 1.1) translateX(0);
  }

  60%, 80%, 100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: scale(1, 1) translateX(0);
  }
}
@keyframes elxr_tinLeftIn {
  0% {
    opacity: 0;
    transform: scale(1, 1) translateX(-900%);
  }

  50%, 70%, 90% {
    opacity: 1;
    transform: scale(1.1, 1.1) translateX(0);
  }

  60%, 80%, 100% {
    opacity: 1;
    transform: scale(1, 1) translateX(0);
  }
}
.com_joeworkman_stacks_link_stack a{display:block;text-decoration:none !important;padding:0;margin:0}
.splider-img>img{width:100%}.splide__slide__container{overflow:hidden}.splider-switch-dark .splide__slide.is-active *{color:#262626!important}.splider-switch-light .splide__slide.is-active *{color:#fff!important}.s-slide-link{display:contents}.s-slide-link a{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:998;text-decoration:none}.grab{cursor:grab}.splide--nav>.splide__track>.splide__list>.splide__slide{cursor:pointer}button.splide__arrow{margin-bottom:0}.splide--nav .splide__slide:focus-visible{outline:0!important}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */	 		#pageHeader h1{			font-size: 230% !important;			color: #FDBA90 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.7em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */  #pageHeader h1{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_281102targetNote{	display: none;}.stacks_in_281102Calligrapher{	display: none;}.stacks_in_281102targetNote{	padding: 20px;	margin: 10px;	border: 1px solid #000000;	border-radius: 5px;	color: #ffffff !important;	background: #333333;	display: block;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_281102Calligrapher a:link{			color: #FCA011 !important;			text-decoration: none !important;		}				.stacks_in_281102Calligrapher a:visited{			color: #FCA011 !important;		}				.stacks_in_281102Calligrapher a:active{			color: #FCA011 !important;		}				.stacks_in_281102Calligrapher a:hover{			color: #FAC486 !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code *//* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */	 		#pageHeader h2{			font-size: 150% !important;			color: #D0D3D4 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */  #pageHeader h2{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_281103targetNote{	display: none;}.stacks_in_281103Calligrapher{	display: none;}.stacks_in_281103targetNote{	padding: 20px;	margin: 10px;	border: 1px solid #000000;	border-radius: 5px;	color: #ffffff !important;	background: #333333;	display: block;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_281103Calligrapher a:link{			color: #FCA011 !important;			text-decoration: none !important;		}				.stacks_in_281103Calligrapher a:visited{			color: #FCA011 !important;		}				.stacks_in_281103Calligrapher a:active{			color: #FCA011 !important;		}				.stacks_in_281103Calligrapher a:hover{			color: #FAC486 !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code *//*  */
body {
  /*  */
  transition: margin-left 0.4s ease;
  margin-left: calc(40px + 0px * 2) !important;
  /*  */ }

body.sidebar-stacks_in_280425-body-open {
  /*  */
  margin-left: 150px !important;
  /*  */ }

/*  */
#sidebar-inline-wrap-stacks_in_280425 {
  width: 100%;
  display: flex;
  overflow: hidden;
  box-sizing: border-box;
  transition: all 0.4s ease; }
  #sidebar-inline-wrap-stacks_in_280425 .sidebar-inline-content {
    width: 100%;
    display: none;
    flex: 0 1 auto;
    box-sizing: border-box;
    transition: all 0.4s ease;
    color: rgba(35, 33, 46, 1.00);
    background: rgba(255, 255, 255, 0.00);
    padding: 20px 15px; }
    #sidebar-inline-wrap-stacks_in_280425 .sidebar-inline-content h1, #sidebar-inline-wrap-stacks_in_280425 .sidebar-inline-content h2, #sidebar-inline-wrap-stacks_in_280425 .sidebar-inline-content h3, #sidebar-inline-wrap-stacks_in_280425 .sidebar-inline-content h4, #sidebar-inline-wrap-stacks_in_280425 .sidebar-inline-content h5, #sidebar-inline-wrap-stacks_in_280425 .sidebar-inline-content h6 {
      color: rgba(35, 33, 46, 1.00); }
    #sidebar-inline-wrap-stacks_in_280425 .sidebar-inline-content a, #sidebar-inline-wrap-stacks_in_280425 .sidebar-inline-content a:visited {
      color: rgba(35, 33, 46, 1.00); }
  #sidebar-inline-wrap-stacks_in_280425.fix-right {
    flex-direction: row-reverse; }
  #sidebar-inline-wrap-stacks_in_280425.sidebar-inline .sidebar-inline-content {
    display: block; }
  #sidebar-inline-wrap-stacks_in_280425.sidebar-inline #sidebar-stacks_in_280425 {
    flex: 1 0 auto; }

#sidebar-stacks_in_280425 {
  overflow: hidden;
  /*  */
  background: rgba(0, 0, 0, 1.00);
  /*  */
  /*  */
  /*  */
  z-index: 100000;
  max-width: calc(40px + 0px * 2);
  top: 100px;
  bottom: 100px;
  border-radius: 0px;
  padding: 15px 0px;
  width: 100%;
  display: flex;
  position: fixed;
  min-width: 0%;
  transition: all 0.4s ease;
  flex-direction: column;
  box-sizing: border-box; }
  #sidebar-stacks_in_280425 .sidebar-toggle.sidebar-item {
    width: 100%;
    display: flex;
    background: none;
    transition: all 0.4s ease;
    height: 40px; }
    #sidebar-stacks_in_280425 .sidebar-toggle.sidebar-item .sidebar-item-icon i {
      display: flex;
      background: none;
      border-radius: 0;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      color: rgba(243, 124, 25, 1.00); }
      #sidebar-stacks_in_280425 .sidebar-toggle.sidebar-item .sidebar-item-icon i::before, #sidebar-stacks_in_280425 .sidebar-toggle.sidebar-item .sidebar-item-icon i::after {
        position: absolute; }
      #sidebar-stacks_in_280425 .sidebar-toggle.sidebar-item .sidebar-item-icon i::before {
        opacity: 1;
        content: "\f394"; }
      #sidebar-stacks_in_280425 .sidebar-toggle.sidebar-item .sidebar-item-icon i::after {
        opacity: 0;
        speak: none;
        line-height: 1;
        content: "\f2ca";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        display: inline-block;
        font-family: "Ionicons";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    #sidebar-stacks_in_280425 .sidebar-toggle.sidebar-item:hover {
      background: none; }
      #sidebar-stacks_in_280425 .sidebar-toggle.sidebar-item:hover .sidebar-item-icon i {
        background: none;
        color: rgba(255, 255, 255, 1.00); }
  #sidebar-stacks_in_280425 .sidebar-logo {
    height: 40px;
    margin-bottom: 10px;
    margin: 0 auto 10px;
    opacity: 0;
    width: 100%;
    transition: height 0.4s ease;
    background: url();
    background-size: contain;
    background-repeat: no-repeat;
    animation: logo-in-start 0.4s 0.4s;
    animation-fill-mode: forwards; }
  #sidebar-stacks_in_280425 .sidebar-item, #sidebar-stacks_in_280425 .sidebar-item:visited {
    text-decoration: none; }
  #sidebar-stacks_in_280425 .sidebar-item {
    /*  */
    background: rgba(255, 255, 255, 0.00);
    /*  */
    /*  */
    height: 40px;
    min-height: 40px;
    border-radius: 2px;
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    cursor: pointer;
    position: relative;
    align-items: center;
    box-sizing: border-box;
    transition: all 0.4s ease; }
    #sidebar-stacks_in_280425 .sidebar-item:hover, #sidebar-stacks_in_280425 .sidebar-item:active, #sidebar-stacks_in_280425 .sidebar-item.active {
      /*  */
      background: rgba(255, 255, 255, 0.20);
      /*  */
      /*  */ }
      #sidebar-stacks_in_280425 .sidebar-item:hover .sidebar-item-icon i, #sidebar-stacks_in_280425 .sidebar-item:active .sidebar-item-icon i, #sidebar-stacks_in_280425 .sidebar-item.active .sidebar-item-icon i {
        color: rgba(255, 255, 255, 1.00);
        background: rgba(243, 124, 25, 1.00); }
      #sidebar-stacks_in_280425 .sidebar-item:hover .sidebar-item-text, #sidebar-stacks_in_280425 .sidebar-item:active .sidebar-item-text, #sidebar-stacks_in_280425 .sidebar-item.active .sidebar-item-text {
        color: rgba(243, 124, 25, 1.00); }
    #sidebar-stacks_in_280425 .sidebar-item:last-child {
      margin-bottom: 0; }
    #sidebar-stacks_in_280425 .sidebar-item-icon {
      min-width: 40px;
      min-height: 40px;
      display: flex;
      flex: 0 1 auto;
      align-items: center;
      box-sizing: border-box;
      justify-content: center;
      transition: all 0.4s ease, opacity 0s 0.4s; }
      #sidebar-stacks_in_280425 .sidebar-item-icon i {
        color: rgba(253, 186, 144, 1.00);
        background: rgba(255, 255, 255, 0.10);
        width: 30px;
        height: 30px;
        font-size: 22px;
        border-radius: 15px;
        display: flex;
        line-height: 1;
        align-items: center;
        justify-content: center;
        transition: all 0.4s ease; }
      #sidebar-stacks_in_280425 .sidebar-item-icon img {
        width: 30px;
        height: 30px; }
    #sidebar-stacks_in_280425 .sidebar-item-text {
      /*  */
      font-family: "Nunito";
      /*  */
      font-size: 16px;
      color: rgba(251, 172, 125, 1.00);
      font-weight: normal;
      opacity: 0;
      max-width: 0;
      flex: 0 1 auto;
      overflow: hidden;
      white-space: nowrap;
      box-sizing: border-box;
      text-overflow: ellipsis;
      transition: all 0.4s ease, opacity 0s 0s; }

#sidebar-stacks_in_280425.show-tooltips.open-on-toggle:not(.expand):not(.overflow-scroll) {
  overflow: visible !important; }
  #sidebar-stacks_in_280425.show-tooltips.open-on-toggle:not(.expand):not(.overflow-scroll) .sidebar-item .sidebar-item-text {
    transition: none !important; }
  #sidebar-stacks_in_280425.show-tooltips.open-on-toggle:not(.expand):not(.overflow-scroll) .sidebar-item:hover .sidebar-item-text {
    position: absolute;
    left: calc(100% + 0px + 5px);
    overflow: visible;
    opacity: 1;
    max-width: none;
    width: auto;
    padding: 5px;
    border-radius: 4px;
    transition: none !important;
    font-size: 12px;
    color: rgba(243, 124, 25, 1.00) !important;
    background: rgba(32, 33, 45, 1.00) !important; }

#sidebar-stacks_in_280425.open-on-hover.expand, #sidebar-stacks_in_280425.open-on-toggle.expand {
  max-width: calc((150px));
  width: calc(100% - (0px * 2)); }
  #sidebar-stacks_in_280425.open-on-hover.expand .sidebar-toggle, #sidebar-stacks_in_280425.open-on-toggle.expand .sidebar-toggle {
    width: 100%;
    display: flex;
    background: none;
    align-items: flex-end;
    height: 40px; }
    #sidebar-stacks_in_280425.open-on-hover.expand .sidebar-toggle .sidebar-item-icon i, #sidebar-stacks_in_280425.open-on-toggle.expand .sidebar-toggle .sidebar-item-icon i {
      background: none;
      border-radius: 0; }
  #sidebar-stacks_in_280425.open-on-hover.expand .sidebar-logo, #sidebar-stacks_in_280425.open-on-toggle.expand .sidebar-logo {
    opacity: 0;
    width: 200px;
    height: 100px;
    animation: logo-in 0.4s 0.4s;
    animation-fill-mode: forwards;
    background: url();
    background-repeat: no-repeat;
    background-size: cover;
    transition: height 0.4s ease; }
  #sidebar-stacks_in_280425.open-on-hover.expand .sidebar-item, #sidebar-stacks_in_280425.open-on-toggle.expand .sidebar-item {
    width: 100%;
    padding: 0 0px; }
    #sidebar-stacks_in_280425.open-on-hover.expand .sidebar-item.divider, #sidebar-stacks_in_280425.open-on-toggle.expand .sidebar-item.divider {
      height: auto;
      padding: 10px 0; }
    #sidebar-stacks_in_280425.open-on-hover.expand .sidebar-item-icon, #sidebar-stacks_in_280425.open-on-toggle.expand .sidebar-item-icon {
      min-width: 30px; }
    #sidebar-stacks_in_280425.open-on-hover.expand .sidebar-item-text, #sidebar-stacks_in_280425.open-on-toggle.expand .sidebar-item-text {
      opacity: 1;
      max-width: 100%; }
    #sidebar-stacks_in_280425.open-on-hover.expand .sidebar-item.hide-icon .sidebar-item-icon, #sidebar-stacks_in_280425.open-on-toggle.expand .sidebar-item.hide-icon .sidebar-item-icon {
      opacity: 0;
      min-width: 0;
      max-width: 0;
      overflow: hidden;
      margin-left: 0 !important;
      margin-right: 0 !important; }
    #sidebar-stacks_in_280425.open-on-hover.expand .sidebar-item.hide-text .sidebar-item-text, #sidebar-stacks_in_280425.open-on-toggle.expand .sidebar-item.hide-text .sidebar-item-text {
      opacity: 0;
      min-width: 0;
      max-width: 0;
      margin-right: 0;
      overflow: hidden; }
    #sidebar-stacks_in_280425.open-on-hover.expand .sidebar-item.hide-text .sidebar-item-icon, #sidebar-stacks_in_280425.open-on-toggle.expand .sidebar-item.hide-text .sidebar-item-icon {
      margin-left: 0 !important;
      margin-right: 0 !important; }

#sidebar-stacks_in_280425.overflow-scroll {
  overflow-x: hidden !important;
  overflow-y: scroll !important; }

#sidebar-stacks_in_280425.sidebar-inline {
  float: left;
  clear: none;
  position: relative;
  min-height: 400px; }

#sidebar-stacks_in_280425.hide-logo .sidebar-logo {
  display: none; }

#sidebar-stacks_in_280425.open-on-hover .sidebar-toggle.sidebar-item, #sidebar-stacks_in_280425.open-on-hover:hover .sidebar-toggle.sidebar-item {
  display: none; }

#sidebar-stacks_in_280425.icons-right.open-on-hover:hover .sidebar-item:not(.sidebar-toggle), #sidebar-stacks_in_280425.icons-right.open-on-toggle.expand .sidebar-item:not(.sidebar-toggle) {
  flex-direction: row-reverse; }
  #sidebar-stacks_in_280425.icons-right.open-on-hover:hover .sidebar-item:not(.sidebar-toggle) .sidebar-item-icon, #sidebar-stacks_in_280425.icons-right.open-on-toggle.expand .sidebar-item:not(.sidebar-toggle) .sidebar-item-icon {
    margin-left: 5px; }

#sidebar-stacks_in_280425.icons-left.open-on-hover:hover .sidebar-item:not(.sidebar-toggle) .sidebar-item-icon, #sidebar-stacks_in_280425.icons-left.open-on-toggle.expand .sidebar-item:not(.sidebar-toggle) .sidebar-item-icon {
  margin-right: 5px; }

#sidebar-stacks_in_280425.fix-left {
  left: 0px; }
  #sidebar-stacks_in_280425.fix-left.expand .sidebar-toggle .sidebar-item-icon i::before {
    opacity: 0; }
  #sidebar-stacks_in_280425.fix-left.expand .sidebar-toggle .sidebar-item-icon i::after {
    opacity: 1;
    content: "\f2ca"; }
  #sidebar-stacks_in_280425.fix-left .sidebar-toggle {
    justify-content: flex-end; }
  #sidebar-stacks_in_280425.fix-left .sidebar-item.align-left {
    text-align: left;
    justify-content: flex-start; }
  #sidebar-stacks_in_280425.fix-left .sidebar-item.align-right {
    text-align: right;
    justify-content: flex-end; }
  #sidebar-stacks_in_280425.fix-left .sidebar-item.align-center {
    text-align: center;
    justify-content: center; }
  #sidebar-stacks_in_280425.fix-left .sidebar-item.align-separate {
    justify-content: space-between; }

#sidebar-stacks_in_280425.fix-right {
  right: 0px; }
  #sidebar-stacks_in_280425.fix-right.expand .sidebar-toggle .sidebar-item-icon i::before {
    opacity: 0; }
  #sidebar-stacks_in_280425.fix-right.expand .sidebar-toggle .sidebar-item-icon i::after {
    opacity: 1;
    content: "\f30f"; }
  #sidebar-stacks_in_280425.fix-right .sidebar-toggle {
    justify-content: flex-start; }
  #sidebar-stacks_in_280425.fix-right .sidebar-item.align-left {
    text-align: left;
    justify-content: flex-start; }
  #sidebar-stacks_in_280425.fix-right .sidebar-item.align-right {
    text-align: right;
    justify-content: flex-end; }
  #sidebar-stacks_in_280425.fix-right .sidebar-item.align-center {
    text-align: center;
    justify-content: center; }
  #sidebar-stacks_in_280425.fix-right .sidebar-item.align-separate {
    justify-content: space-between; }

#sidebar-stacks_in_280425 .sidebar-item.push-down {
  margin-bottom: auto; }

#sidebar-stacks_in_280425 .sidebar-item.push-up {
  margin-top: auto; }

#sidebar-stacks_in_280425 .sidebar-item.divider {
  /*  */
  font-family: "Nunito";
  /*  */
  height: 0;
  padding: 0;
  min-height: 0;
  cursor: default;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 0;
  background: none !important;
  flex-direction: row !important; }
  #sidebar-stacks_in_280425 .sidebar-item.divider .sidebar-item-icon {
    display: none; }
  #sidebar-stacks_in_280425 .sidebar-item.divider .sidebar-item-text {
    color: rgba(255, 255, 255, 1.00);
    font-size: 14px;
    font-weight: bold; }
  #sidebar-stacks_in_280425 .sidebar-item.divider:first-child {
    padding-top: 0 !important; }

@media (max-width: 600px) {
  body {
    /*  */
    transition: margin-left 0.4s ease, margin-right 0.4s ease;
    margin-left: 0 !important;
    margin-right: 0 !important;
    /*  */ }
  body.sidebar-stacks_in_280425-body-open {
    /*  */
    margin-left: 0 !important;
    margin-right: 0 !important;
    /*  */ }
  #sidebar-stacks_in_280425.open-on-hover .sidebar-toggle.sidebar-item, #sidebar-stacks_in_280425.open-on-hover:hover .sidebar-toggle.sidebar-item {
    display: flex; }
  #sidebar-stacks_in_280425.sidebar-fixed {
    overflow: visible !important; }
    #sidebar-stacks_in_280425.sidebar-fixed.fix-left {
      transform: translateX(calc(-100% - 0px)); }
      #sidebar-stacks_in_280425.sidebar-fixed.fix-left .sidebar-item.sidebar-toggle {
        transform: translateX(calc(100% + 0px)); }
    #sidebar-stacks_in_280425.sidebar-fixed.fix-right {
      transform: translateX(calc(100% + 0px)); }
      #sidebar-stacks_in_280425.sidebar-fixed.fix-right .sidebar-item.sidebar-toggle {
        transform: translateX(calc(-100% + 0px)); }
    #sidebar-stacks_in_280425.sidebar-fixed .sidebar-item.sidebar-toggle {
      background: inherit;
      border-radius: 0px 0px 0px 0px;
      transition: all 0.4s, background 0s 0s, transform 0.4s 0.4s; }
      #sidebar-stacks_in_280425.sidebar-fixed .sidebar-item.sidebar-toggle .sidebar-item-icon i::before, #sidebar-stacks_in_280425.sidebar-fixed .sidebar-item.sidebar-toggle .sidebar-item-icon i::after {
        transition: opacity 0s 0.4s; }
    #sidebar-stacks_in_280425.sidebar-fixed.expand {
      width: 100%;
      min-width: 0%;
      transform: translateX(0%);
      transition: all 0.4s 0.4s, width 0s 0.4s, max-width 0s 0.4s; }
      #sidebar-stacks_in_280425.sidebar-fixed.expand .sidebar-item.sidebar-toggle {
        background: none;
        transform: translateX(0%);
        transition: all 0.4s, background 0.4s 0.4s; }
        #sidebar-stacks_in_280425.sidebar-fixed.expand .sidebar-item.sidebar-toggle .sidebar-item-icon i::before {
          opacity: 0; }
        #sidebar-stacks_in_280425.sidebar-fixed.expand .sidebar-item.sidebar-toggle .sidebar-item-icon i::after {
          opacity: 1; }
  #sidebar-inline-wrap-stacks_in_280425.sidebar-inline .sidebar-inline-content {
    padding-top: calc(20px + 15px + 40px); }
  #sidebar-inline-wrap-stacks_in_280425.sidebar-inline #sidebar-stacks_in_280425.sidebar-inline {
    overflow: visible !important; }
    #sidebar-inline-wrap-stacks_in_280425.sidebar-inline #sidebar-stacks_in_280425.sidebar-inline.fix-right {
      margin-right: calc(-40px - (0px * 2)); }
      #sidebar-inline-wrap-stacks_in_280425.sidebar-inline #sidebar-stacks_in_280425.sidebar-inline.fix-right .sidebar-item.sidebar-toggle {
        transform: translateX(calc(-100% - 0px)); }
    #sidebar-inline-wrap-stacks_in_280425.sidebar-inline #sidebar-stacks_in_280425.sidebar-inline.fix-left {
      margin-left: calc(-40px - (0px * 2)); }
      #sidebar-inline-wrap-stacks_in_280425.sidebar-inline #sidebar-stacks_in_280425.sidebar-inline.fix-left .sidebar-item.sidebar-toggle {
        transform: translateX(calc(100% + 0px)); }
    #sidebar-inline-wrap-stacks_in_280425.sidebar-inline #sidebar-stacks_in_280425.sidebar-inline .sidebar-item.sidebar-toggle {
      background: inherit;
      border-radius: 0px 0px 0px 0px;
      transition: all 0.4s, background 0s 0s, transform 0.4s 0.4s; }
    #sidebar-inline-wrap-stacks_in_280425.sidebar-inline #sidebar-stacks_in_280425.sidebar-inline .sidebar-item.push-up, #sidebar-inline-wrap-stacks_in_280425.sidebar-inline #sidebar-stacks_in_280425.sidebar-inline .sidebar-item.push-down {
      margin-top: 0 !important;
      margin-bottom: 10px !important; }
  #sidebar-inline-wrap-stacks_in_280425.sidebar-inline #sidebar-stacks_in_280425.sidebar-inline.expand {
    width: 100%;
    margin-left: 0;
    max-width: 100%;
    margin-right: 0;
    transition: all 0.4s 0.4s; }
    #sidebar-inline-wrap-stacks_in_280425.sidebar-inline #sidebar-stacks_in_280425.sidebar-inline.expand .sidebar-item.sidebar-toggle {
      background: inherit;
      transform: translateX(0%);
      transition: all 0.4s, background 0.4s 0.4s;
      border-radius: 0px 0 0 0px; } }

@keyframes fade-out-in {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes logo-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes logo-in-start {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*  */
#sidebar-item-stacks_in_280426.custom-icon .sidebar-item-icon i {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(255, 255, 255, 0.10); }

#sidebar-item-stacks_in_280426.custom-icon:hover .sidebar-item-icon i {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(226, 32, 77, 1.00); }

#sidebar-item-stacks_in_280426.custom-text .sidebar-item-text {
  color: rgba(255, 255, 255, 1.00); }

#sidebar-item-stacks_in_280426.custom-text:hover .sidebar-item-text {
  color: rgba(226, 32, 77, 1.00); }

#sidebar-item-stacks_in_280426.custom-background {
  /*  */
  background: rgba(255, 255, 255, 0.00);
  /*  */
  /*  */ }
  #sidebar-item-stacks_in_280426.custom-background:hover {
    /*  */
    background: rgba(255, 255, 255, 0.20);
    /*  */
    /*  */ }
#sidebar-item-stacks_in_280428.custom-icon .sidebar-item-icon i {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(255, 255, 255, 0.10); }

#sidebar-item-stacks_in_280428.custom-icon:hover .sidebar-item-icon i {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(226, 32, 77, 1.00); }

#sidebar-item-stacks_in_280428.custom-text .sidebar-item-text {
  color: rgba(255, 255, 255, 1.00); }

#sidebar-item-stacks_in_280428.custom-text:hover .sidebar-item-text {
  color: rgba(226, 32, 77, 1.00); }

#sidebar-item-stacks_in_280428.custom-background {
  /*  */
  background: rgba(255, 255, 255, 0.00);
  /*  */
  /*  */ }
  #sidebar-item-stacks_in_280428.custom-background:hover {
    /*  */
    background: rgba(255, 255, 255, 0.20);
    /*  */
    /*  */ }
#sidebar-item-stacks_in_280430.custom-icon .sidebar-item-icon i {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(255, 255, 255, 0.10); }

#sidebar-item-stacks_in_280430.custom-icon:hover .sidebar-item-icon i {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(226, 32, 77, 1.00); }

#sidebar-item-stacks_in_280430.custom-text .sidebar-item-text {
  color: rgba(255, 255, 255, 1.00); }

#sidebar-item-stacks_in_280430.custom-text:hover .sidebar-item-text {
  color: rgba(226, 32, 77, 1.00); }

#sidebar-item-stacks_in_280430.custom-background {
  /*  */
  background: rgba(255, 255, 255, 0.00);
  /*  */
  /*  */ }
  #sidebar-item-stacks_in_280430.custom-background:hover {
    /*  */
    background: rgba(255, 255, 255, 0.20);
    /*  */
    /*  */ }
#sidebar-item-stacks_in_280432.custom-icon .sidebar-item-icon i {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(255, 255, 255, 0.10); }

#sidebar-item-stacks_in_280432.custom-icon:hover .sidebar-item-icon i {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(226, 32, 77, 1.00); }

#sidebar-item-stacks_in_280432.custom-text .sidebar-item-text {
  color: rgba(255, 255, 255, 1.00); }

#sidebar-item-stacks_in_280432.custom-text:hover .sidebar-item-text {
  color: rgba(226, 32, 77, 1.00); }

#sidebar-item-stacks_in_280432.custom-background {
  /*  */
  background: rgba(255, 255, 255, 0.00);
  /*  */
  /*  */ }
  #sidebar-item-stacks_in_280432.custom-background:hover {
    /*  */
    background: rgba(255, 255, 255, 0.20);
    /*  */
    /*  */ }
#sidebar-item-stacks_in_280434.custom-icon .sidebar-item-icon i {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(255, 255, 255, 0.10); }

#sidebar-item-stacks_in_280434.custom-icon:hover .sidebar-item-icon i {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(226, 32, 77, 1.00); }

#sidebar-item-stacks_in_280434.custom-text .sidebar-item-text {
  color: rgba(255, 255, 255, 1.00); }

#sidebar-item-stacks_in_280434.custom-text:hover .sidebar-item-text {
  color: rgba(226, 32, 77, 1.00); }

#sidebar-item-stacks_in_280434.custom-background {
  /*  */
  background: rgba(255, 255, 255, 0.00);
  /*  */
  /*  */ }
  #sidebar-item-stacks_in_280434.custom-background:hover {
    /*  */
    background: rgba(255, 255, 255, 0.20);
    /*  */
    /*  */ }
#sidebar-item-stacks_in_280436.custom-icon .sidebar-item-icon i {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(255, 255, 255, 0.10); }

#sidebar-item-stacks_in_280436.custom-icon:hover .sidebar-item-icon i {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(226, 32, 77, 1.00); }

#sidebar-item-stacks_in_280436.custom-text .sidebar-item-text {
  color: rgba(255, 255, 255, 1.00); }

#sidebar-item-stacks_in_280436.custom-text:hover .sidebar-item-text {
  color: rgba(226, 32, 77, 1.00); }

#sidebar-item-stacks_in_280436.custom-background {
  /*  */
  background: rgba(255, 255, 255, 0.00);
  /*  */
  /*  */ }
  #sidebar-item-stacks_in_280436.custom-background:hover {
    /*  */
    background: rgba(255, 255, 255, 0.20);
    /*  */
    /*  */ }
#sidebar-item-stacks_in_280438.custom-icon .sidebar-item-icon i {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(255, 255, 255, 0.10); }

#sidebar-item-stacks_in_280438.custom-icon:hover .sidebar-item-icon i {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(226, 32, 77, 1.00); }

#sidebar-item-stacks_in_280438.custom-text .sidebar-item-text {
  color: rgba(255, 255, 255, 1.00); }

#sidebar-item-stacks_in_280438.custom-text:hover .sidebar-item-text {
  color: rgba(226, 32, 77, 1.00); }

#sidebar-item-stacks_in_280438.custom-background {
  /*  */
  background: rgba(255, 255, 255, 0.00);
  /*  */
  /*  */ }
  #sidebar-item-stacks_in_280438.custom-background:hover {
    /*  */
    background: rgba(255, 255, 255, 0.20);
    /*  */
    /*  */ }
#sidebar-item-stacks_in_280440.custom-icon .sidebar-item-icon i {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(255, 255, 255, 0.10); }

#sidebar-item-stacks_in_280440.custom-icon:hover .sidebar-item-icon i {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(226, 32, 77, 1.00); }

#sidebar-item-stacks_in_280440.custom-text .sidebar-item-text {
  color: rgba(255, 255, 255, 1.00); }

#sidebar-item-stacks_in_280440.custom-text:hover .sidebar-item-text {
  color: rgba(226, 32, 77, 1.00); }

#sidebar-item-stacks_in_280440.custom-background {
  /*  */
  background: rgba(255, 255, 255, 0.00);
  /*  */
  /*  */ }
  #sidebar-item-stacks_in_280440.custom-background:hover {
    /*  */
    background: rgba(255, 255, 255, 0.20);
    /*  */
    /*  */ }
#sidebar-item-stacks_in_280442.custom-icon .sidebar-item-icon i {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(255, 255, 255, 0.10); }

#sidebar-item-stacks_in_280442.custom-icon:hover .sidebar-item-icon i {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(226, 32, 77, 1.00); }

#sidebar-item-stacks_in_280442.custom-text .sidebar-item-text {
  color: rgba(255, 255, 255, 1.00); }

#sidebar-item-stacks_in_280442.custom-text:hover .sidebar-item-text {
  color: rgba(226, 32, 77, 1.00); }

#sidebar-item-stacks_in_280442.custom-background {
  /*  */
  background: rgba(255, 255, 255, 0.00);
  /*  */
  /*  */ }
  #sidebar-item-stacks_in_280442.custom-background:hover {
    /*  */
    background: rgba(255, 255, 255, 0.20);
    /*  */
    /*  */ }
#sidebar-item-stacks_in_280444.custom-icon .sidebar-item-icon i {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(255, 255, 255, 0.10); }

#sidebar-item-stacks_in_280444.custom-icon:hover .sidebar-item-icon i {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(226, 32, 77, 1.00); }

#sidebar-item-stacks_in_280444.custom-text .sidebar-item-text {
  color: rgba(255, 255, 255, 1.00); }

#sidebar-item-stacks_in_280444.custom-text:hover .sidebar-item-text {
  color: rgba(226, 32, 77, 1.00); }

#sidebar-item-stacks_in_280444.custom-background {
  /*  */
  background: rgba(255, 255, 255, 0.00);
  /*  */
  /*  */ }
  #sidebar-item-stacks_in_280444.custom-background:hover {
    /*  */
    background: rgba(255, 255, 255, 0.20);
    /*  */
    /*  */ }
#stacks_in_280705{padding-left:0px;padding-right:0px;}#stacks_in_280705 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:10px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_280705 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_280705 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_280705 > .jack.width-static{width:500px}#stacks_in_280705 > .jack.width-flexible{width:100%}#stacks_in_280705 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_280705 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_280705 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_280705 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_280705 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_280705 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_280705 > .jack::after{border-radius:10px}#stacks_in_280705 > .jack.border-detailed-radius,#stacks_in_280705 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_280705 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_280705 > .jack.bg-color{background-color:#89C5FF}#stacks_in_280705 > .jack.bg-gradient{background-color:#FFD4B2}#stacks_in_280705 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_280705 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_280705 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_280705 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_280705 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_280705 > .jack.bg-image:not(.glass){}#stacks_in_280705 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_280705 > .jack.bg-image.glass.after,#stacks_in_280705 > .glass.jack.bg-image::after{opacity:0.65;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_280705 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_280705 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_280705 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_280705 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_280705 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_280705 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_280705 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_280705 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_280705 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_280705 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_280705 > .jack.bg-image.glass.after,#stacks_in_280705 > .glass.jack.bg-image::after{}#stacks_in_280705 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_280705 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_280705 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_280705 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_280705 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_280705 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_280705 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_280705 > .jack.peek-shadow::before,#stacks_in_280705 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_280705 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_280705 > .jack{overflow:visible;}#stacks_in_280705 > .jack.height-static{height:100px}#stacks_in_280705 > .jack.height-minmax{min-height:100px;max-height:800px}

#stacks_in_280705 {
	margin: 0px 0px 25px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_280707Calligrapher{			font-size: 200% !important;			color: #C1551E !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_280707Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280707Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280707Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280707Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280707Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280707Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280707Calligrapher h6, .stacks_in_280707Calligrapher h5, .stacks_in_280707Calligrapher h4, .stacks_in_280707Calligrapher h3, .stacks_in_280707Calligrapher h2, .stacks_in_280707Calligrapher h1{			color: #000000 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_280707Calligrapher, .stacks_in_280707Calligrapher h1, .stacks_in_280707Calligrapher h2, .stacks_in_280707Calligrapher h3, .stacks_in_280707Calligrapher h4, .stacks_in_280707Calligrapher h5, .stacks_in_280707Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_280707targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_280707Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_280707Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_280707Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_280707Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_280707 {
	margin: 25px 0px 25px 0px;
}
#stacks_in_280712{padding-left:0px;padding-right:0px;}#stacks_in_280712 > .jack{margin:0px;padding:20px;border-color:#000000;border-width:0px;border-style:solid;border-radius:10px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_280712 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_280712 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_280712 > .jack.width-static{width:500px}#stacks_in_280712 > .jack.width-flexible{width:100%}#stacks_in_280712 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_280712 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_280712 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_280712 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_280712 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_280712 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_280712 > .jack::after{border-radius:10px}#stacks_in_280712 > .jack.border-detailed-radius,#stacks_in_280712 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_280712 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_280712 > .jack.bg-color{background-color:#89C5FF}#stacks_in_280712 > .jack.bg-gradient{background-color:#FFD4B2}#stacks_in_280712 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_280712 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_280712 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_280712 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_280712 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_280712 > .jack.bg-image:not(.glass){}#stacks_in_280712 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_280712 > .jack.bg-image.glass.after,#stacks_in_280712 > .glass.jack.bg-image::after{opacity:0.65;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:20px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_280712 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_280712 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_280712 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_280712 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_280712 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_280712 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_280712 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_280712 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_280712 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_280712 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_280712 > .jack.bg-image.glass.after,#stacks_in_280712 > .glass.jack.bg-image::after{}#stacks_in_280712 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_280712 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_280712 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_280712 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_280712 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_280712 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_280712 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_280712 > .jack.peek-shadow::before,#stacks_in_280712 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_280712 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_280712 > .jack{overflow:visible;}#stacks_in_280712 > .jack.height-static{height:100px}#stacks_in_280712 > .jack.height-minmax{min-height:100px;max-height:800px}

#stacks_in_280712 {
	margin: 0px 0px 25px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_280714Calligrapher{			font-size: 120% !important;			color: #C1551E !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_280714Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280714Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280714Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280714Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280714Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280714Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280714Calligrapher h6, .stacks_in_280714Calligrapher h5, .stacks_in_280714Calligrapher h4, .stacks_in_280714Calligrapher h3, .stacks_in_280714Calligrapher h2, .stacks_in_280714Calligrapher h1{			color: #000000 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_280714Calligrapher, .stacks_in_280714Calligrapher h1, .stacks_in_280714Calligrapher h2, .stacks_in_280714Calligrapher h3, .stacks_in_280714Calligrapher h4, .stacks_in_280714Calligrapher h5, .stacks_in_280714Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_280714targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_280714Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_280714Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_280714Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_280714Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_280714 {
	margin: 10px 0px 10px 0px;
}
#stacks_in_280726{padding-left:0px;padding-right:0px;}#stacks_in_280726 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:10px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_280726 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_280726 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_280726 > .jack.width-static{width:500px}#stacks_in_280726 > .jack.width-flexible{width:100%}#stacks_in_280726 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_280726 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_280726 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_280726 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_280726 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_280726 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_280726 > .jack::after{border-radius:10px}#stacks_in_280726 > .jack.border-detailed-radius,#stacks_in_280726 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 10.00px 10.00px}#stacks_in_280726 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_280726 > .jack.bg-color{background-color:#89C5FF}#stacks_in_280726 > .jack.bg-gradient{background-color:#FFE8C9}#stacks_in_280726 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_280726 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_280726 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_280726 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_280726 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_280726 > .jack.bg-image:not(.glass){}#stacks_in_280726 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_280726 > .jack.bg-image.glass.after,#stacks_in_280726 > .glass.jack.bg-image::after{opacity:0.65;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_280726 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_280726 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_280726 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_280726 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_280726 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_280726 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_280726 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_280726 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_280726 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_280726 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_280726 > .jack.bg-image.glass.after,#stacks_in_280726 > .glass.jack.bg-image::after{}#stacks_in_280726 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_280726 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_280726 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_280726 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_280726 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_280726 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_280726 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_280726 > .jack.peek-shadow::before,#stacks_in_280726 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_280726 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_280726 > .jack{overflow:hidden;}#stacks_in_280726 > .jack.height-static{height:100px}#stacks_in_280726 > .jack.height-minmax{min-height:100px;max-height:800px}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_280728Calligrapher{			font-size: 170% !important;			color: #000000 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.3em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_280728Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280728Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280728Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280728Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280728Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280728Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280728Calligrapher h6, .stacks_in_280728Calligrapher h5, .stacks_in_280728Calligrapher h4, .stacks_in_280728Calligrapher h3, .stacks_in_280728Calligrapher h2, .stacks_in_280728Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_280728Calligrapher, .stacks_in_280728Calligrapher h1, .stacks_in_280728Calligrapher h2, .stacks_in_280728Calligrapher h3, .stacks_in_280728Calligrapher h4, .stacks_in_280728Calligrapher h5, .stacks_in_280728Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_280728targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_280728Calligrapher a:link{			color: #8D410F !important;			text-decoration: none !important;		}				.stacks_in_280728Calligrapher a:visited{			color: #8D410F !important;		}				.stacks_in_280728Calligrapher a:active{			color: #8D410F !important;		}				.stacks_in_280728Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_280728 {
	margin:  20px;
	padding:  20px;
}
#stacks_in_280727{padding-left:0px;padding-right:0px;}#stacks_in_280727 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:10px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_280727 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_280727 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_280727 > .jack.width-static{width:500px}#stacks_in_280727 > .jack.width-flexible{width:100%}#stacks_in_280727 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_280727 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_280727 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_280727 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_280727 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_280727 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_280727 > .jack::after{border-radius:10px}#stacks_in_280727 > .jack.border-detailed-radius,#stacks_in_280727 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 10.00px 10.00px}#stacks_in_280727 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_280727 > .jack.bg-color{background-color:#89C5FF}#stacks_in_280727 > .jack.bg-gradient{background-color:#FFE8C9}#stacks_in_280727 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_280727 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_280727 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_280727 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_280727 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_280727 > .jack.bg-image:not(.glass){}#stacks_in_280727 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_280727 > .jack.bg-image.glass.after,#stacks_in_280727 > .glass.jack.bg-image::after{opacity:0.65;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_280727 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_280727 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_280727 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_280727 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_280727 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_280727 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_280727 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_280727 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_280727 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_280727 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_280727 > .jack.bg-image.glass.after,#stacks_in_280727 > .glass.jack.bg-image::after{}#stacks_in_280727 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_280727 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_280727 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_280727 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_280727 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_280727 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_280727 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_280727 > .jack.peek-shadow::before,#stacks_in_280727 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_280727 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_280727 > .jack{overflow:visible;}#stacks_in_280727 > .jack.height-static{height:100px}#stacks_in_280727 > .jack.height-minmax{min-height:100px;max-height:800px}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_280733Calligrapher{			font-size: 125% !important;			color: #000000 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.3em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_280733Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280733Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280733Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280733Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280733Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280733Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280733Calligrapher h6, .stacks_in_280733Calligrapher h5, .stacks_in_280733Calligrapher h4, .stacks_in_280733Calligrapher h3, .stacks_in_280733Calligrapher h2, .stacks_in_280733Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_280733Calligrapher, .stacks_in_280733Calligrapher h1, .stacks_in_280733Calligrapher h2, .stacks_in_280733Calligrapher h3, .stacks_in_280733Calligrapher h4, .stacks_in_280733Calligrapher h5, .stacks_in_280733Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_280733targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_280733Calligrapher a:link{			color: #8D410F !important;			text-decoration: none !important;		}				.stacks_in_280733Calligrapher a:visited{			color: #8D410F !important;		}				.stacks_in_280733Calligrapher a:active{			color: #8D410F !important;		}				.stacks_in_280733Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_280733 {
	margin:  10px;
	padding:  10px;
}
#stacks_in_278709{padding-left:0px;padding-right:0px;}#stacks_in_278709 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_278709 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_278709 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_278709 > .jack.width-static{width:500px}#stacks_in_278709 > .jack.width-flexible{width:100%}#stacks_in_278709 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_278709 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_278709 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_278709 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_278709 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_278709 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_278709 > .jack::after{border-radius:0px}#stacks_in_278709 > .jack.border-detailed-radius,#stacks_in_278709 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_278709 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_278709 > .jack.bg-color{background-color:#89C5FF}#stacks_in_278709 > .jack.bg-gradient{background-color:#89C5FF}#stacks_in_278709 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_278709 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_278709 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_278709 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_278709 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_278709 > .jack.bg-image:not(.glass){}#stacks_in_278709 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_278709 > .jack.bg-image.glass.after,#stacks_in_278709 > .glass.jack.bg-image::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_278709 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_278709 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_278709 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_278709 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_278709 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_278709 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_278709 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_278709 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_278709 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_278709 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_278709 > .jack.bg-image.glass.after,#stacks_in_278709 > .glass.jack.bg-image::after{}#stacks_in_278709 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_278709 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_278709 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_278709 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_278709 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_278709 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_278709 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_278709 > .jack.peek-shadow::before,#stacks_in_278709 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_278709 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_278709 > .jack{overflow:visible;}#stacks_in_278709 > .jack.height-static{height:100px}#stacks_in_278709 > .jack.height-minmax{min-height:100px;max-height:800px}
#stacks_in_280762{padding-right:0.00px;padding-left:0.00px;}#stacks_in_280762 > .jack{margin:20px;padding:3px;border-color:#000000;border-width:0px;border-style:solid;border-radius:10px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_280762 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_280762 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_280762 > .jack.width-static{width:500px}#stacks_in_280762 > .jack.width-flexible{width:100%}#stacks_in_280762 > .jack.margin-detailed{margin:20.00px 0.00px 20.00px 0.00px}#stacks_in_280762 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_280762 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_280762 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_280762 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_280762 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_280762 > .jack::after{border-radius:10px}#stacks_in_280762 > .jack.border-detailed-radius,#stacks_in_280762 > .jack.border-detailed-radius::after{border-radius:5.00px 5.00px 5.00px 5.00px}#stacks_in_280762 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_280762 > .jack.bg-color{background-color:#89C5FF}#stacks_in_280762 > .jack.bg-gradient{background-color:#FFD4B2}#stacks_in_280762 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_280762 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_280762 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_280762 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_280762 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_280762 > .jack.bg-image:not(.glass){}#stacks_in_280762 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_280762 > .jack.bg-image.glass.after,#stacks_in_280762 > .glass.jack.bg-image::after{opacity:0.65;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:3px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_280762 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_280762 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_280762 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_280762 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_280762 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_280762 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_280762 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_280762 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_280762 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_280762 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_280762 > .jack.bg-image.glass.after,#stacks_in_280762 > .glass.jack.bg-image::after{}#stacks_in_280762 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_280762 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_280762 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_280762 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_280762 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_280762 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_280762 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_280762 > .jack.peek-shadow::before,#stacks_in_280762 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_280762 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_280762 > .jack{overflow:hidden;}#stacks_in_280762 > .jack.height-static{height:100px}#stacks_in_280762 > .jack.height-minmax{min-height:100px;max-height:800px}
#stacks_in_280764 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_280764 .jwresp_col{overflow:hidden;margin:0;width:29%; float:left;}#stacks_in_280764 #jwresp_col2_stacks_in_280764{ float:right; width:69%}@media screen and (max-width:500px){#stacks_in_280764 #jwresp_col1_stacks_in_280764,#stacks_in_280764 #jwresp_col2_stacks_in_280764{width:100%;float:none;display:block}#stacks_in_280764 #jwresp_col1_stacks_in_280764{margin-bottom:15px}}

#stacks_in_280764 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_281134 {
	margin: 30px 0px 0px 20px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_280768Calligrapher{			font-size: 150% !important;			color: #000000 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.4em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_280768Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280768Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280768Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280768Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280768Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280768Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280768Calligrapher h6, .stacks_in_280768Calligrapher h5, .stacks_in_280768Calligrapher h4, .stacks_in_280768Calligrapher h3, .stacks_in_280768Calligrapher h2, .stacks_in_280768Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_280768Calligrapher, .stacks_in_280768Calligrapher h1, .stacks_in_280768Calligrapher h2, .stacks_in_280768Calligrapher h3, .stacks_in_280768Calligrapher h4, .stacks_in_280768Calligrapher h5, .stacks_in_280768Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_280768targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_280768Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_280768Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_280768Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_280768Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_280768 {
	margin: 5px 10px 0px 15px;
	padding: 5px 5px 5px 0px;
}

#stacks_in_280810 {
	padding:  8px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_281158Calligrapher{			font-size: 150% !important;			color: #000000 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.4em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_281158Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_281158Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_281158Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_281158Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_281158Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_281158Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_281158Calligrapher h6, .stacks_in_281158Calligrapher h5, .stacks_in_281158Calligrapher h4, .stacks_in_281158Calligrapher h3, .stacks_in_281158Calligrapher h2, .stacks_in_281158Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_281158Calligrapher, .stacks_in_281158Calligrapher h1, .stacks_in_281158Calligrapher h2, .stacks_in_281158Calligrapher h3, .stacks_in_281158Calligrapher h4, .stacks_in_281158Calligrapher h5, .stacks_in_281158Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_281158targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_281158Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_281158Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_281158Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_281158Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_281158 {
	margin: 0px 20px 0px 20px;
	padding: 0px 5px 20px 5px;
}

#stacks_in_281159 {
	padding:  8px;
}
#stacks_in_280763{padding-right:0.00px;padding-left:0.00px;}#stacks_in_280763 > .jack{margin:20px;padding:3px;border-color:#000000;border-width:0px;border-style:solid;border-radius:10px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_280763 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_280763 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_280763 > .jack.width-static{width:500px}#stacks_in_280763 > .jack.width-flexible{width:100%}#stacks_in_280763 > .jack.margin-detailed{margin:20.00px 0.00px 0.00px 0.00px}#stacks_in_280763 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_280763 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_280763 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_280763 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_280763 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_280763 > .jack::after{border-radius:10px}#stacks_in_280763 > .jack.border-detailed-radius,#stacks_in_280763 > .jack.border-detailed-radius::after{border-radius:5.00px 5.00px 5.00px 5.00px}#stacks_in_280763 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_280763 > .jack.bg-color{background-color:#89C5FF}#stacks_in_280763 > .jack.bg-gradient{background-color:#FFD4B2}#stacks_in_280763 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_280763 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_280763 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_280763 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_280763 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_280763 > .jack.bg-image:not(.glass){}#stacks_in_280763 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_280763 > .jack.bg-image.glass.after,#stacks_in_280763 > .glass.jack.bg-image::after{opacity:0.65;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:3px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_280763 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_280763 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_280763 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_280763 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_280763 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_280763 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_280763 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_280763 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_280763 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_280763 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_280763 > .jack.bg-image.glass.after,#stacks_in_280763 > .glass.jack.bg-image::after{}#stacks_in_280763 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_280763 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_280763 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_280763 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_280763 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_280763 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_280763 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_280763 > .jack.peek-shadow::before,#stacks_in_280763 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_280763 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_280763 > .jack{overflow:hidden;}#stacks_in_280763 > .jack.height-static{height:100px}#stacks_in_280763 > .jack.height-minmax{min-height:100px;max-height:800px}
#stacks_in_280774 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_280774 .jwresp_col{overflow:hidden;margin:0;width:29%; float:left;}#stacks_in_280774 #jwresp_col2_stacks_in_280774{ float:right; width:69%}@media screen and (max-width:500px){#stacks_in_280774 #jwresp_col1_stacks_in_280774,#stacks_in_280774 #jwresp_col2_stacks_in_280774{width:100%;float:none;display:block}#stacks_in_280774 #jwresp_col1_stacks_in_280774{margin-bottom:15px}}

#stacks_in_280774 {
	margin: 10px 0px 10px 0px;
}

#stacks_in_281142 {
	margin: 15px 20px 0px 20px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_280778Calligrapher{			font-size: 115% !important;			color: #000000 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.4em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_280778Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280778Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280778Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280778Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280778Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280778Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280778Calligrapher h6, .stacks_in_280778Calligrapher h5, .stacks_in_280778Calligrapher h4, .stacks_in_280778Calligrapher h3, .stacks_in_280778Calligrapher h2, .stacks_in_280778Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_280778Calligrapher, .stacks_in_280778Calligrapher h1, .stacks_in_280778Calligrapher h2, .stacks_in_280778Calligrapher h3, .stacks_in_280778Calligrapher h4, .stacks_in_280778Calligrapher h5, .stacks_in_280778Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_280778targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_280778Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_280778Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_280778Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_280778Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_280778 {
	margin: 5px 10px 0px 20px;
	padding:  5px;
}

#stacks_in_280812 {
	padding:  8px;
}
#stacks_in_280904{padding-right:0.00px;padding-left:0.00px;}#stacks_in_280904 > .jack{margin:20px;padding:3px;border-color:#000000;border-width:0px;border-style:solid;border-radius:10px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_280904 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_280904 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_280904 > .jack.width-static{width:500px}#stacks_in_280904 > .jack.width-flexible{width:100%}#stacks_in_280904 > .jack.margin-detailed{margin:20.00px 0.00px 0.00px 0.00px}#stacks_in_280904 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_280904 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_280904 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_280904 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_280904 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_280904 > .jack::after{border-radius:10px}#stacks_in_280904 > .jack.border-detailed-radius,#stacks_in_280904 > .jack.border-detailed-radius::after{border-radius:5.00px 5.00px 5.00px 5.00px}#stacks_in_280904 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_280904 > .jack.bg-color{background-color:#89C5FF}#stacks_in_280904 > .jack.bg-gradient{background-color:#FFD4B2}#stacks_in_280904 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_280904 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_280904 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_280904 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_280904 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_280904 > .jack.bg-image:not(.glass){}#stacks_in_280904 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_280904 > .jack.bg-image.glass.after,#stacks_in_280904 > .glass.jack.bg-image::after{opacity:0.65;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:3px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_280904 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_280904 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_280904 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_280904 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_280904 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_280904 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_280904 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_280904 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_280904 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_280904 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_280904 > .jack.bg-image.glass.after,#stacks_in_280904 > .glass.jack.bg-image::after{}#stacks_in_280904 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_280904 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_280904 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_280904 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_280904 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_280904 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_280904 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_280904 > .jack.peek-shadow::before,#stacks_in_280904 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_280904 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_280904 > .jack{overflow:hidden;}#stacks_in_280904 > .jack.height-static{height:100px}#stacks_in_280904 > .jack.height-minmax{min-height:100px;max-height:800px}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_280906Calligrapher{			font-size: 150% !important;			color: #000000 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.4em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_280906Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280906Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280906Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280906Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280906Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280906Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280906Calligrapher h6, .stacks_in_280906Calligrapher h5, .stacks_in_280906Calligrapher h4, .stacks_in_280906Calligrapher h3, .stacks_in_280906Calligrapher h2, .stacks_in_280906Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_280906Calligrapher, .stacks_in_280906Calligrapher h1, .stacks_in_280906Calligrapher h2, .stacks_in_280906Calligrapher h3, .stacks_in_280906Calligrapher h4, .stacks_in_280906Calligrapher h5, .stacks_in_280906Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_280906targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_280906Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_280906Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_280906Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_280906Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_280906 {
	margin: 15px 20px 15px 20px;
	padding: 5px 5px 0px 5px;
}

#stacks_in_281154 {
	padding:  8px;
}
#stacks_in_278760{padding-right:0.00px;padding-left:0.00px;}#stacks_in_278760 > .jack{margin:20px;padding:3px;border-color:#000000;border-width:0px;border-style:solid;border-radius:10px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_278760 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_278760 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_278760 > .jack.width-static{width:500px}#stacks_in_278760 > .jack.width-flexible{width:100%}#stacks_in_278760 > .jack.margin-detailed{margin:20.00px 0.00px 0.00px 0.00px}#stacks_in_278760 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_278760 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_278760 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_278760 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_278760 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_278760 > .jack::after{border-radius:10px}#stacks_in_278760 > .jack.border-detailed-radius,#stacks_in_278760 > .jack.border-detailed-radius::after{border-radius:5.00px 5.00px 5.00px 5.00px}#stacks_in_278760 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_278760 > .jack.bg-color{background-color:#89C5FF}#stacks_in_278760 > .jack.bg-gradient{background-color:#FFD4B2}#stacks_in_278760 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_278760 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_278760 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_278760 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_278760 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_278760 > .jack.bg-image:not(.glass){}#stacks_in_278760 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_278760 > .jack.bg-image.glass.after,#stacks_in_278760 > .glass.jack.bg-image::after{opacity:0.65;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:3px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_278760 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_278760 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_278760 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_278760 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_278760 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_278760 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_278760 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_278760 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_278760 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_278760 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_278760 > .jack.bg-image.glass.after,#stacks_in_278760 > .glass.jack.bg-image::after{}#stacks_in_278760 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_278760 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_278760 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_278760 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_278760 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_278760 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_278760 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_278760 > .jack.peek-shadow::before,#stacks_in_278760 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_278760 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_278760 > .jack{overflow:hidden;}#stacks_in_278760 > .jack.height-static{height:100px}#stacks_in_278760 > .jack.height-minmax{min-height:100px;max-height:800px}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_280866Calligrapher{			font-size: 115% !important;			color: #000000 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.4em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_280866Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280866Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280866Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280866Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280866Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280866Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280866Calligrapher h6, .stacks_in_280866Calligrapher h5, .stacks_in_280866Calligrapher h4, .stacks_in_280866Calligrapher h3, .stacks_in_280866Calligrapher h2, .stacks_in_280866Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_280866Calligrapher, .stacks_in_280866Calligrapher h1, .stacks_in_280866Calligrapher h2, .stacks_in_280866Calligrapher h3, .stacks_in_280866Calligrapher h4, .stacks_in_280866Calligrapher h5, .stacks_in_280866Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_280866targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_280866Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_280866Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_280866Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_280866Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_280866 {
	margin: 5px 10px 0px 20px;
	padding:  5px;
}

#stacks_in_281156 {
	padding:  8px;
}

.spacerStack {
	height: 25.00px;
}

#spacerStackstacks_in_100326 {
	height: 25.00px;
}




























@media print {
	#spacerStackstacks_in_100326 {
		display: none !important;
	}
}
#stacks_in_278389 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_278389 .jwresp_col{float:none} #stacks_in_278389 #jwresp_col2_stacks_in_278389{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_278389 #jwresp_col1_stacks_in_278389,#stacks_in_278389 #jwresp_col3_stacks_in_278389{width:32%}#stacks_in_278389 #jwresp_col1_stacks_in_278389{float:left}#stacks_in_278389 #jwresp_col3_stacks_in_278389{float:right} @media screen and (max-width:770px){#stacks_in_278389 #jwresp_col1_stacks_in_278389,#stacks_in_278389 #jwresp_col3_stacks_in_278389{margin-bottom:20px}#stacks_in_278389 #jwresp_col1_stacks_in_278389{width:49%}#stacks_in_278389 #jwresp_col3_stacks_in_278389{width:49%}#stacks_in_278389 #jwresp_col2_stacks_in_278389{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_278389 #jwresp_col1_stacks_in_278389,#stacks_in_278389 #jwresp_col3_stacks_in_278389,#stacks_in_278389 #jwresp_col2_stacks_in_278389{float:none;width:100%;display:block}#stacks_in_278389 #jwresp_col1_stacks_in_278389,#stacks_in_278389 #jwresp_col3_stacks_in_278389{margin-bottom:20px}} 
#stacks_in_278390 *,
#stacks_in_278390 *:before,
#stacks_in_278390 *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}



.wow {
	visibility: hidden;
}
#stacks_in_278816{padding-left:10px;padding-right:10px;}#stacks_in_278816 > .jack{margin:10px;padding:3px;border-color:#000000;border-width:0px;border-style:solid;border-radius:10px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_278816 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_278816 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_278816 > .jack.width-static{width:500px}#stacks_in_278816 > .jack.width-flexible{width:100%}#stacks_in_278816 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_278816 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_278816 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_278816 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_278816 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_278816 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_278816 > .jack::after{border-radius:10px}#stacks_in_278816 > .jack.border-detailed-radius,#stacks_in_278816 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_278816 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_278816 > .jack.bg-color{background-color:#89C5FF}#stacks_in_278816 > .jack.bg-gradient{background-color:#FFD4B2}#stacks_in_278816 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_278816 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_278816 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_278816 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_278816 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_278816 > .jack.bg-image:not(.glass){}#stacks_in_278816 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_278816 > .jack.bg-image.glass.after,#stacks_in_278816 > .glass.jack.bg-image::after{opacity:0.65;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:3px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_278816 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_278816 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_278816 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_278816 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_278816 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_278816 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_278816 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_278816 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_278816 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_278816 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_278816 > .jack.bg-image.glass.after,#stacks_in_278816 > .glass.jack.bg-image::after{}#stacks_in_278816 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_278816 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_278816 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_278816 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_278816 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_278816 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_278816 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_278816 > .jack.peek-shadow::before,#stacks_in_278816 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_278816 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_278816 > .jack{overflow:hidden;}#stacks_in_278816 > .jack.height-static{height:100px}#stacks_in_278816 > .jack.height-minmax{min-height:100px;max-height:800px}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_278399Calligrapher{			font-size: 180% !important;			color: #000000 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_278399Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_278399Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_278399Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_278399Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_278399Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_278399Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_278399Calligrapher h6, .stacks_in_278399Calligrapher h5, .stacks_in_278399Calligrapher h4, .stacks_in_278399Calligrapher h3, .stacks_in_278399Calligrapher h2, .stacks_in_278399Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_278399Calligrapher, .stacks_in_278399Calligrapher h1, .stacks_in_278399Calligrapher h2, .stacks_in_278399Calligrapher h3, .stacks_in_278399Calligrapher h4, .stacks_in_278399Calligrapher h5, .stacks_in_278399Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_278399targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_278399Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_278399Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_278399Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_278399Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_278402 {
	line-height: 2em;
}

#stacks_in_278457 {
	line-height: 2em;
}
#stacks_in_278412 *,
#stacks_in_278412 *:before,
#stacks_in_278412 *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}



.wow {
	visibility: hidden;
}
#stacks_in_278933{padding-left:10px;padding-right:10px;}#stacks_in_278933 > .jack{margin:10px;padding:3px;border-color:#000000;border-width:0px;border-style:solid;border-radius:10px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_278933 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_278933 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_278933 > .jack.width-static{width:500px}#stacks_in_278933 > .jack.width-flexible{width:100%}#stacks_in_278933 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_278933 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_278933 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_278933 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_278933 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_278933 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_278933 > .jack::after{border-radius:10px}#stacks_in_278933 > .jack.border-detailed-radius,#stacks_in_278933 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_278933 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_278933 > .jack.bg-color{background-color:#89C5FF}#stacks_in_278933 > .jack.bg-gradient{background-color:#FFD4B2}#stacks_in_278933 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_278933 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_278933 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_278933 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_278933 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_278933 > .jack.bg-image:not(.glass){}#stacks_in_278933 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_278933 > .jack.bg-image.glass.after,#stacks_in_278933 > .glass.jack.bg-image::after{opacity:0.65;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:3px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_278933 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_278933 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_278933 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_278933 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_278933 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_278933 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_278933 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_278933 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_278933 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_278933 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_278933 > .jack.bg-image.glass.after,#stacks_in_278933 > .glass.jack.bg-image::after{}#stacks_in_278933 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_278933 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_278933 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_278933 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_278933 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_278933 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_278933 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_278933 > .jack.peek-shadow::before,#stacks_in_278933 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_278933 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_278933 > .jack{overflow:hidden;}#stacks_in_278933 > .jack.height-static{height:100px}#stacks_in_278933 > .jack.height-minmax{min-height:100px;max-height:800px}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_278936Calligrapher{			font-size: 180% !important;			color: #000000 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_278936Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_278936Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_278936Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_278936Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_278936Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_278936Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_278936Calligrapher h6, .stacks_in_278936Calligrapher h5, .stacks_in_278936Calligrapher h4, .stacks_in_278936Calligrapher h3, .stacks_in_278936Calligrapher h2, .stacks_in_278936Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_278936Calligrapher, .stacks_in_278936Calligrapher h1, .stacks_in_278936Calligrapher h2, .stacks_in_278936Calligrapher h3, .stacks_in_278936Calligrapher h4, .stacks_in_278936Calligrapher h5, .stacks_in_278936Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_278936targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_278936Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_278936Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_278936Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_278936Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_278939 {
	line-height: 2em;
}

#stacks_in_278941 {
	line-height: 2em;
}
#stacks_in_278434 *,
#stacks_in_278434 *:before,
#stacks_in_278434 *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}



.wow {
	visibility: hidden;
}
#stacks_in_278912{padding-left:10px;padding-right:10px;}#stacks_in_278912 > .jack{margin:10px;padding:3px;border-color:#000000;border-width:0px;border-style:solid;border-radius:10px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_278912 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_278912 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_278912 > .jack.width-static{width:500px}#stacks_in_278912 > .jack.width-flexible{width:100%}#stacks_in_278912 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_278912 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_278912 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_278912 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_278912 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_278912 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_278912 > .jack::after{border-radius:10px}#stacks_in_278912 > .jack.border-detailed-radius,#stacks_in_278912 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_278912 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_278912 > .jack.bg-color{background-color:#89C5FF}#stacks_in_278912 > .jack.bg-gradient{background-color:#FFD4B2}#stacks_in_278912 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_278912 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_278912 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_278912 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_278912 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_278912 > .jack.bg-image:not(.glass){}#stacks_in_278912 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_278912 > .jack.bg-image.glass.after,#stacks_in_278912 > .glass.jack.bg-image::after{opacity:0.65;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:3px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_278912 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_278912 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_278912 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_278912 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_278912 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_278912 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_278912 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_278912 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_278912 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_278912 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_278912 > .jack.bg-image.glass.after,#stacks_in_278912 > .glass.jack.bg-image::after{}#stacks_in_278912 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_278912 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_278912 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_278912 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_278912 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_278912 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_278912 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_278912 > .jack.peek-shadow::before,#stacks_in_278912 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_278912 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_278912 > .jack{overflow:hidden;}#stacks_in_278912 > .jack.height-static{height:100px}#stacks_in_278912 > .jack.height-minmax{min-height:100px;max-height:800px}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_278915Calligrapher{			font-size: 180% !important;			color: #000000 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_278915Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_278915Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_278915Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_278915Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_278915Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_278915Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_278915Calligrapher h6, .stacks_in_278915Calligrapher h5, .stacks_in_278915Calligrapher h4, .stacks_in_278915Calligrapher h3, .stacks_in_278915Calligrapher h2, .stacks_in_278915Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_278915Calligrapher, .stacks_in_278915Calligrapher h1, .stacks_in_278915Calligrapher h2, .stacks_in_278915Calligrapher h3, .stacks_in_278915Calligrapher h4, .stacks_in_278915Calligrapher h5, .stacks_in_278915Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_278915targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_278915Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_278915Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_278915Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_278915Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_278918 {
	line-height: 2em;
}

#stacks_in_278920 {
	line-height: 2em;
}
#stacks_in_281028{padding-left:0px;padding-right:0px;}#stacks_in_281028 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_281028 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_281028 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_281028 > .jack.width-static{width:500px}#stacks_in_281028 > .jack.width-flexible{width:100%}#stacks_in_281028 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_281028 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_281028 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_281028 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_281028 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_281028 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_281028 > .jack::after{border-radius:0px}#stacks_in_281028 > .jack.border-detailed-radius,#stacks_in_281028 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_281028 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_281028 > .jack.bg-color{background-color:#89C5FF}#stacks_in_281028 > .jack.bg-gradient{background-color:#89C5FF}#stacks_in_281028 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_281028 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_281028 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_281028 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_281028 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_281028 > .jack.bg-image:not(.glass){}#stacks_in_281028 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_281028 > .jack.bg-image.glass.after,#stacks_in_281028 > .glass.jack.bg-image::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_281028 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_281028 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_281028 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_281028 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_281028 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_281028 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_281028 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_281028 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_281028 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_281028 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_281028 > .jack.bg-image.glass.after,#stacks_in_281028 > .glass.jack.bg-image::after{}#stacks_in_281028 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_281028 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_281028 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_281028 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_281028 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_281028 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_281028 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_281028 > .jack.peek-shadow::before,#stacks_in_281028 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_281028 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_281028 > .jack{overflow:visible;}#stacks_in_281028 > .jack.height-static{height:100px}#stacks_in_281028 > .jack.height-minmax{min-height:100px;max-height:800px}
#stacks_in_280985{padding-left:10px;padding-right:10px;}#stacks_in_280985 > .jack{margin:10px;padding:3px;border-color:#000000;border-width:0px;border-style:solid;border-radius:10px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_280985 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_280985 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_280985 > .jack.width-static{width:500px}#stacks_in_280985 > .jack.width-flexible{width:100%}#stacks_in_280985 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_280985 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_280985 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_280985 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_280985 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_280985 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_280985 > .jack::after{border-radius:10px}#stacks_in_280985 > .jack.border-detailed-radius,#stacks_in_280985 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_280985 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_280985 > .jack.bg-color{background-color:#89C5FF}#stacks_in_280985 > .jack.bg-gradient{background-color:#FFD4B2}#stacks_in_280985 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_280985 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_280985 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_280985 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_280985 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_280985 > .jack.bg-image:not(.glass){}#stacks_in_280985 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_280985 > .jack.bg-image.glass.after,#stacks_in_280985 > .glass.jack.bg-image::after{opacity:0.65;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:3px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_280985 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_280985 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_280985 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_280985 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_280985 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_280985 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_280985 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_280985 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_280985 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_280985 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_280985 > .jack.bg-image.glass.after,#stacks_in_280985 > .glass.jack.bg-image::after{}#stacks_in_280985 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_280985 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_280985 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_280985 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_280985 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_280985 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_280985 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_280985 > .jack.peek-shadow::before,#stacks_in_280985 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_280985 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_280985 > .jack{overflow:hidden;}#stacks_in_280985 > .jack.height-static{height:100px}#stacks_in_280985 > .jack.height-minmax{min-height:100px;max-height:800px}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_280988Calligrapher{			font-size: 140% !important;			color: #000000 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_280988Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280988Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280988Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280988Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280988Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280988Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_280988Calligrapher h6, .stacks_in_280988Calligrapher h5, .stacks_in_280988Calligrapher h4, .stacks_in_280988Calligrapher h3, .stacks_in_280988Calligrapher h2, .stacks_in_280988Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_280988Calligrapher, .stacks_in_280988Calligrapher h1, .stacks_in_280988Calligrapher h2, .stacks_in_280988Calligrapher h3, .stacks_in_280988Calligrapher h4, .stacks_in_280988Calligrapher h5, .stacks_in_280988Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_280988targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_280988Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_280988Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_280988Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_280988Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_280991 {
	line-height: 2em;
}

#stacks_in_280993 {
	line-height: 2em;
}
#stacks_in_281015{padding-left:10px;padding-right:10px;}#stacks_in_281015 > .jack{margin:10px;padding:3px;border-color:#000000;border-width:0px;border-style:solid;border-radius:10px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_281015 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_281015 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_281015 > .jack.width-static{width:500px}#stacks_in_281015 > .jack.width-flexible{width:100%}#stacks_in_281015 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_281015 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_281015 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_281015 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_281015 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_281015 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_281015 > .jack::after{border-radius:10px}#stacks_in_281015 > .jack.border-detailed-radius,#stacks_in_281015 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_281015 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_281015 > .jack.bg-color{background-color:#89C5FF}#stacks_in_281015 > .jack.bg-gradient{background-color:#FFD4B2}#stacks_in_281015 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_281015 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_281015 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_281015 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_281015 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_281015 > .jack.bg-image:not(.glass){}#stacks_in_281015 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_281015 > .jack.bg-image.glass.after,#stacks_in_281015 > .glass.jack.bg-image::after{opacity:0.65;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:3px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_281015 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_281015 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_281015 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_281015 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_281015 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_281015 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_281015 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_281015 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_281015 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_281015 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_281015 > .jack.bg-image.glass.after,#stacks_in_281015 > .glass.jack.bg-image::after{}#stacks_in_281015 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_281015 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_281015 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_281015 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_281015 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_281015 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_281015 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_281015 > .jack.peek-shadow::before,#stacks_in_281015 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_281015 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_281015 > .jack{overflow:hidden;}#stacks_in_281015 > .jack.height-static{height:100px}#stacks_in_281015 > .jack.height-minmax{min-height:100px;max-height:800px}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_281030Calligrapher{			font-size: 140% !important;			color: #000000 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_281030Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_281030Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_281030Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_281030Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_281030Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_281030Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_281030Calligrapher h6, .stacks_in_281030Calligrapher h5, .stacks_in_281030Calligrapher h4, .stacks_in_281030Calligrapher h3, .stacks_in_281030Calligrapher h2, .stacks_in_281030Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_281030Calligrapher, .stacks_in_281030Calligrapher h1, .stacks_in_281030Calligrapher h2, .stacks_in_281030Calligrapher h3, .stacks_in_281030Calligrapher h4, .stacks_in_281030Calligrapher h5, .stacks_in_281030Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_281030targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_281030Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_281030Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_281030Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_281030Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_281021 {
	line-height: 2em;
}

#stacks_in_281023 {
	line-height: 2em;
}
#stacks_in_281036{padding-left:10px;padding-right:10px;}#stacks_in_281036 > .jack{margin:10px;padding:3px;border-color:#000000;border-width:0px;border-style:solid;border-radius:10px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_281036 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_281036 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_281036 > .jack.width-static{width:500px}#stacks_in_281036 > .jack.width-flexible{width:100%}#stacks_in_281036 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_281036 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_281036 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_281036 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_281036 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_281036 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_281036 > .jack::after{border-radius:10px}#stacks_in_281036 > .jack.border-detailed-radius,#stacks_in_281036 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_281036 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_281036 > .jack.bg-color{background-color:#89C5FF}#stacks_in_281036 > .jack.bg-gradient{background-color:#FFD4B2}#stacks_in_281036 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_281036 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_281036 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_281036 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_281036 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_281036 > .jack.bg-image:not(.glass){}#stacks_in_281036 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_281036 > .jack.bg-image.glass.after,#stacks_in_281036 > .glass.jack.bg-image::after{opacity:0.65;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:3px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_281036 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_281036 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_281036 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_281036 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_281036 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_281036 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_281036 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_281036 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_281036 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_281036 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_281036 > .jack.bg-image.glass.after,#stacks_in_281036 > .glass.jack.bg-image::after{}#stacks_in_281036 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_281036 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_281036 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_281036 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_281036 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_281036 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_281036 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_281036 > .jack.peek-shadow::before,#stacks_in_281036 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_281036 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_281036 > .jack{overflow:hidden;}#stacks_in_281036 > .jack.height-static{height:100px}#stacks_in_281036 > .jack.height-minmax{min-height:100px;max-height:800px}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_281037Calligrapher{			font-size: 140% !important;			color: #000000 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_281037Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_281037Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_281037Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_281037Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_281037Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_281037Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_281037Calligrapher h6, .stacks_in_281037Calligrapher h5, .stacks_in_281037Calligrapher h4, .stacks_in_281037Calligrapher h3, .stacks_in_281037Calligrapher h2, .stacks_in_281037Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_281037Calligrapher, .stacks_in_281037Calligrapher h1, .stacks_in_281037Calligrapher h2, .stacks_in_281037Calligrapher h3, .stacks_in_281037Calligrapher h4, .stacks_in_281037Calligrapher h5, .stacks_in_281037Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_281037targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_281037Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_281037Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_281037Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_281037Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_281047 {
	line-height: 2em;
}

#stacks_in_281048 {
	line-height: 2em;
}
#stacks_in_281619{padding-left:0px;padding-right:0px;}#stacks_in_281619 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_281619 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_281619 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_281619 > .jack.width-static{width:500px}#stacks_in_281619 > .jack.width-flexible{width:100%}#stacks_in_281619 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_281619 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_281619 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_281619 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_281619 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_281619 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_281619 > .jack::after{border-radius:0px}#stacks_in_281619 > .jack.border-detailed-radius,#stacks_in_281619 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_281619 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_281619 > .jack.bg-color{background-color:#89C5FF}#stacks_in_281619 > .jack.bg-gradient{background-color:#89C5FF}#stacks_in_281619 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_281619 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_281619 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_281619 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_281619 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_281619 > .jack.bg-image:not(.glass){}#stacks_in_281619 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_281619 > .jack.bg-image.glass.after,#stacks_in_281619 > .glass.jack.bg-image::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_281619 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_281619 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_281619 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_281619 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_281619 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_281619 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_281619 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_281619 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_281619 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_281619 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_281619 > .jack.bg-image.glass.after,#stacks_in_281619 > .glass.jack.bg-image::after{}#stacks_in_281619 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_281619 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_281619 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_281619 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_281619 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_281619 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_281619 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_281619 > .jack.peek-shadow::before,#stacks_in_281619 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_281619 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_281619 > .jack{overflow:visible;}#stacks_in_281619 > .jack.height-static{height:100px}#stacks_in_281619 > .jack.height-minmax{min-height:100px;max-height:800px}
#stacks_in_281620{padding-right:0.00px;padding-left:0.00px;}#stacks_in_281620 > .jack{margin:0px;padding:3px;border-color:#000000;border-width:0px;border-style:solid;border-radius:10px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_281620 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_281620 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_281620 > .jack.width-static{width:500px}#stacks_in_281620 > .jack.width-flexible{width:100%}#stacks_in_281620 > .jack.margin-detailed{margin:0.00px 0.00px 15.00px 0.00px}#stacks_in_281620 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_281620 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_281620 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_281620 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_281620 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_281620 > .jack::after{border-radius:10px}#stacks_in_281620 > .jack.border-detailed-radius,#stacks_in_281620 > .jack.border-detailed-radius::after{border-radius:10.00px 10.00px 0.00px 0.00px}#stacks_in_281620 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_281620 > .jack.bg-color{background-color:#89C5FF}#stacks_in_281620 > .jack.bg-gradient{background-color:#FFD4B2}#stacks_in_281620 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_281620 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_281620 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_281620 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_281620 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_281620 > .jack.bg-image:not(.glass){}#stacks_in_281620 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_281620 > .jack.bg-image.glass.after,#stacks_in_281620 > .glass.jack.bg-image::after{opacity:0.65;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:3px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_281620 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_281620 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_281620 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_281620 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_281620 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_281620 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_281620 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_281620 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_281620 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_281620 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_281620 > .jack.bg-image.glass.after,#stacks_in_281620 > .glass.jack.bg-image::after{}#stacks_in_281620 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_281620 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_281620 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_281620 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_281620 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_281620 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_281620 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_281620 > .jack.peek-shadow::before,#stacks_in_281620 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_281620 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_281620 > .jack{overflow:hidden;}#stacks_in_281620 > .jack.height-static{height:100px}#stacks_in_281620 > .jack.height-minmax{min-height:100px;max-height:800px}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_281623Calligrapher{			font-size: 200% !important;			color: #C1551E !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_281623Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_281623Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_281623Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_281623Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_281623Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_281623Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_281623Calligrapher h6, .stacks_in_281623Calligrapher h5, .stacks_in_281623Calligrapher h4, .stacks_in_281623Calligrapher h3, .stacks_in_281623Calligrapher h2, .stacks_in_281623Calligrapher h1{			color: #000000 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_281623Calligrapher, .stacks_in_281623Calligrapher h1, .stacks_in_281623Calligrapher h2, .stacks_in_281623Calligrapher h3, .stacks_in_281623Calligrapher h4, .stacks_in_281623Calligrapher h5, .stacks_in_281623Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_281623targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_281623Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_281623Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_281623Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_281623Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_281623 {
	margin: 15px 0px 15px 0px;
}
#stacks_in_281637{padding-left:0px;padding-right:0px;}#stacks_in_281637 > .jack{margin:0px;padding:3px;border-color:#000000;border-width:0px;border-style:solid;border-radius:10px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_281637 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_281637 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_281637 > .jack.width-static{width:500px}#stacks_in_281637 > .jack.width-flexible{width:100%}#stacks_in_281637 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_281637 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_281637 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_281637 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_281637 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_281637 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_281637 > .jack::after{border-radius:10px}#stacks_in_281637 > .jack.border-detailed-radius,#stacks_in_281637 > .jack.border-detailed-radius::after{border-radius:10.00px 10.00px 0.00px 0.00px}#stacks_in_281637 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_281637 > .jack.bg-color{background-color:#89C5FF}#stacks_in_281637 > .jack.bg-gradient{background-color:#FFD4B2}#stacks_in_281637 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_281637 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_281637 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_281637 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_281637 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_281637 > .jack.bg-image:not(.glass){}#stacks_in_281637 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_281637 > .jack.bg-image.glass.after,#stacks_in_281637 > .glass.jack.bg-image::after{opacity:0.65;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:3px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_281637 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_281637 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_281637 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_281637 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_281637 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_281637 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_281637 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_281637 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_281637 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_281637 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_281637 > .jack.bg-image.glass.after,#stacks_in_281637 > .glass.jack.bg-image::after{}#stacks_in_281637 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_281637 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_281637 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_281637 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_281637 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_281637 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_281637 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_281637 > .jack.peek-shadow::before,#stacks_in_281637 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_281637 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_281637 > .jack{overflow:hidden;}#stacks_in_281637 > .jack.height-static{height:100px}#stacks_in_281637 > .jack.height-minmax{min-height:100px;max-height:800px}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_281638Calligrapher{			font-size: 200% !important;			color: #C1551E !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_281638Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_281638Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_281638Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_281638Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_281638Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_281638Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_281638Calligrapher h6, .stacks_in_281638Calligrapher h5, .stacks_in_281638Calligrapher h4, .stacks_in_281638Calligrapher h3, .stacks_in_281638Calligrapher h2, .stacks_in_281638Calligrapher h1{			color: #000000 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_281638Calligrapher, .stacks_in_281638Calligrapher h1, .stacks_in_281638Calligrapher h2, .stacks_in_281638Calligrapher h3, .stacks_in_281638Calligrapher h4, .stacks_in_281638Calligrapher h5, .stacks_in_281638Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_281638targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_281638Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_281638Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_281638Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_281638Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_281638 {
	margin: 10px 30px 10px 30px;
}
#splide-stacks_in_281644 .splide__progress {
    margin-top: 20px;
    margin-bottom: 10px
}

#splide-stacks_in_281644 .splide__progress__bar {
    background: rgba(222, 99, 19, 1.00);
    height: 2px
}

#splide-stacks_in_281644 .splide__video__wrapper video,
#splide-stacks_in_281644 .splider-vid img {
    width: 100%;
    height: 100%;
    
}

#splide-stacks_in_281644>.splide__track {
    
}



#splide-stacks_in_281644:not(.splide--grid)>.splide__track>.splide__list>.splide__slide,
#splide-stacks_in_281644>.splide__track>.splide__list>.splide__slide>.splide__slide__row>.splide__slide {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap
}

#splide-stacks_in_281644 .splide__slide>.stacks_out {
    width: 100%
}

#splide-stacks_in_281644:not(.splide--grid):not(.splide--fade)>.splide__track>.splide__list>.splide__slide,
#splide-stacks_in_281644>.splide__track>.splide__list>.splide__slide>.splide__slide__row>.splide__slide {
    opacity: 1.00;
    transition: opacity 0.15s cubic-bezier(.54, .01, .1, 1), background-color 0.15s cubic-bezier(.54, .01, .1, 1), color 0.15s cubic-bezier(.54, .01, .1, 1)
}

#splide-stacks_in_281644:not(.splide--grid):not(.splide--fade)>.splide__track>.splide__list>.splide__slide.is-active,
#splide-stacks_in_281644>.splide__track>.splide__list>.splide__slide.is-active>.splide__slide__row>.splide__slide {
    opacity: 1
}

.splide-stacks_in_281646{}
#stacks_in_281650{}#stacks_in_281650 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:10px;background-attachment:scroll;background-clip:content-box !important;background-origin:content-box !important}#stacks_in_281650 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_281650 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_281650 > .jack.width-static{width:280px}#stacks_in_281650 > .jack.width-flexible{width:100%}#stacks_in_281650 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_281650 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_281650 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_281650 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_281650 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_281650 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_281650 > .jack::after{border-radius:10px}#stacks_in_281650 > .jack.border-detailed-radius,#stacks_in_281650 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_281650 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_281650 > .jack.bg-color{background-color:#89C5FF}#stacks_in_281650 > .jack.bg-gradient{background-color:#FFFFFF}#stacks_in_281650 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_281650 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_281650 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_281650 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_281650 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_281650 > .jack.bg-image:not(.glass){}#stacks_in_281650 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_281650 > .jack.bg-image.glass.after,#stacks_in_281650 > .glass.jack.bg-image::after{opacity:0.60;background-attachment:scroll;background-clip:content-box !important;background-origin:content-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_281650 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_281650 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_281650 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_281650 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_281650 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_281650 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_281650 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_281650 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_281650 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_281650 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_281650 > .jack.bg-image.glass.after,#stacks_in_281650 > .glass.jack.bg-image::after{}#stacks_in_281650 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_281650 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_281650 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_281650 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_281650 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_281650 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_281650 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_281650 > .jack.peek-shadow::before,#stacks_in_281650 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_281650 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_281650 > .jack{overflow:visible;}#stacks_in_281650 > .jack.height-static{height:100px}#stacks_in_281650 > .jack.height-minmax{min-height:100px;max-height:800px}
#stacks_in_281652{padding-left:0px;padding-right:0px;}#stacks_in_281652 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:10px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_281652 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_281652 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_281652 > .jack.width-static{width:500px}#stacks_in_281652 > .jack.width-flexible{width:100%}#stacks_in_281652 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_281652 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_281652 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_281652 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_281652 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_281652 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_281652 > .jack::after{border-radius:10px}#stacks_in_281652 > .jack.border-detailed-radius,#stacks_in_281652 > .jack.border-detailed-radius::after{border-radius:10.00px 10.00px 0.00px 0.00px}#stacks_in_281652 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_281652 > .jack.bg-color{background-color:#89C5FF}#stacks_in_281652 > .jack.bg-gradient{background-color:#FFD4B2}#stacks_in_281652 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_281652 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_281652 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_281652 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_281652 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_281652 > .jack.bg-image:not(.glass){}#stacks_in_281652 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_281652 > .jack.bg-image.glass.after,#stacks_in_281652 > .glass.jack.bg-image::after{opacity:0.65;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_281652 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_281652 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_281652 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_281652 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_281652 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_281652 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_281652 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_281652 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_281652 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_281652 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_281652 > .jack.bg-image.glass.after,#stacks_in_281652 > .glass.jack.bg-image::after{}#stacks_in_281652 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_281652 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_281652 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_281652 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_281652 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_281652 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_281652 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_281652 > .jack.peek-shadow::before,#stacks_in_281652 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_281652 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_281652 > .jack{overflow:hidden;}#stacks_in_281652 > .jack.height-static{height:100px}#stacks_in_281652 > .jack.height-minmax{min-height:100px;max-height:800px}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_281654Calligrapher{			font-size: 100% !important;			color: #333333 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_281654Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281654Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281654Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281654Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281654Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281654Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281654Calligrapher h6, .stacks_in_281654Calligrapher h5, .stacks_in_281654Calligrapher h4, .stacks_in_281654Calligrapher h3, .stacks_in_281654Calligrapher h2, .stacks_in_281654Calligrapher h1{			color: #000000 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_281654Calligrapher, .stacks_in_281654Calligrapher h1, .stacks_in_281654Calligrapher h2, .stacks_in_281654Calligrapher h3, .stacks_in_281654Calligrapher h4, .stacks_in_281654Calligrapher h5, .stacks_in_281654Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_281654targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_281654Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_281654Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_281654Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_281654Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_281654 {
	margin: 10px 5px 10px 5px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_281660Calligrapher{			font-size: 100% !important;			color: #000000 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_281660Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281660Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281660Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281660Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281660Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281660Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281660Calligrapher h6, .stacks_in_281660Calligrapher h5, .stacks_in_281660Calligrapher h4, .stacks_in_281660Calligrapher h3, .stacks_in_281660Calligrapher h2, .stacks_in_281660Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_281660Calligrapher, .stacks_in_281660Calligrapher h1, .stacks_in_281660Calligrapher h2, .stacks_in_281660Calligrapher h3, .stacks_in_281660Calligrapher h4, .stacks_in_281660Calligrapher h5, .stacks_in_281660Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_281660targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_281660Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_281660Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_281660Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_281660Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_281660 {
	margin: 5px 25px 0px 25px;
}

#stacks_in_281663 {
	line-height: 2em;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_281664Calligrapher{			font-size: 120% !important;			color: #C1551E !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_281664Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281664Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281664Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281664Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281664Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281664Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281664Calligrapher h6, .stacks_in_281664Calligrapher h5, .stacks_in_281664Calligrapher h4, .stacks_in_281664Calligrapher h3, .stacks_in_281664Calligrapher h2, .stacks_in_281664Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_281664Calligrapher, .stacks_in_281664Calligrapher h1, .stacks_in_281664Calligrapher h2, .stacks_in_281664Calligrapher h3, .stacks_in_281664Calligrapher h4, .stacks_in_281664Calligrapher h5, .stacks_in_281664Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_281664targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_281664Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_281664Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_281664Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_281664Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_281664 {
	margin: 0px 25px 10px 25px;
}

#stacks_in_281667 {
	line-height: 2em;
}
.splide-stacks_in_281668{}
#stacks_in_281671{}#stacks_in_281671 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:10px;background-attachment:scroll;background-clip:content-box !important;background-origin:content-box !important}#stacks_in_281671 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_281671 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_281671 > .jack.width-static{width:280px}#stacks_in_281671 > .jack.width-flexible{width:100%}#stacks_in_281671 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_281671 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_281671 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_281671 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_281671 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_281671 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_281671 > .jack::after{border-radius:10px}#stacks_in_281671 > .jack.border-detailed-radius,#stacks_in_281671 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_281671 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_281671 > .jack.bg-color{background-color:#89C5FF}#stacks_in_281671 > .jack.bg-gradient{background-color:#FFFFFF}#stacks_in_281671 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_281671 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_281671 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_281671 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_281671 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_281671 > .jack.bg-image:not(.glass){}#stacks_in_281671 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_281671 > .jack.bg-image.glass.after,#stacks_in_281671 > .glass.jack.bg-image::after{opacity:0.60;background-attachment:scroll;background-clip:content-box !important;background-origin:content-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_281671 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_281671 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_281671 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_281671 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_281671 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_281671 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_281671 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_281671 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_281671 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_281671 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_281671 > .jack.bg-image.glass.after,#stacks_in_281671 > .glass.jack.bg-image::after{}#stacks_in_281671 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_281671 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_281671 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_281671 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_281671 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_281671 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_281671 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_281671 > .jack.peek-shadow::before,#stacks_in_281671 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_281671 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_281671 > .jack{overflow:visible;}#stacks_in_281671 > .jack.height-static{height:100px}#stacks_in_281671 > .jack.height-minmax{min-height:100px;max-height:800px}
#stacks_in_281673{padding-left:0px;padding-right:0px;}#stacks_in_281673 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:10px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_281673 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_281673 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_281673 > .jack.width-static{width:500px}#stacks_in_281673 > .jack.width-flexible{width:100%}#stacks_in_281673 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_281673 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_281673 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_281673 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_281673 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_281673 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_281673 > .jack::after{border-radius:10px}#stacks_in_281673 > .jack.border-detailed-radius,#stacks_in_281673 > .jack.border-detailed-radius::after{border-radius:10.00px 10.00px 0.00px 0.00px}#stacks_in_281673 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_281673 > .jack.bg-color{background-color:#89C5FF}#stacks_in_281673 > .jack.bg-gradient{background-color:#FFD4B2}#stacks_in_281673 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_281673 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_281673 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_281673 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_281673 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_281673 > .jack.bg-image:not(.glass){}#stacks_in_281673 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_281673 > .jack.bg-image.glass.after,#stacks_in_281673 > .glass.jack.bg-image::after{opacity:0.65;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_281673 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_281673 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_281673 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_281673 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_281673 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_281673 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_281673 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_281673 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_281673 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_281673 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_281673 > .jack.bg-image.glass.after,#stacks_in_281673 > .glass.jack.bg-image::after{}#stacks_in_281673 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_281673 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_281673 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_281673 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_281673 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_281673 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_281673 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_281673 > .jack.peek-shadow::before,#stacks_in_281673 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_281673 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_281673 > .jack{overflow:hidden;}#stacks_in_281673 > .jack.height-static{height:100px}#stacks_in_281673 > .jack.height-minmax{min-height:100px;max-height:800px}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_281675Calligrapher{			font-size: 100% !important;			color: #333333 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_281675Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281675Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281675Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281675Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281675Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281675Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281675Calligrapher h6, .stacks_in_281675Calligrapher h5, .stacks_in_281675Calligrapher h4, .stacks_in_281675Calligrapher h3, .stacks_in_281675Calligrapher h2, .stacks_in_281675Calligrapher h1{			color: #000000 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_281675Calligrapher, .stacks_in_281675Calligrapher h1, .stacks_in_281675Calligrapher h2, .stacks_in_281675Calligrapher h3, .stacks_in_281675Calligrapher h4, .stacks_in_281675Calligrapher h5, .stacks_in_281675Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_281675targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_281675Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_281675Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_281675Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_281675Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_281675 {
	margin: 10px 5px 10px 5px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_281681Calligrapher{			font-size: 100% !important;			color: #000000 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_281681Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281681Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281681Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281681Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281681Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281681Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281681Calligrapher h6, .stacks_in_281681Calligrapher h5, .stacks_in_281681Calligrapher h4, .stacks_in_281681Calligrapher h3, .stacks_in_281681Calligrapher h2, .stacks_in_281681Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_281681Calligrapher, .stacks_in_281681Calligrapher h1, .stacks_in_281681Calligrapher h2, .stacks_in_281681Calligrapher h3, .stacks_in_281681Calligrapher h4, .stacks_in_281681Calligrapher h5, .stacks_in_281681Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_281681targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_281681Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_281681Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_281681Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_281681Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_281681 {
	margin: 5px 25px 0px 25px;
}

#stacks_in_281684 {
	line-height: 2em;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_281685Calligrapher{			font-size: 120% !important;			color: #C1551E !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_281685Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281685Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281685Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281685Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281685Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281685Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281685Calligrapher h6, .stacks_in_281685Calligrapher h5, .stacks_in_281685Calligrapher h4, .stacks_in_281685Calligrapher h3, .stacks_in_281685Calligrapher h2, .stacks_in_281685Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_281685Calligrapher, .stacks_in_281685Calligrapher h1, .stacks_in_281685Calligrapher h2, .stacks_in_281685Calligrapher h3, .stacks_in_281685Calligrapher h4, .stacks_in_281685Calligrapher h5, .stacks_in_281685Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_281685targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_281685Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_281685Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_281685Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_281685Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_281685 {
	margin: 0px 25px 10px 25px;
}

#stacks_in_281688 {
	line-height: 2em;
}
.splide-stacks_in_281689{}
#stacks_in_281692{}#stacks_in_281692 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:10px;background-attachment:scroll;background-clip:content-box !important;background-origin:content-box !important}#stacks_in_281692 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_281692 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_281692 > .jack.width-static{width:280px}#stacks_in_281692 > .jack.width-flexible{width:100%}#stacks_in_281692 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_281692 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_281692 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_281692 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_281692 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_281692 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_281692 > .jack::after{border-radius:10px}#stacks_in_281692 > .jack.border-detailed-radius,#stacks_in_281692 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_281692 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_281692 > .jack.bg-color{background-color:#89C5FF}#stacks_in_281692 > .jack.bg-gradient{background-color:#FFFFFF}#stacks_in_281692 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_281692 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_281692 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_281692 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_281692 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_281692 > .jack.bg-image:not(.glass){}#stacks_in_281692 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_281692 > .jack.bg-image.glass.after,#stacks_in_281692 > .glass.jack.bg-image::after{opacity:0.60;background-attachment:scroll;background-clip:content-box !important;background-origin:content-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_281692 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_281692 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_281692 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_281692 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_281692 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_281692 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_281692 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_281692 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_281692 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_281692 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_281692 > .jack.bg-image.glass.after,#stacks_in_281692 > .glass.jack.bg-image::after{}#stacks_in_281692 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_281692 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_281692 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_281692 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_281692 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_281692 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_281692 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_281692 > .jack.peek-shadow::before,#stacks_in_281692 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_281692 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_281692 > .jack{overflow:visible;}#stacks_in_281692 > .jack.height-static{height:100px}#stacks_in_281692 > .jack.height-minmax{min-height:100px;max-height:800px}
#stacks_in_281694{padding-left:0px;padding-right:0px;}#stacks_in_281694 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:10px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_281694 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_281694 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_281694 > .jack.width-static{width:500px}#stacks_in_281694 > .jack.width-flexible{width:100%}#stacks_in_281694 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_281694 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_281694 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_281694 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_281694 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_281694 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_281694 > .jack::after{border-radius:10px}#stacks_in_281694 > .jack.border-detailed-radius,#stacks_in_281694 > .jack.border-detailed-radius::after{border-radius:10.00px 10.00px 0.00px 0.00px}#stacks_in_281694 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_281694 > .jack.bg-color{background-color:#89C5FF}#stacks_in_281694 > .jack.bg-gradient{background-color:#FFD4B2}#stacks_in_281694 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_281694 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_281694 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_281694 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_281694 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_281694 > .jack.bg-image:not(.glass){}#stacks_in_281694 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_281694 > .jack.bg-image.glass.after,#stacks_in_281694 > .glass.jack.bg-image::after{opacity:0.65;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_281694 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_281694 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_281694 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_281694 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_281694 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_281694 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_281694 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_281694 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_281694 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_281694 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_281694 > .jack.bg-image.glass.after,#stacks_in_281694 > .glass.jack.bg-image::after{}#stacks_in_281694 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_281694 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_281694 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_281694 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_281694 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_281694 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_281694 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_281694 > .jack.peek-shadow::before,#stacks_in_281694 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_281694 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_281694 > .jack{overflow:hidden;}#stacks_in_281694 > .jack.height-static{height:100px}#stacks_in_281694 > .jack.height-minmax{min-height:100px;max-height:800px}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_281696Calligrapher{			font-size: 100% !important;			color: #333333 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_281696Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281696Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281696Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281696Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281696Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281696Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281696Calligrapher h6, .stacks_in_281696Calligrapher h5, .stacks_in_281696Calligrapher h4, .stacks_in_281696Calligrapher h3, .stacks_in_281696Calligrapher h2, .stacks_in_281696Calligrapher h1{			color: #000000 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_281696Calligrapher, .stacks_in_281696Calligrapher h1, .stacks_in_281696Calligrapher h2, .stacks_in_281696Calligrapher h3, .stacks_in_281696Calligrapher h4, .stacks_in_281696Calligrapher h5, .stacks_in_281696Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_281696targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_281696Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_281696Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_281696Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_281696Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_281696 {
	margin: 10px 5px 10px 5px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_281702Calligrapher{			font-size: 100% !important;			color: #000000 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_281702Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281702Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281702Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281702Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281702Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281702Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281702Calligrapher h6, .stacks_in_281702Calligrapher h5, .stacks_in_281702Calligrapher h4, .stacks_in_281702Calligrapher h3, .stacks_in_281702Calligrapher h2, .stacks_in_281702Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_281702Calligrapher, .stacks_in_281702Calligrapher h1, .stacks_in_281702Calligrapher h2, .stacks_in_281702Calligrapher h3, .stacks_in_281702Calligrapher h4, .stacks_in_281702Calligrapher h5, .stacks_in_281702Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_281702targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_281702Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_281702Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_281702Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_281702Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_281702 {
	margin: 5px 25px 0px 25px;
}

#stacks_in_281705 {
	line-height: 2em;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_281706Calligrapher{			font-size: 120% !important;			color: #C1551E !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_281706Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281706Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281706Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281706Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281706Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281706Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281706Calligrapher h6, .stacks_in_281706Calligrapher h5, .stacks_in_281706Calligrapher h4, .stacks_in_281706Calligrapher h3, .stacks_in_281706Calligrapher h2, .stacks_in_281706Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_281706Calligrapher, .stacks_in_281706Calligrapher h1, .stacks_in_281706Calligrapher h2, .stacks_in_281706Calligrapher h3, .stacks_in_281706Calligrapher h4, .stacks_in_281706Calligrapher h5, .stacks_in_281706Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_281706targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_281706Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_281706Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_281706Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_281706Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_281706 {
	margin: 0px 25px 10px 25px;
}

#stacks_in_281709 {
	line-height: 2em;
}
.splide-stacks_in_281710{}
#stacks_in_281713{}#stacks_in_281713 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:10px;background-attachment:scroll;background-clip:content-box !important;background-origin:content-box !important}#stacks_in_281713 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_281713 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_281713 > .jack.width-static{width:280px}#stacks_in_281713 > .jack.width-flexible{width:100%}#stacks_in_281713 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_281713 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_281713 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_281713 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_281713 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_281713 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_281713 > .jack::after{border-radius:10px}#stacks_in_281713 > .jack.border-detailed-radius,#stacks_in_281713 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_281713 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_281713 > .jack.bg-color{background-color:#89C5FF}#stacks_in_281713 > .jack.bg-gradient{background-color:#FFFFFF}#stacks_in_281713 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_281713 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_281713 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_281713 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_281713 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_281713 > .jack.bg-image:not(.glass){}#stacks_in_281713 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_281713 > .jack.bg-image.glass.after,#stacks_in_281713 > .glass.jack.bg-image::after{opacity:0.60;background-attachment:scroll;background-clip:content-box !important;background-origin:content-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_281713 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_281713 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_281713 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_281713 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_281713 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_281713 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_281713 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_281713 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_281713 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_281713 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_281713 > .jack.bg-image.glass.after,#stacks_in_281713 > .glass.jack.bg-image::after{}#stacks_in_281713 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_281713 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_281713 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_281713 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_281713 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_281713 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_281713 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_281713 > .jack.peek-shadow::before,#stacks_in_281713 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_281713 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_281713 > .jack{overflow:visible;}#stacks_in_281713 > .jack.height-static{height:100px}#stacks_in_281713 > .jack.height-minmax{min-height:100px;max-height:800px}
#stacks_in_281715{padding-left:0px;padding-right:0px;}#stacks_in_281715 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:10px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_281715 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_281715 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_281715 > .jack.width-static{width:500px}#stacks_in_281715 > .jack.width-flexible{width:100%}#stacks_in_281715 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_281715 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_281715 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_281715 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_281715 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_281715 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_281715 > .jack::after{border-radius:10px}#stacks_in_281715 > .jack.border-detailed-radius,#stacks_in_281715 > .jack.border-detailed-radius::after{border-radius:10.00px 10.00px 0.00px 0.00px}#stacks_in_281715 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_281715 > .jack.bg-color{background-color:#89C5FF}#stacks_in_281715 > .jack.bg-gradient{background-color:#FFD4B2}#stacks_in_281715 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_281715 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_281715 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_281715 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_281715 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_281715 > .jack.bg-image:not(.glass){}#stacks_in_281715 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_281715 > .jack.bg-image.glass.after,#stacks_in_281715 > .glass.jack.bg-image::after{opacity:0.65;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_281715 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_281715 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_281715 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_281715 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_281715 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_281715 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_281715 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_281715 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_281715 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_281715 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_281715 > .jack.bg-image.glass.after,#stacks_in_281715 > .glass.jack.bg-image::after{}#stacks_in_281715 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_281715 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_281715 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_281715 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_281715 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_281715 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_281715 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_281715 > .jack.peek-shadow::before,#stacks_in_281715 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_281715 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_281715 > .jack{overflow:hidden;}#stacks_in_281715 > .jack.height-static{height:100px}#stacks_in_281715 > .jack.height-minmax{min-height:100px;max-height:800px}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_281717Calligrapher{			font-size: 100% !important;			color: #333333 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_281717Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281717Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281717Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281717Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281717Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281717Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281717Calligrapher h6, .stacks_in_281717Calligrapher h5, .stacks_in_281717Calligrapher h4, .stacks_in_281717Calligrapher h3, .stacks_in_281717Calligrapher h2, .stacks_in_281717Calligrapher h1{			color: #000000 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_281717Calligrapher, .stacks_in_281717Calligrapher h1, .stacks_in_281717Calligrapher h2, .stacks_in_281717Calligrapher h3, .stacks_in_281717Calligrapher h4, .stacks_in_281717Calligrapher h5, .stacks_in_281717Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_281717targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_281717Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_281717Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_281717Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_281717Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_281717 {
	margin: 10px 5px 10px 5px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_281723Calligrapher{			font-size: 100% !important;			color: #000000 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_281723Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281723Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281723Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281723Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281723Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281723Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281723Calligrapher h6, .stacks_in_281723Calligrapher h5, .stacks_in_281723Calligrapher h4, .stacks_in_281723Calligrapher h3, .stacks_in_281723Calligrapher h2, .stacks_in_281723Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_281723Calligrapher, .stacks_in_281723Calligrapher h1, .stacks_in_281723Calligrapher h2, .stacks_in_281723Calligrapher h3, .stacks_in_281723Calligrapher h4, .stacks_in_281723Calligrapher h5, .stacks_in_281723Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_281723targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_281723Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_281723Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_281723Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_281723Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_281723 {
	margin: 5px 25px 0px 25px;
}

#stacks_in_281726 {
	line-height: 2em;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_281727Calligrapher{			font-size: 120% !important;			color: #C1551E !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_281727Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281727Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281727Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281727Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281727Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281727Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281727Calligrapher h6, .stacks_in_281727Calligrapher h5, .stacks_in_281727Calligrapher h4, .stacks_in_281727Calligrapher h3, .stacks_in_281727Calligrapher h2, .stacks_in_281727Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_281727Calligrapher, .stacks_in_281727Calligrapher h1, .stacks_in_281727Calligrapher h2, .stacks_in_281727Calligrapher h3, .stacks_in_281727Calligrapher h4, .stacks_in_281727Calligrapher h5, .stacks_in_281727Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_281727targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_281727Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_281727Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_281727Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_281727Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_281727 {
	margin: 0px 25px 10px 25px;
}

#stacks_in_281730 {
	line-height: 2em;
}
.splide-stacks_in_281731{}
#stacks_in_281734{}#stacks_in_281734 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:10px;background-attachment:scroll;background-clip:content-box !important;background-origin:content-box !important}#stacks_in_281734 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_281734 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_281734 > .jack.width-static{width:280px}#stacks_in_281734 > .jack.width-flexible{width:100%}#stacks_in_281734 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_281734 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_281734 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_281734 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_281734 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_281734 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_281734 > .jack::after{border-radius:10px}#stacks_in_281734 > .jack.border-detailed-radius,#stacks_in_281734 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_281734 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_281734 > .jack.bg-color{background-color:#89C5FF}#stacks_in_281734 > .jack.bg-gradient{background-color:#FFFFFF}#stacks_in_281734 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_281734 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_281734 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_281734 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_281734 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_281734 > .jack.bg-image:not(.glass){}#stacks_in_281734 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_281734 > .jack.bg-image.glass.after,#stacks_in_281734 > .glass.jack.bg-image::after{opacity:0.60;background-attachment:scroll;background-clip:content-box !important;background-origin:content-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_281734 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_281734 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_281734 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_281734 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_281734 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_281734 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_281734 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_281734 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_281734 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_281734 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_281734 > .jack.bg-image.glass.after,#stacks_in_281734 > .glass.jack.bg-image::after{}#stacks_in_281734 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_281734 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_281734 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_281734 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_281734 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_281734 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_281734 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_281734 > .jack.peek-shadow::before,#stacks_in_281734 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_281734 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_281734 > .jack{overflow:visible;}#stacks_in_281734 > .jack.height-static{height:100px}#stacks_in_281734 > .jack.height-minmax{min-height:100px;max-height:800px}
#stacks_in_281736{padding-left:0px;padding-right:0px;}#stacks_in_281736 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:10px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_281736 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_281736 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_281736 > .jack.width-static{width:500px}#stacks_in_281736 > .jack.width-flexible{width:100%}#stacks_in_281736 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_281736 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_281736 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_281736 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_281736 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_281736 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_281736 > .jack::after{border-radius:10px}#stacks_in_281736 > .jack.border-detailed-radius,#stacks_in_281736 > .jack.border-detailed-radius::after{border-radius:10.00px 10.00px 0.00px 0.00px}#stacks_in_281736 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_281736 > .jack.bg-color{background-color:#89C5FF}#stacks_in_281736 > .jack.bg-gradient{background-color:#FFD4B2}#stacks_in_281736 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_281736 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_281736 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_281736 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_281736 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_281736 > .jack.bg-image:not(.glass){}#stacks_in_281736 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_281736 > .jack.bg-image.glass.after,#stacks_in_281736 > .glass.jack.bg-image::after{opacity:0.65;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_281736 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_281736 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_281736 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_281736 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_281736 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_281736 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_281736 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_281736 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_281736 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_281736 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_281736 > .jack.bg-image.glass.after,#stacks_in_281736 > .glass.jack.bg-image::after{}#stacks_in_281736 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_281736 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_281736 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_281736 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_281736 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_281736 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_281736 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_281736 > .jack.peek-shadow::before,#stacks_in_281736 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_281736 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_281736 > .jack{overflow:hidden;}#stacks_in_281736 > .jack.height-static{height:100px}#stacks_in_281736 > .jack.height-minmax{min-height:100px;max-height:800px}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_281738Calligrapher{			font-size: 100% !important;			color: #333333 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_281738Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281738Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281738Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281738Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281738Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281738Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281738Calligrapher h6, .stacks_in_281738Calligrapher h5, .stacks_in_281738Calligrapher h4, .stacks_in_281738Calligrapher h3, .stacks_in_281738Calligrapher h2, .stacks_in_281738Calligrapher h1{			color: #000000 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_281738Calligrapher, .stacks_in_281738Calligrapher h1, .stacks_in_281738Calligrapher h2, .stacks_in_281738Calligrapher h3, .stacks_in_281738Calligrapher h4, .stacks_in_281738Calligrapher h5, .stacks_in_281738Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_281738targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_281738Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_281738Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_281738Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_281738Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_281738 {
	margin: 10px 5px 10px 5px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_281744Calligrapher{			font-size: 100% !important;			color: #000000 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_281744Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281744Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281744Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281744Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281744Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281744Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281744Calligrapher h6, .stacks_in_281744Calligrapher h5, .stacks_in_281744Calligrapher h4, .stacks_in_281744Calligrapher h3, .stacks_in_281744Calligrapher h2, .stacks_in_281744Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_281744Calligrapher, .stacks_in_281744Calligrapher h1, .stacks_in_281744Calligrapher h2, .stacks_in_281744Calligrapher h3, .stacks_in_281744Calligrapher h4, .stacks_in_281744Calligrapher h5, .stacks_in_281744Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_281744targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_281744Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_281744Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_281744Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_281744Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_281744 {
	margin: 5px 25px 0px 25px;
}

#stacks_in_281747 {
	line-height: 2em;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_281748Calligrapher{			font-size: 120% !important;			color: #C1551E !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_281748Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281748Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281748Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281748Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281748Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281748Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281748Calligrapher h6, .stacks_in_281748Calligrapher h5, .stacks_in_281748Calligrapher h4, .stacks_in_281748Calligrapher h3, .stacks_in_281748Calligrapher h2, .stacks_in_281748Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_281748Calligrapher, .stacks_in_281748Calligrapher h1, .stacks_in_281748Calligrapher h2, .stacks_in_281748Calligrapher h3, .stacks_in_281748Calligrapher h4, .stacks_in_281748Calligrapher h5, .stacks_in_281748Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_281748targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_281748Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_281748Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_281748Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_281748Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_281748 {
	margin: 0px 25px 10px 25px;
}

#stacks_in_281751 {
	line-height: 2em;
}
.splide-stacks_in_281752{}
#stacks_in_281755{}#stacks_in_281755 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:10px;background-attachment:scroll;background-clip:content-box !important;background-origin:content-box !important}#stacks_in_281755 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_281755 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_281755 > .jack.width-static{width:280px}#stacks_in_281755 > .jack.width-flexible{width:100%}#stacks_in_281755 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_281755 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_281755 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_281755 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_281755 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_281755 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_281755 > .jack::after{border-radius:10px}#stacks_in_281755 > .jack.border-detailed-radius,#stacks_in_281755 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_281755 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_281755 > .jack.bg-color{background-color:#89C5FF}#stacks_in_281755 > .jack.bg-gradient{background-color:#FFFFFF}#stacks_in_281755 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_281755 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_281755 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_281755 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_281755 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_281755 > .jack.bg-image:not(.glass){}#stacks_in_281755 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_281755 > .jack.bg-image.glass.after,#stacks_in_281755 > .glass.jack.bg-image::after{opacity:0.60;background-attachment:scroll;background-clip:content-box !important;background-origin:content-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_281755 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_281755 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_281755 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_281755 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_281755 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_281755 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_281755 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_281755 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_281755 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_281755 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_281755 > .jack.bg-image.glass.after,#stacks_in_281755 > .glass.jack.bg-image::after{}#stacks_in_281755 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_281755 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_281755 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_281755 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_281755 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_281755 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_281755 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_281755 > .jack.peek-shadow::before,#stacks_in_281755 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_281755 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_281755 > .jack{overflow:visible;}#stacks_in_281755 > .jack.height-static{height:100px}#stacks_in_281755 > .jack.height-minmax{min-height:100px;max-height:800px}
#stacks_in_281757{padding-left:0px;padding-right:0px;}#stacks_in_281757 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:10px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_281757 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_281757 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_281757 > .jack.width-static{width:500px}#stacks_in_281757 > .jack.width-flexible{width:100%}#stacks_in_281757 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_281757 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_281757 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_281757 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_281757 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_281757 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_281757 > .jack::after{border-radius:10px}#stacks_in_281757 > .jack.border-detailed-radius,#stacks_in_281757 > .jack.border-detailed-radius::after{border-radius:10.00px 10.00px 0.00px 0.00px}#stacks_in_281757 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_281757 > .jack.bg-color{background-color:#89C5FF}#stacks_in_281757 > .jack.bg-gradient{background-color:#FFD4B2}#stacks_in_281757 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_281757 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_281757 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_281757 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_281757 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_281757 > .jack.bg-image:not(.glass){}#stacks_in_281757 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_281757 > .jack.bg-image.glass.after,#stacks_in_281757 > .glass.jack.bg-image::after{opacity:0.65;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_281757 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_281757 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_281757 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_281757 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_281757 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_281757 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_281757 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_281757 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_281757 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_281757 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_281757 > .jack.bg-image.glass.after,#stacks_in_281757 > .glass.jack.bg-image::after{}#stacks_in_281757 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_281757 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_281757 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_281757 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_281757 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_281757 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_281757 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_281757 > .jack.peek-shadow::before,#stacks_in_281757 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_281757 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_281757 > .jack{overflow:hidden;}#stacks_in_281757 > .jack.height-static{height:100px}#stacks_in_281757 > .jack.height-minmax{min-height:100px;max-height:800px}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_281759Calligrapher{			font-size: 100% !important;			color: #333333 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_281759Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281759Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281759Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281759Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281759Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281759Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281759Calligrapher h6, .stacks_in_281759Calligrapher h5, .stacks_in_281759Calligrapher h4, .stacks_in_281759Calligrapher h3, .stacks_in_281759Calligrapher h2, .stacks_in_281759Calligrapher h1{			color: #000000 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_281759Calligrapher, .stacks_in_281759Calligrapher h1, .stacks_in_281759Calligrapher h2, .stacks_in_281759Calligrapher h3, .stacks_in_281759Calligrapher h4, .stacks_in_281759Calligrapher h5, .stacks_in_281759Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_281759targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_281759Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_281759Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_281759Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_281759Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_281759 {
	margin: 10px 5px 10px 5px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_281765Calligrapher{			font-size: 100% !important;			color: #000000 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_281765Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281765Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281765Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281765Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281765Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281765Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281765Calligrapher h6, .stacks_in_281765Calligrapher h5, .stacks_in_281765Calligrapher h4, .stacks_in_281765Calligrapher h3, .stacks_in_281765Calligrapher h2, .stacks_in_281765Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_281765Calligrapher, .stacks_in_281765Calligrapher h1, .stacks_in_281765Calligrapher h2, .stacks_in_281765Calligrapher h3, .stacks_in_281765Calligrapher h4, .stacks_in_281765Calligrapher h5, .stacks_in_281765Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_281765targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_281765Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_281765Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_281765Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_281765Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_281765 {
	margin: 5px 25px 0px 25px;
}

#stacks_in_281768 {
	line-height: 2em;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_281769Calligrapher{			font-size: 120% !important;			color: #C1551E !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_281769Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281769Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281769Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281769Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281769Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281769Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281769Calligrapher h6, .stacks_in_281769Calligrapher h5, .stacks_in_281769Calligrapher h4, .stacks_in_281769Calligrapher h3, .stacks_in_281769Calligrapher h2, .stacks_in_281769Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_281769Calligrapher, .stacks_in_281769Calligrapher h1, .stacks_in_281769Calligrapher h2, .stacks_in_281769Calligrapher h3, .stacks_in_281769Calligrapher h4, .stacks_in_281769Calligrapher h5, .stacks_in_281769Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_281769targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_281769Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_281769Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_281769Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_281769Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_281769 {
	margin: 0px 25px 10px 25px;
}

#stacks_in_281772 {
	line-height: 2em;
}
.splide-stacks_in_281773{}
#stacks_in_281776{}#stacks_in_281776 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:10px;background-attachment:scroll;background-clip:content-box !important;background-origin:content-box !important}#stacks_in_281776 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_281776 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_281776 > .jack.width-static{width:280px}#stacks_in_281776 > .jack.width-flexible{width:100%}#stacks_in_281776 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_281776 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_281776 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_281776 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_281776 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_281776 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_281776 > .jack::after{border-radius:10px}#stacks_in_281776 > .jack.border-detailed-radius,#stacks_in_281776 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_281776 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_281776 > .jack.bg-color{background-color:#89C5FF}#stacks_in_281776 > .jack.bg-gradient{background-color:#FFFFFF}#stacks_in_281776 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_281776 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_281776 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_281776 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_281776 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_281776 > .jack.bg-image:not(.glass){}#stacks_in_281776 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_281776 > .jack.bg-image.glass.after,#stacks_in_281776 > .glass.jack.bg-image::after{opacity:0.60;background-attachment:scroll;background-clip:content-box !important;background-origin:content-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_281776 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_281776 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_281776 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_281776 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_281776 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_281776 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_281776 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_281776 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_281776 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_281776 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_281776 > .jack.bg-image.glass.after,#stacks_in_281776 > .glass.jack.bg-image::after{}#stacks_in_281776 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_281776 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_281776 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_281776 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_281776 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_281776 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_281776 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_281776 > .jack.peek-shadow::before,#stacks_in_281776 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_281776 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_281776 > .jack{overflow:visible;}#stacks_in_281776 > .jack.height-static{height:100px}#stacks_in_281776 > .jack.height-minmax{min-height:100px;max-height:800px}
#stacks_in_281778{padding-left:0px;padding-right:0px;}#stacks_in_281778 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:10px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_281778 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_281778 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_281778 > .jack.width-static{width:500px}#stacks_in_281778 > .jack.width-flexible{width:100%}#stacks_in_281778 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_281778 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_281778 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_281778 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_281778 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_281778 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_281778 > .jack::after{border-radius:10px}#stacks_in_281778 > .jack.border-detailed-radius,#stacks_in_281778 > .jack.border-detailed-radius::after{border-radius:10.00px 10.00px 0.00px 0.00px}#stacks_in_281778 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_281778 > .jack.bg-color{background-color:#89C5FF}#stacks_in_281778 > .jack.bg-gradient{background-color:#FFD4B2}#stacks_in_281778 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_281778 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_281778 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_281778 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_281778 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_281778 > .jack.bg-image:not(.glass){}#stacks_in_281778 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_281778 > .jack.bg-image.glass.after,#stacks_in_281778 > .glass.jack.bg-image::after{opacity:0.65;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_281778 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_281778 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_281778 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_281778 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_281778 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_281778 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_281778 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_281778 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_281778 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_281778 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_281778 > .jack.bg-image.glass.after,#stacks_in_281778 > .glass.jack.bg-image::after{}#stacks_in_281778 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_281778 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_281778 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_281778 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_281778 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_281778 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_281778 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_281778 > .jack.peek-shadow::before,#stacks_in_281778 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_281778 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_281778 > .jack{overflow:hidden;}#stacks_in_281778 > .jack.height-static{height:100px}#stacks_in_281778 > .jack.height-minmax{min-height:100px;max-height:800px}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_281780Calligrapher{			font-size: 100% !important;			color: #333333 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_281780Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281780Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281780Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281780Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281780Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281780Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281780Calligrapher h6, .stacks_in_281780Calligrapher h5, .stacks_in_281780Calligrapher h4, .stacks_in_281780Calligrapher h3, .stacks_in_281780Calligrapher h2, .stacks_in_281780Calligrapher h1{			color: #000000 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_281780Calligrapher, .stacks_in_281780Calligrapher h1, .stacks_in_281780Calligrapher h2, .stacks_in_281780Calligrapher h3, .stacks_in_281780Calligrapher h4, .stacks_in_281780Calligrapher h5, .stacks_in_281780Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_281780targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_281780Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_281780Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_281780Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_281780Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_281780 {
	margin: 10px 5px 10px 5px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_281784Calligrapher{			font-size: 100% !important;			color: #000000 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_281784Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281784Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281784Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281784Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281784Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281784Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281784Calligrapher h6, .stacks_in_281784Calligrapher h5, .stacks_in_281784Calligrapher h4, .stacks_in_281784Calligrapher h3, .stacks_in_281784Calligrapher h2, .stacks_in_281784Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_281784Calligrapher, .stacks_in_281784Calligrapher h1, .stacks_in_281784Calligrapher h2, .stacks_in_281784Calligrapher h3, .stacks_in_281784Calligrapher h4, .stacks_in_281784Calligrapher h5, .stacks_in_281784Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_281784targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_281784Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_281784Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_281784Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_281784Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_281784 {
	margin: 5px 25px 0px 25px;
}

#stacks_in_281787 {
	line-height: 2em;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_281788Calligrapher{			font-size: 120% !important;			color: #C1551E !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_281788Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281788Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281788Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281788Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281788Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281788Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281788Calligrapher h6, .stacks_in_281788Calligrapher h5, .stacks_in_281788Calligrapher h4, .stacks_in_281788Calligrapher h3, .stacks_in_281788Calligrapher h2, .stacks_in_281788Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_281788Calligrapher, .stacks_in_281788Calligrapher h1, .stacks_in_281788Calligrapher h2, .stacks_in_281788Calligrapher h3, .stacks_in_281788Calligrapher h4, .stacks_in_281788Calligrapher h5, .stacks_in_281788Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_281788targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_281788Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_281788Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_281788Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_281788Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_281788 {
	margin: 0px 25px 10px 25px;
}

#stacks_in_281791 {
	line-height: 2em;
}
.splide-stacks_in_281792{}
#stacks_in_281795{}#stacks_in_281795 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:10px;background-attachment:scroll;background-clip:content-box !important;background-origin:content-box !important}#stacks_in_281795 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_281795 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_281795 > .jack.width-static{width:280px}#stacks_in_281795 > .jack.width-flexible{width:100%}#stacks_in_281795 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_281795 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_281795 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_281795 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_281795 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_281795 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_281795 > .jack::after{border-radius:10px}#stacks_in_281795 > .jack.border-detailed-radius,#stacks_in_281795 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_281795 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_281795 > .jack.bg-color{background-color:#89C5FF}#stacks_in_281795 > .jack.bg-gradient{background-color:#FFFFFF}#stacks_in_281795 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_281795 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_281795 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_281795 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_281795 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_281795 > .jack.bg-image:not(.glass){}#stacks_in_281795 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_281795 > .jack.bg-image.glass.after,#stacks_in_281795 > .glass.jack.bg-image::after{opacity:0.60;background-attachment:scroll;background-clip:content-box !important;background-origin:content-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_281795 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_281795 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_281795 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_281795 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_281795 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_281795 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_281795 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_281795 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_281795 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_281795 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_281795 > .jack.bg-image.glass.after,#stacks_in_281795 > .glass.jack.bg-image::after{}#stacks_in_281795 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_281795 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_281795 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_281795 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_281795 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_281795 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_281795 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_281795 > .jack.peek-shadow::before,#stacks_in_281795 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_281795 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_281795 > .jack{overflow:visible;}#stacks_in_281795 > .jack.height-static{height:100px}#stacks_in_281795 > .jack.height-minmax{min-height:100px;max-height:800px}
#stacks_in_281797{padding-left:0px;padding-right:0px;}#stacks_in_281797 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:10px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_281797 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_281797 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_281797 > .jack.width-static{width:500px}#stacks_in_281797 > .jack.width-flexible{width:100%}#stacks_in_281797 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_281797 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_281797 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_281797 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_281797 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_281797 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_281797 > .jack::after{border-radius:10px}#stacks_in_281797 > .jack.border-detailed-radius,#stacks_in_281797 > .jack.border-detailed-radius::after{border-radius:10.00px 10.00px 0.00px 0.00px}#stacks_in_281797 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_281797 > .jack.bg-color{background-color:#89C5FF}#stacks_in_281797 > .jack.bg-gradient{background-color:#FFD4B2}#stacks_in_281797 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_281797 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_281797 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_281797 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_281797 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_281797 > .jack.bg-image:not(.glass){}#stacks_in_281797 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_281797 > .jack.bg-image.glass.after,#stacks_in_281797 > .glass.jack.bg-image::after{opacity:0.65;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_281797 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_281797 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_281797 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_281797 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_281797 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_281797 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_281797 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_281797 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_281797 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_281797 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_281797 > .jack.bg-image.glass.after,#stacks_in_281797 > .glass.jack.bg-image::after{}#stacks_in_281797 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_281797 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_281797 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_281797 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_281797 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_281797 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_281797 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_281797 > .jack.peek-shadow::before,#stacks_in_281797 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_281797 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_281797 > .jack{overflow:hidden;}#stacks_in_281797 > .jack.height-static{height:100px}#stacks_in_281797 > .jack.height-minmax{min-height:100px;max-height:800px}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_281799Calligrapher{			font-size: 100% !important;			color: #333333 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_281799Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281799Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281799Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281799Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281799Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281799Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281799Calligrapher h6, .stacks_in_281799Calligrapher h5, .stacks_in_281799Calligrapher h4, .stacks_in_281799Calligrapher h3, .stacks_in_281799Calligrapher h2, .stacks_in_281799Calligrapher h1{			color: #000000 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_281799Calligrapher, .stacks_in_281799Calligrapher h1, .stacks_in_281799Calligrapher h2, .stacks_in_281799Calligrapher h3, .stacks_in_281799Calligrapher h4, .stacks_in_281799Calligrapher h5, .stacks_in_281799Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_281799targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_281799Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_281799Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_281799Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_281799Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_281799 {
	margin: 10px 5px 10px 5px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_281804Calligrapher{			font-size: 100% !important;			color: #000000 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_281804Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281804Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281804Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281804Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281804Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281804Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281804Calligrapher h6, .stacks_in_281804Calligrapher h5, .stacks_in_281804Calligrapher h4, .stacks_in_281804Calligrapher h3, .stacks_in_281804Calligrapher h2, .stacks_in_281804Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_281804Calligrapher, .stacks_in_281804Calligrapher h1, .stacks_in_281804Calligrapher h2, .stacks_in_281804Calligrapher h3, .stacks_in_281804Calligrapher h4, .stacks_in_281804Calligrapher h5, .stacks_in_281804Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_281804targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_281804Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_281804Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_281804Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_281804Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_281804 {
	margin: 5px 25px 0px 25px;
}

#stacks_in_281807 {
	line-height: 2em;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_281808Calligrapher{			font-size: 120% !important;			color: #C1551E !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_281808Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281808Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281808Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281808Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281808Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281808Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_281808Calligrapher h6, .stacks_in_281808Calligrapher h5, .stacks_in_281808Calligrapher h4, .stacks_in_281808Calligrapher h3, .stacks_in_281808Calligrapher h2, .stacks_in_281808Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_281808Calligrapher, .stacks_in_281808Calligrapher h1, .stacks_in_281808Calligrapher h2, .stacks_in_281808Calligrapher h3, .stacks_in_281808Calligrapher h4, .stacks_in_281808Calligrapher h5, .stacks_in_281808Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_281808targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_281808Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_281808Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_281808Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_281808Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_281808 {
	margin: 0px 25px 10px 25px;
}

#stacks_in_281811 {
	line-height: 2em;
}
#stacks_in_281826{padding-left:0px;padding-right:0px;}#stacks_in_281826 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_281826 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_281826 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_281826 > .jack.width-static{width:500px}#stacks_in_281826 > .jack.width-flexible{width:100%}#stacks_in_281826 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_281826 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_281826 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_281826 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_281826 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_281826 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_281826 > .jack::after{border-radius:0px}#stacks_in_281826 > .jack.border-detailed-radius,#stacks_in_281826 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_281826 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_281826 > .jack.bg-color{background-color:#89C5FF}#stacks_in_281826 > .jack.bg-gradient{background-color:#89C5FF}#stacks_in_281826 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_281826 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_281826 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_281826 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_281826 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_281826 > .jack.bg-image:not(.glass){}#stacks_in_281826 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_281826 > .jack.bg-image.glass.after,#stacks_in_281826 > .glass.jack.bg-image::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_281826 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_281826 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_281826 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_281826 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_281826 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_281826 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_281826 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_281826 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_281826 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_281826 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_281826 > .jack.bg-image.glass.after,#stacks_in_281826 > .glass.jack.bg-image::after{}#stacks_in_281826 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_281826 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_281826 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_281826 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_281826 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_281826 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_281826 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_281826 > .jack.peek-shadow::before,#stacks_in_281826 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_281826 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_281826 > .jack{overflow:visible;}#stacks_in_281826 > .jack.height-static{height:100px}#stacks_in_281826 > .jack.height-minmax{min-height:100px;max-height:800px}

#stacks_in_281826 {
	margin: 20px 0px 0px 0px;
}
#stacks_in_281828 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_281828 .jwresp_col{float:none} #stacks_in_281828 #jwresp_col2_stacks_in_281828{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_281828 #jwresp_col1_stacks_in_281828,#stacks_in_281828 #jwresp_col3_stacks_in_281828{width:32%}#stacks_in_281828 #jwresp_col1_stacks_in_281828{float:left}#stacks_in_281828 #jwresp_col3_stacks_in_281828{float:right} @media screen and (max-width:770px){#stacks_in_281828 #jwresp_col1_stacks_in_281828,#stacks_in_281828 #jwresp_col3_stacks_in_281828{margin-bottom:20px}#stacks_in_281828 #jwresp_col1_stacks_in_281828{width:49%}#stacks_in_281828 #jwresp_col3_stacks_in_281828{width:49%}#stacks_in_281828 #jwresp_col2_stacks_in_281828{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_281828 #jwresp_col1_stacks_in_281828,#stacks_in_281828 #jwresp_col3_stacks_in_281828,#stacks_in_281828 #jwresp_col2_stacks_in_281828{float:none;width:100%;display:block}#stacks_in_281828 #jwresp_col1_stacks_in_281828,#stacks_in_281828 #jwresp_col3_stacks_in_281828{margin-bottom:20px}} 

#stacks_in_281828 {
	margin: 0px 0px 10px 0px;
}
#stacks_in_281858 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_281858 .jwresp_col{float:none} #stacks_in_281858 #jwresp_col2_stacks_in_281858{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_281858 #jwresp_col1_stacks_in_281858,#stacks_in_281858 #jwresp_col3_stacks_in_281858{width:32%}#stacks_in_281858 #jwresp_col1_stacks_in_281858{float:left}#stacks_in_281858 #jwresp_col3_stacks_in_281858{float:right} @media screen and (max-width:770px){#stacks_in_281858 #jwresp_col1_stacks_in_281858,#stacks_in_281858 #jwresp_col3_stacks_in_281858{margin-bottom:20px}#stacks_in_281858 #jwresp_col1_stacks_in_281858{width:49%}#stacks_in_281858 #jwresp_col3_stacks_in_281858{width:49%}#stacks_in_281858 #jwresp_col2_stacks_in_281858{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_281858 #jwresp_col1_stacks_in_281858,#stacks_in_281858 #jwresp_col3_stacks_in_281858,#stacks_in_281858 #jwresp_col2_stacks_in_281858{float:none;width:100%;display:block}#stacks_in_281858 #jwresp_col1_stacks_in_281858,#stacks_in_281858 #jwresp_col3_stacks_in_281858{margin-bottom:20px}} 

#stacks_in_281858 {
	margin: 0px 0px 10px 0px;
}
#stacks_in_281871 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_281871 .jwresp_col{float:none} #stacks_in_281871 #jwresp_col2_stacks_in_281871{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_281871 #jwresp_col1_stacks_in_281871,#stacks_in_281871 #jwresp_col3_stacks_in_281871{width:32%}#stacks_in_281871 #jwresp_col1_stacks_in_281871{float:left}#stacks_in_281871 #jwresp_col3_stacks_in_281871{float:right} @media screen and (max-width:770px){#stacks_in_281871 #jwresp_col1_stacks_in_281871,#stacks_in_281871 #jwresp_col3_stacks_in_281871{margin-bottom:20px}#stacks_in_281871 #jwresp_col1_stacks_in_281871{width:49%}#stacks_in_281871 #jwresp_col3_stacks_in_281871{width:49%}#stacks_in_281871 #jwresp_col2_stacks_in_281871{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_281871 #jwresp_col1_stacks_in_281871,#stacks_in_281871 #jwresp_col3_stacks_in_281871,#stacks_in_281871 #jwresp_col2_stacks_in_281871{float:none;width:100%;display:block}#stacks_in_281871 #jwresp_col1_stacks_in_281871,#stacks_in_281871 #jwresp_col3_stacks_in_281871{margin-bottom:20px}} 

#stacks_in_281871 {
	margin: 0px 0px 10px 0px;
}
#stacks_in_281827{padding-left:0px;padding-right:0px;}#stacks_in_281827 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:5px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_281827 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_281827 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_281827 > .jack.width-static{width:500px}#stacks_in_281827 > .jack.width-flexible{width:100%}#stacks_in_281827 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_281827 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_281827 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_281827 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_281827 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_281827 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_281827 > .jack::after{border-radius:5px}#stacks_in_281827 > .jack.border-detailed-radius,#stacks_in_281827 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 5.00px 5.00px}#stacks_in_281827 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_281827 > .jack.bg-color{background-color:#89C5FF}#stacks_in_281827 > .jack.bg-gradient{background-color:#FFEADE}#stacks_in_281827 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_281827 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_281827 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_281827 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_281827 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_281827 > .jack.bg-image:not(.glass){}#stacks_in_281827 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_281827 > .jack.bg-image.glass.after,#stacks_in_281827 > .glass.jack.bg-image::after{opacity:0.65;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_281827 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_281827 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_281827 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_281827 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_281827 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_281827 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_281827 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_281827 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_281827 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_281827 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_281827 > .jack.bg-image.glass.after,#stacks_in_281827 > .glass.jack.bg-image::after{}#stacks_in_281827 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_281827 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_281827 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_281827 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_281827 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_281827 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_281827 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_281827 > .jack.peek-shadow::before,#stacks_in_281827 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_281827 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_281827 > .jack{overflow:hidden;}#stacks_in_281827 > .jack.height-static{height:100px}#stacks_in_281827 > .jack.height-minmax{min-height:100px;max-height:800px}
#stacks_in_282011{padding-left:0px;padding-right:0px;}#stacks_in_282011 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_282011 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_282011 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_282011 > .jack.width-static{width:500px}#stacks_in_282011 > .jack.width-flexible{width:100%}#stacks_in_282011 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_282011 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_282011 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_282011 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_282011 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_282011 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_282011 > .jack::after{border-radius:0px}#stacks_in_282011 > .jack.border-detailed-radius,#stacks_in_282011 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_282011 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_282011 > .jack.bg-color{background-color:#89C5FF}#stacks_in_282011 > .jack.bg-gradient{background-color:#89C5FF}#stacks_in_282011 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_282011 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_282011 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_282011 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_282011 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_282011 > .jack.bg-image:not(.glass){}#stacks_in_282011 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_282011 > .jack.bg-image.glass.after,#stacks_in_282011 > .glass.jack.bg-image::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_282011 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_282011 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_282011 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_282011 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_282011 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_282011 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_282011 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_282011 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_282011 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_282011 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_282011 > .jack.bg-image.glass.after,#stacks_in_282011 > .glass.jack.bg-image::after{}#stacks_in_282011 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_282011 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_282011 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_282011 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_282011 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_282011 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_282011 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_282011 > .jack.peek-shadow::before,#stacks_in_282011 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_282011 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_282011 > .jack{overflow:visible;}#stacks_in_282011 > .jack.height-static{height:100px}#stacks_in_282011 > .jack.height-minmax{min-height:100px;max-height:800px}
#stacks_in_282013 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_282013 .jwresp_col{float:none} #stacks_in_282013 #jwresp_col2_stacks_in_282013{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_282013 #jwresp_col1_stacks_in_282013,#stacks_in_282013 #jwresp_col3_stacks_in_282013{width:32%}#stacks_in_282013 #jwresp_col1_stacks_in_282013{float:left}#stacks_in_282013 #jwresp_col3_stacks_in_282013{float:right} @media screen and (max-width:770px){#stacks_in_282013 #jwresp_col1_stacks_in_282013,#stacks_in_282013 #jwresp_col3_stacks_in_282013{margin-bottom:20px}#stacks_in_282013 #jwresp_col1_stacks_in_282013{width:49%}#stacks_in_282013 #jwresp_col3_stacks_in_282013{width:49%}#stacks_in_282013 #jwresp_col2_stacks_in_282013{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_282013 #jwresp_col1_stacks_in_282013,#stacks_in_282013 #jwresp_col3_stacks_in_282013,#stacks_in_282013 #jwresp_col2_stacks_in_282013{float:none;width:100%;display:block}#stacks_in_282013 #jwresp_col1_stacks_in_282013,#stacks_in_282013 #jwresp_col3_stacks_in_282013{margin-bottom:20px}} 
#stacks_in_282014 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_282014 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_282014 #jwresp_col2_stacks_in_282014{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_282014 #jwresp_col1_stacks_in_282014,#stacks_in_282014 #jwresp_col2_stacks_in_282014{width:100%;float:none;display:block}#stacks_in_282014 #jwresp_col1_stacks_in_282014{margin-bottom:15px}}
#stacks_in_282022 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_282022 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_282022 #jwresp_col2_stacks_in_282022{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_282022 #jwresp_col1_stacks_in_282022,#stacks_in_282022 #jwresp_col2_stacks_in_282022{width:100%;float:none;display:block}#stacks_in_282022 #jwresp_col1_stacks_in_282022{margin-bottom:15px}}
#stacks_in_282035 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_282035 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_282035 #jwresp_col2_stacks_in_282035{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_282035 #jwresp_col1_stacks_in_282035,#stacks_in_282035 #jwresp_col2_stacks_in_282035{width:100%;float:none;display:block}#stacks_in_282035 #jwresp_col1_stacks_in_282035{margin-bottom:15px}}

.spacerStack {
	height: 15.00px;
}

#spacerStackstacks_in_282041 {
	height: 15.00px;
}




























@media print {
	#spacerStackstacks_in_282041 {
		display: none !important;
	}
}
#stacks_in_282012{padding-left:0px;padding-right:0px;}#stacks_in_282012 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_282012 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_282012 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_282012 > .jack.width-static{width:500px}#stacks_in_282012 > .jack.width-flexible{width:100%}#stacks_in_282012 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_282012 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_282012 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_282012 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_282012 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_282012 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_282012 > .jack::after{border-radius:0px}#stacks_in_282012 > .jack.border-detailed-radius,#stacks_in_282012 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_282012 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_282012 > .jack.bg-color{background-color:#89C5FF}#stacks_in_282012 > .jack.bg-gradient{background-color:#89C5FF}#stacks_in_282012 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_282012 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_282012 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_282012 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_282012 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_282012 > .jack.bg-image:not(.glass){}#stacks_in_282012 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_282012 > .jack.bg-image.glass.after,#stacks_in_282012 > .glass.jack.bg-image::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_282012 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_282012 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_282012 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_282012 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_282012 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_282012 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_282012 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_282012 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_282012 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_282012 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_282012 > .jack.bg-image.glass.after,#stacks_in_282012 > .glass.jack.bg-image::after{}#stacks_in_282012 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_282012 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_282012 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_282012 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_282012 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_282012 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_282012 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_282012 > .jack.peek-shadow::before,#stacks_in_282012 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_282012 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_282012 > .jack{overflow:visible;}#stacks_in_282012 > .jack.height-static{height:100px}#stacks_in_282012 > .jack.height-minmax{min-height:100px;max-height:800px}

.spacerStack {
	height: 15.00px;
}

#spacerStackstacks_in_282046 {
	height: 15.00px;
}




























@media print {
	#spacerStackstacks_in_282046 {
		display: none !important;
	}
}
#stacks_in_282048{visibility:hidden}
#stacks_in_282049{padding-left:0px;padding-right:0px;}#stacks_in_282049 > .jack{margin:0px;padding:3px;border-color:#000000;border-width:0px;border-style:solid;border-radius:5px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_282049 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_282049 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_282049 > .jack.width-static{width:500px}#stacks_in_282049 > .jack.width-flexible{width:100%}#stacks_in_282049 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_282049 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_282049 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_282049 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_282049 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_282049 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_282049 > .jack::after{border-radius:5px}#stacks_in_282049 > .jack.border-detailed-radius,#stacks_in_282049 > .jack.border-detailed-radius::after{border-radius:5.00px 5.00px 0.00px 0.00px}#stacks_in_282049 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_282049 > .jack.bg-color{background-color:#89C5FF}#stacks_in_282049 > .jack.bg-gradient{background-color:#FFD4B2}#stacks_in_282049 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_282049 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_282049 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_282049 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_282049 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_282049 > .jack.bg-image:not(.glass){}#stacks_in_282049 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_282049 > .jack.bg-image.glass.after,#stacks_in_282049 > .glass.jack.bg-image::after{opacity:0.65;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:3px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_282049 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_282049 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_282049 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_282049 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_282049 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_282049 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_282049 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_282049 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_282049 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_282049 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_282049 > .jack.bg-image.glass.after,#stacks_in_282049 > .glass.jack.bg-image::after{}#stacks_in_282049 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_282049 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_282049 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_282049 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_282049 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_282049 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_282049 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_282049 > .jack.peek-shadow::before,#stacks_in_282049 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_282049 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_282049 > .jack{overflow:hidden;}#stacks_in_282049 > .jack.height-static{height:100px}#stacks_in_282049 > .jack.height-minmax{min-height:100px;max-height:800px}

#stacks_in_282049 {
	border: solid rgba(255, 234, 214, 1.00);
	border-width: 1px 0px 0px 0px;
}
#stacks_in_282051 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_282051 .jwresp_col{overflow:hidden;margin:0;width:19%; float:left;}#stacks_in_282051 #jwresp_col2_stacks_in_282051{ float:right; width:79%}@media screen and (max-width:500px){#stacks_in_282051 #jwresp_col1_stacks_in_282051,#stacks_in_282051 #jwresp_col2_stacks_in_282051{width:100%;float:none;display:block}#stacks_in_282051 #jwresp_col1_stacks_in_282051{margin-bottom:15px}}

#stacks_in_282051 {
	border: solid rgba(255, 228, 208, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 10px 0px 10px 0px;
}
#stacks_in_282052 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:10px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_282052 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_282052 .fluid-image.unlimited img{width:100% !important}#stacks_in_282052 .fluid-image.define_max img{width:100% !important;max-width:120px !important}#stacks_in_282052 .fluid-image.align-left img{float:left}#stacks_in_282052 .fluid-image.align-right img{float:right}

#stacks_in_282052 {
	margin: 25px 0px 0px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_282055Calligrapher{			font-size: 140% !important;			color: #FFE4D0 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_282055Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282055Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282055Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282055Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282055Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282055Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282055Calligrapher h6, .stacks_in_282055Calligrapher h5, .stacks_in_282055Calligrapher h4, .stacks_in_282055Calligrapher h3, .stacks_in_282055Calligrapher h2, .stacks_in_282055Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_282055Calligrapher, .stacks_in_282055Calligrapher h1, .stacks_in_282055Calligrapher h2, .stacks_in_282055Calligrapher h3, .stacks_in_282055Calligrapher h4, .stacks_in_282055Calligrapher h5, .stacks_in_282055Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_282055targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_282055Calligrapher a:link{			color: #F88208 !important;			text-decoration: none !important;		}				.stacks_in_282055Calligrapher a:visited{			color: #F88208 !important;		}				.stacks_in_282055Calligrapher a:active{			color: #F88208 !important;		}				.stacks_in_282055Calligrapher a:hover{			color: #6D8895 !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_282065 {
	margin:  3px;
}

#stacks_in_282067 {
	line-height: 2em;
}

#stacks_in_282069 {
	line-height: 2em;
}

#stacks_in_282071 {
	line-height: 2em;
}

#stacks_in_282072 {
	margin:  3px;
}

#stacks_in_282073 {
	line-height: 2em;
}
#stacks_in_282075 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_282075 .jwresp_col{overflow:hidden;margin:0;width:19%; float:left;}#stacks_in_282075 #jwresp_col2_stacks_in_282075{ float:right; width:79%}@media screen and (max-width:500px){#stacks_in_282075 #jwresp_col1_stacks_in_282075,#stacks_in_282075 #jwresp_col2_stacks_in_282075{width:100%;float:none;display:block}#stacks_in_282075 #jwresp_col1_stacks_in_282075{margin-bottom:15px}}

#stacks_in_282075 {
	border: solid rgba(255, 228, 208, 1.00);
	border-width: 0px 0px 1px 0px;
}
#stacks_in_282056 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:10px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_282056 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_282056 .fluid-image.unlimited img{width:100% !important}#stacks_in_282056 .fluid-image.define_max img{width:100% !important;max-width:120px !important}#stacks_in_282056 .fluid-image.align-left img{float:left}#stacks_in_282056 .fluid-image.align-right img{float:right}
#stacks_in_282078 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_282078 .jwresp_col{overflow:hidden;margin:0;width:74%; float:left;}#stacks_in_282078 #jwresp_col2_stacks_in_282078{ float:right; width:24%}@media screen and (max-width:500px){#stacks_in_282078 #jwresp_col1_stacks_in_282078,#stacks_in_282078 #jwresp_col2_stacks_in_282078{width:100%;float:none;display:block}#stacks_in_282078 #jwresp_col1_stacks_in_282078{margin-bottom:15px}}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_282079Calligrapher{			font-size: 140% !important;			color: #FFE4D0 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_282079Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282079Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282079Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282079Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282079Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282079Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282079Calligrapher h6, .stacks_in_282079Calligrapher h5, .stacks_in_282079Calligrapher h4, .stacks_in_282079Calligrapher h3, .stacks_in_282079Calligrapher h2, .stacks_in_282079Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_282079Calligrapher, .stacks_in_282079Calligrapher h1, .stacks_in_282079Calligrapher h2, .stacks_in_282079Calligrapher h3, .stacks_in_282079Calligrapher h4, .stacks_in_282079Calligrapher h5, .stacks_in_282079Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_282079targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_282079Calligrapher a:link{			color: #F88208 !important;			text-decoration: none !important;		}				.stacks_in_282079Calligrapher a:visited{			color: #F88208 !important;		}				.stacks_in_282079Calligrapher a:active{			color: #F88208 !important;		}				.stacks_in_282079Calligrapher a:hover{			color: #6D8895 !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_282079 {
	margin: 15px 0px 5px 0px;
}

#stacks_in_282080 {
	margin: 20px 20px 20px 3px;
}

#stacks_in_282082 {
	line-height: 2em;
}
#stacks_in_282057 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:10px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_282057 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_282057 .fluid-image.unlimited img{width:100% !important}#stacks_in_282057 .fluid-image.define_max img{width:100% !important;max-width:120px !important}#stacks_in_282057 .fluid-image.align-left img{float:left}#stacks_in_282057 .fluid-image.align-right img{float:right}

#stacks_in_282057 {
	margin: 3px 0px 10px 0px;
}
#stacks_in_282089 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_282089 .jwresp_col{overflow:hidden;margin:0;width:19%; float:left;}#stacks_in_282089 #jwresp_col2_stacks_in_282089{ float:right; width:79%}@media screen and (max-width:500px){#stacks_in_282089 #jwresp_col1_stacks_in_282089,#stacks_in_282089 #jwresp_col2_stacks_in_282089{width:100%;float:none;display:block}#stacks_in_282089 #jwresp_col1_stacks_in_282089{margin-bottom:15px}}

#stacks_in_282089 {
	border: solid rgba(255, 228, 208, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 5px 0px;
}
#stacks_in_282058 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:10px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_282058 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_282058 .fluid-image.unlimited img{width:100% !important}#stacks_in_282058 .fluid-image.define_max img{width:100% !important;max-width:80px !important}#stacks_in_282058 .fluid-image.align-left img{float:left}#stacks_in_282058 .fluid-image.align-right img{float:right}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_282092Calligrapher{			font-size: 140% !important;			color: #FFE4D0 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_282092Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282092Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282092Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282092Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282092Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282092Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282092Calligrapher h6, .stacks_in_282092Calligrapher h5, .stacks_in_282092Calligrapher h4, .stacks_in_282092Calligrapher h3, .stacks_in_282092Calligrapher h2, .stacks_in_282092Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_282092Calligrapher, .stacks_in_282092Calligrapher h1, .stacks_in_282092Calligrapher h2, .stacks_in_282092Calligrapher h3, .stacks_in_282092Calligrapher h4, .stacks_in_282092Calligrapher h5, .stacks_in_282092Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_282092targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_282092Calligrapher a:link{			color: #F88208 !important;			text-decoration: none !important;		}				.stacks_in_282092Calligrapher a:visited{			color: #F88208 !important;		}				.stacks_in_282092Calligrapher a:active{			color: #F88208 !important;		}				.stacks_in_282092Calligrapher a:hover{			color: #6D8895 !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_282092 {
	margin: 12px 0px 0px 0px;
}

#stacks_in_282093 {
	margin:  3px;
}

#stacks_in_282095 {
	line-height: 2em;
}
#stacks_in_282097 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_282097 .jwresp_col{overflow:hidden;margin:0;width:19%; float:left;}#stacks_in_282097 #jwresp_col2_stacks_in_282097{ float:right; width:79%}@media screen and (max-width:500px){#stacks_in_282097 #jwresp_col1_stacks_in_282097,#stacks_in_282097 #jwresp_col2_stacks_in_282097{width:100%;float:none;display:block}#stacks_in_282097 #jwresp_col1_stacks_in_282097{margin-bottom:15px}}
#stacks_in_282059 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:10px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_282059 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_282059 .fluid-image.unlimited img{width:100% !important}#stacks_in_282059 .fluid-image.define_max img{width:100% !important;max-width:80px !important}#stacks_in_282059 .fluid-image.align-left img{float:left}#stacks_in_282059 .fluid-image.align-right img{float:right}

#stacks_in_282059 {
	margin: 10px 0px 0px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_282100Calligrapher{			font-size: 140% !important;			color: #FFE4D0 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_282100Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282100Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282100Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282100Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282100Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282100Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282100Calligrapher h6, .stacks_in_282100Calligrapher h5, .stacks_in_282100Calligrapher h4, .stacks_in_282100Calligrapher h3, .stacks_in_282100Calligrapher h2, .stacks_in_282100Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_282100Calligrapher, .stacks_in_282100Calligrapher h1, .stacks_in_282100Calligrapher h2, .stacks_in_282100Calligrapher h3, .stacks_in_282100Calligrapher h4, .stacks_in_282100Calligrapher h5, .stacks_in_282100Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_282100targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_282100Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_282100Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_282100Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_282100Calligrapher a:hover{			color: #2A0053 !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_282103 {
	line-height: 2em;
}

#stacks_in_282105 {
	line-height: 2em;
}
#stacks_in_282108{padding-left:0px;padding-right:0px;}#stacks_in_282108 > .jack{margin:0px;padding:3px;border-color:#000000;border-width:0px;border-style:solid;border-radius:5px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_282108 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_282108 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_282108 > .jack.width-static{width:500px}#stacks_in_282108 > .jack.width-flexible{width:100%}#stacks_in_282108 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_282108 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_282108 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_282108 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_282108 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_282108 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_282108 > .jack::after{border-radius:5px}#stacks_in_282108 > .jack.border-detailed-radius,#stacks_in_282108 > .jack.border-detailed-radius::after{border-radius:5.00px 5.00px 0.00px 0.00px}#stacks_in_282108 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_282108 > .jack.bg-color{background-color:#89C5FF}#stacks_in_282108 > .jack.bg-gradient{background-color:#FFD4B2}#stacks_in_282108 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_282108 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_282108 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_282108 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_282108 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_282108 > .jack.bg-image:not(.glass){}#stacks_in_282108 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_282108 > .jack.bg-image.glass.after,#stacks_in_282108 > .glass.jack.bg-image::after{opacity:0.65;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:3px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_282108 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_282108 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_282108 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_282108 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_282108 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_282108 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_282108 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_282108 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_282108 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_282108 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_282108 > .jack.bg-image.glass.after,#stacks_in_282108 > .glass.jack.bg-image::after{}#stacks_in_282108 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_282108 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_282108 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_282108 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_282108 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_282108 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_282108 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_282108 > .jack.peek-shadow::before,#stacks_in_282108 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_282108 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_282108 > .jack{overflow:hidden;}#stacks_in_282108 > .jack.height-static{height:100px}#stacks_in_282108 > .jack.height-minmax{min-height:100px;max-height:800px}
#stacks_in_282109{padding-left:0px;padding-right:0px;}#stacks_in_282109 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_282109 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_282109 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_282109 > .jack.width-static{width:500px}#stacks_in_282109 > .jack.width-flexible{width:100%}#stacks_in_282109 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_282109 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_282109 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_282109 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_282109 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_282109 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_282109 > .jack::after{border-radius:0px}#stacks_in_282109 > .jack.border-detailed-radius,#stacks_in_282109 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_282109 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_282109 > .jack.bg-color{background-color:#89C5FF}#stacks_in_282109 > .jack.bg-gradient{background-color:#89C5FF}#stacks_in_282109 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_282109 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_282109 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_282109 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_282109 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_282109 > .jack.bg-image:not(.glass){}#stacks_in_282109 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_282109 > .jack.bg-image.glass.after,#stacks_in_282109 > .glass.jack.bg-image::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_282109 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_282109 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_282109 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_282109 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_282109 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_282109 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_282109 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_282109 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_282109 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_282109 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_282109 > .jack.bg-image.glass.after,#stacks_in_282109 > .glass.jack.bg-image::after{}#stacks_in_282109 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_282109 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_282109 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_282109 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_282109 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_282109 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_282109 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_282109 > .jack.peek-shadow::before,#stacks_in_282109 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_282109 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_282109 > .jack{overflow:visible;}#stacks_in_282109 > .jack.height-static{height:100px}#stacks_in_282109 > .jack.height-minmax{min-height:100px;max-height:800px}

#stacks_in_282109 {
	border: solid rgba(255, 234, 214, 1.00);
	border-width:  2px;
	margin: 10px 10px 5px 10px;
}
#stacks_in_282060 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:10px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_282060 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_282060 .fluid-image.unlimited img{width:100% !important}#stacks_in_282060 .fluid-image.define_max img{width:100% !important;max-width:50px !important}#stacks_in_282060 .fluid-image.align-left img{float:left}#stacks_in_282060 .fluid-image.align-right img{float:right}

#stacks_in_282060 {
	margin: 5px 0px 5px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_282113Calligrapher{			font-size: 100% !important;			color: #FFE4D0 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_282113Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282113Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282113Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282113Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282113Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282113Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282113Calligrapher h6, .stacks_in_282113Calligrapher h5, .stacks_in_282113Calligrapher h4, .stacks_in_282113Calligrapher h3, .stacks_in_282113Calligrapher h2, .stacks_in_282113Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_282113Calligrapher, .stacks_in_282113Calligrapher h1, .stacks_in_282113Calligrapher h2, .stacks_in_282113Calligrapher h3, .stacks_in_282113Calligrapher h4, .stacks_in_282113Calligrapher h5, .stacks_in_282113Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_282113targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_282113Calligrapher a:link{			color: #F88208 !important;			text-decoration: none !important;		}				.stacks_in_282113Calligrapher a:visited{			color: #F88208 !important;		}				.stacks_in_282113Calligrapher a:active{			color: #F88208 !important;		}				.stacks_in_282113Calligrapher a:hover{			color: #6D8895 !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_282114 {
	border: solid rgba(255, 234, 214, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 0px 20px 0px 20px;
}

#stacks_in_282116 {
	line-height: 2em;
}

#stacks_in_282117 {
	margin: 0px 20px 5px 20px;
}

#stacks_in_282118 {
	line-height: 2em;
}

#stacks_in_282119 {
	border: solid rgba(255, 234, 214, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 0px 20px 0px 20px;
}

#stacks_in_282120 {
	line-height: 2em;
}

#stacks_in_282121 {
	margin: 0px 20px 5px 20px;
}

#stacks_in_282122 {
	line-height: 2em;
}

#stacks_in_282123 {
	border: solid rgba(255, 234, 214, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 0px 20px 0px 20px;
}

#stacks_in_282124 {
	line-height: 2em;
}

#stacks_in_282125 {
	margin: 0px 20px 5px 20px;
}

#stacks_in_282126 {
	line-height: 2em;
}

#stacks_in_282127 {
	border: solid rgba(255, 234, 214, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 0px 20px 0px 20px;
}

#stacks_in_282128 {
	line-height: 2em;
}

#stacks_in_282129 {
	margin: 0px 20px 5px 20px;
}

#stacks_in_282130 {
	line-height: 2em;
}
#stacks_in_282131{padding-left:0px;padding-right:0px;}#stacks_in_282131 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_282131 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_282131 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_282131 > .jack.width-static{width:500px}#stacks_in_282131 > .jack.width-flexible{width:100%}#stacks_in_282131 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_282131 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_282131 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_282131 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_282131 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_282131 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_282131 > .jack::after{border-radius:0px}#stacks_in_282131 > .jack.border-detailed-radius,#stacks_in_282131 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_282131 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_282131 > .jack.bg-color{background-color:#89C5FF}#stacks_in_282131 > .jack.bg-gradient{background-color:#89C5FF}#stacks_in_282131 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_282131 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_282131 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_282131 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_282131 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_282131 > .jack.bg-image:not(.glass){}#stacks_in_282131 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_282131 > .jack.bg-image.glass.after,#stacks_in_282131 > .glass.jack.bg-image::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_282131 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_282131 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_282131 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_282131 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_282131 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_282131 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_282131 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_282131 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_282131 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_282131 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_282131 > .jack.bg-image.glass.after,#stacks_in_282131 > .glass.jack.bg-image::after{}#stacks_in_282131 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_282131 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_282131 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_282131 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_282131 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_282131 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_282131 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_282131 > .jack.peek-shadow::before,#stacks_in_282131 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_282131 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_282131 > .jack{overflow:visible;}#stacks_in_282131 > .jack.height-static{height:100px}#stacks_in_282131 > .jack.height-minmax{min-height:100px;max-height:800px}

#stacks_in_282131 {
	border: solid rgba(255, 234, 214, 1.00);
	border-width:  2px;
	margin: 5px 10px 5px 10px;
}
#stacks_in_282061 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:10px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_282061 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_282061 .fluid-image.unlimited img{width:100% !important}#stacks_in_282061 .fluid-image.define_max img{width:100% !important;max-width:50px !important}#stacks_in_282061 .fluid-image.align-left img{float:left}#stacks_in_282061 .fluid-image.align-right img{float:right}

#stacks_in_282061 {
	margin: 3px 0px 3px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_282134Calligrapher{			font-size: 100% !important;			color: #FFEAD6 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_282134Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282134Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282134Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282134Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282134Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282134Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282134Calligrapher h6, .stacks_in_282134Calligrapher h5, .stacks_in_282134Calligrapher h4, .stacks_in_282134Calligrapher h3, .stacks_in_282134Calligrapher h2, .stacks_in_282134Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_282134Calligrapher, .stacks_in_282134Calligrapher h1, .stacks_in_282134Calligrapher h2, .stacks_in_282134Calligrapher h3, .stacks_in_282134Calligrapher h4, .stacks_in_282134Calligrapher h5, .stacks_in_282134Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_282134targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_282134Calligrapher a:link{			color: #F88208 !important;			text-decoration: none !important;		}				.stacks_in_282134Calligrapher a:visited{			color: #F88208 !important;		}				.stacks_in_282134Calligrapher a:active{			color: #F88208 !important;		}				.stacks_in_282134Calligrapher a:hover{			color: #6D8895 !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_282135 {
	margin: 0px 20px 0px 20px;
}

#stacks_in_282137 {
	line-height: 2em;
}

#stacks_in_282138 {
	margin: 0px 20px 0px 20px;
}

#stacks_in_282139 {
	line-height: 2em;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_282141Calligrapher{			font-size: 100% !important;			color: #C1551E !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_282141Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282141Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282141Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282141Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282141Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282141Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282141Calligrapher h6, .stacks_in_282141Calligrapher h5, .stacks_in_282141Calligrapher h4, .stacks_in_282141Calligrapher h3, .stacks_in_282141Calligrapher h2, .stacks_in_282141Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_282141Calligrapher, .stacks_in_282141Calligrapher h1, .stacks_in_282141Calligrapher h2, .stacks_in_282141Calligrapher h3, .stacks_in_282141Calligrapher h4, .stacks_in_282141Calligrapher h5, .stacks_in_282141Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_282141targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_282141Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_282141Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_282141Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_282141Calligrapher a:hover{			color: #6D8895 !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */#stacks_in_282062 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:10px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_282062 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_282062 .fluid-image.unlimited img{width:100% !important}#stacks_in_282062 .fluid-image.define_max img{width:100% !important;max-width:75px !important}#stacks_in_282062 .fluid-image.align-left img{float:left}#stacks_in_282062 .fluid-image.align-right img{float:right}

#stacks_in_282062 {
	margin: 0px 0px 7px 0px;
}
#stacks_in_282145{padding-left:0px;padding-right:0px;}#stacks_in_282145 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_282145 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_282145 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_282145 > .jack.width-static{width:500px}#stacks_in_282145 > .jack.width-flexible{width:100%}#stacks_in_282145 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_282145 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_282145 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_282145 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_282145 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_282145 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_282145 > .jack::after{border-radius:0px}#stacks_in_282145 > .jack.border-detailed-radius,#stacks_in_282145 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_282145 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_282145 > .jack.bg-color{background-color:#89C5FF}#stacks_in_282145 > .jack.bg-gradient{background-color:#89C5FF}#stacks_in_282145 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_282145 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_282145 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_282145 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_282145 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_282145 > .jack.bg-image:not(.glass){}#stacks_in_282145 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_282145 > .jack.bg-image.glass.after,#stacks_in_282145 > .glass.jack.bg-image::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_282145 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_282145 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_282145 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_282145 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_282145 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_282145 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_282145 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_282145 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_282145 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_282145 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_282145 > .jack.bg-image.glass.after,#stacks_in_282145 > .glass.jack.bg-image::after{}#stacks_in_282145 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_282145 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_282145 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_282145 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_282145 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_282145 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_282145 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_282145 > .jack.peek-shadow::before,#stacks_in_282145 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_282145 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_282145 > .jack{overflow:visible;}#stacks_in_282145 > .jack.height-static{height:100px}#stacks_in_282145 > .jack.height-minmax{min-height:100px;max-height:800px}

#stacks_in_282145 {
	border: solid rgba(255, 234, 214, 1.00);
	border-width:  2px;
	margin: 5px 10px 5px 10px;
}
#stacks_in_282063 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:10px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_282063 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_282063 .fluid-image.unlimited img{width:100% !important}#stacks_in_282063 .fluid-image.define_max img{width:100% !important;max-width:60px !important}#stacks_in_282063 .fluid-image.align-left img{float:left}#stacks_in_282063 .fluid-image.align-right img{float:right}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_282148Calligrapher{			font-size: 100% !important;			color: #FFEAD6 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_282148Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282148Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282148Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282148Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282148Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282148Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282148Calligrapher h6, .stacks_in_282148Calligrapher h5, .stacks_in_282148Calligrapher h4, .stacks_in_282148Calligrapher h3, .stacks_in_282148Calligrapher h2, .stacks_in_282148Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_282148Calligrapher, .stacks_in_282148Calligrapher h1, .stacks_in_282148Calligrapher h2, .stacks_in_282148Calligrapher h3, .stacks_in_282148Calligrapher h4, .stacks_in_282148Calligrapher h5, .stacks_in_282148Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_282148targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_282148Calligrapher a:link{			color: #F88208 !important;			text-decoration: none !important;		}				.stacks_in_282148Calligrapher a:visited{			color: #F88208 !important;		}				.stacks_in_282148Calligrapher a:active{			color: #F88208 !important;		}				.stacks_in_282148Calligrapher a:hover{			color: #6D8895 !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_282149 {
	margin: 0px 20px 0px 20px;
}

#stacks_in_282151 {
	line-height: 2em;
}

#stacks_in_282152 {
	margin: 0px 20px 5px 20px;
}

#stacks_in_282153 {
	line-height: 2em;
}
#stacks_in_282154{padding-left:0px;padding-right:0px;}#stacks_in_282154 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_282154 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_282154 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_282154 > .jack.width-static{width:500px}#stacks_in_282154 > .jack.width-flexible{width:100%}#stacks_in_282154 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_282154 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_282154 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_282154 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_282154 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_282154 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_282154 > .jack::after{border-radius:0px}#stacks_in_282154 > .jack.border-detailed-radius,#stacks_in_282154 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_282154 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_282154 > .jack.bg-color{background-color:#89C5FF}#stacks_in_282154 > .jack.bg-gradient{background-color:#89C5FF}#stacks_in_282154 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_282154 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_282154 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_282154 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_282154 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_282154 > .jack.bg-image:not(.glass){}#stacks_in_282154 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_282154 > .jack.bg-image.glass.after,#stacks_in_282154 > .glass.jack.bg-image::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_282154 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_282154 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_282154 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_282154 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_282154 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_282154 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_282154 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_282154 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_282154 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_282154 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_282154 > .jack.bg-image.glass.after,#stacks_in_282154 > .glass.jack.bg-image::after{}#stacks_in_282154 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_282154 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_282154 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_282154 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_282154 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_282154 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_282154 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_282154 > .jack.peek-shadow::before,#stacks_in_282154 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_282154 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_282154 > .jack{overflow:visible;}#stacks_in_282154 > .jack.height-static{height:100px}#stacks_in_282154 > .jack.height-minmax{min-height:100px;max-height:800px}

#stacks_in_282154 {
	border: solid rgba(255, 234, 214, 1.00);
	border-width:  2px;
	margin: 5px 10px 10px 10px;
}
#stacks_in_282064 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:10px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_282064 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_282064 .fluid-image.unlimited img{width:100% !important}#stacks_in_282064 .fluid-image.define_max img{width:100% !important;max-width:60px !important}#stacks_in_282064 .fluid-image.align-left img{float:left}#stacks_in_282064 .fluid-image.align-right img{float:right}

#stacks_in_282064 {
	margin: 10px 0px 0px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_282157Calligrapher{			font-size: 100% !important;			color: #FFEAD6 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_282157Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282157Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282157Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282157Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282157Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282157Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_282157Calligrapher h6, .stacks_in_282157Calligrapher h5, .stacks_in_282157Calligrapher h4, .stacks_in_282157Calligrapher h3, .stacks_in_282157Calligrapher h2, .stacks_in_282157Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_282157Calligrapher, .stacks_in_282157Calligrapher h1, .stacks_in_282157Calligrapher h2, .stacks_in_282157Calligrapher h3, .stacks_in_282157Calligrapher h4, .stacks_in_282157Calligrapher h5, .stacks_in_282157Calligrapher h6{	font-family: "Kanit" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_282157targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_282157Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_282157Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_282157Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_282157Calligrapher a:hover{			color: #6D8895 !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_282158 {
	margin: 0px 20px 0px 20px;
}

#stacks_in_282160 {
	line-height: 2em;
}

#stacks_in_282162 {
	line-height: 2em;
}

#stacks_in_282164 {
	line-height: 2em;
}

#stacks_in_282166 {
	line-height: 2em;
}
