.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-431ea92d-77ca-4701-aea8-631d2a5e61a4 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-431ea92d-77ca-4701-aea8-631d2a5e61a4 {
  margin-left: -10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-431ea92d-77ca-4701-aea8-631d2a5e61a4 {
  
}
}@media (max-width: 767px){#s-431ea92d-77ca-4701-aea8-631d2a5e61a4 {
  
}
}







#s-431ea92d-77ca-4701-aea8-631d2a5e61a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-431ea92d-77ca-4701-aea8-631d2a5e61a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-37f173f6-2cae-4987-b3a0-75c938fe94b9 {
  margin-top: -10px;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
text-align: left;
}

#s-37f173f6-2cae-4987-b3a0-75c938fe94b9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Futura";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  text-align: left;
}



.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-6eb3cf6b-5563-479d-8d03-37270c0ca5d7 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-b2fec228-bfc5-4a5d-a7e0-38c5bcd4b90f {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-b2fec228-bfc5-4a5d-a7e0-38c5bcd4b90f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-b2fec228-bfc5-4a5d-a7e0-38c5bcd4b90f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 0);
  padding: 10px;
}

#s-b2fec228-bfc5-4a5d-a7e0-38c5bcd4b90f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-b2fec228-bfc5-4a5d-a7e0-38c5bcd4b90f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#s-b2fec228-bfc5-4a5d-a7e0-38c5bcd4b90f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Futura;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-b2fec228-bfc5-4a5d-a7e0-38c5bcd4b90f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-7ce35f80-348c-4480-a385-4d4b0d2d09f8 {
  min-height: 50px;
}








#s-7ce35f80-348c-4480-a385-4d4b0d2d09f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ce35f80-348c-4480-a385-4d4b0d2d09f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f000a0f-8d83-4920-8941-f7253092c858 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
}

#s-bda7b2c5-6c9e-4c22-a2bd-8440789c014b {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
}

#s-68f51290-ce23-41ed-af95-d64c69ee0217 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
}

#s-4db86e95-7d7e-41a8-baf2-b83743416417 {
  margin-left: 10px;
}

#s-d8d1baa6-92a3-4218-9195-1d33752796d5 {
  margin-top: 30px;
margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
min-height: 100px;
}








#s-d8d1baa6-92a3-4218-9195-1d33752796d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8d1baa6-92a3-4218-9195-1d33752796d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8e03bc7-d9ae-422f-a7b2-7361d408d3f3 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-d8e03bc7-d9ae-422f-a7b2-7361d408d3f3 {
  padding-top: 30px;
padding-bottom: 0px;
}
}
#s-d8e03bc7-d9ae-422f-a7b2-7361d408d3f3 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}



#s-80756b6c-6eee-4a74-913c-097a2b443b84 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 5%;
}

#s-1aad6d59-653c-4f61-8039-d1830fc59934 {
  min-height: 50px;
}








#s-1aad6d59-653c-4f61-8039-d1830fc59934 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1aad6d59-653c-4f61-8039-d1830fc59934.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32a6098d-b118-44e1-ab71-dc4a2bec1d9f {
  background-size: cover;
margin-left: 10%;
margin-right: 10%;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-32a6098d-b118-44e1-ab71-dc4a2bec1d9f {
  display: none;
}
#s-32a6098d-b118-44e1-ab71-dc4a2bec1d9f, #wrap-s-32a6098d-b118-44e1-ab71-dc4a2bec1d9f { display: none !important; }}







#s-32a6098d-b118-44e1-ab71-dc4a2bec1d9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32a6098d-b118-44e1-ab71-dc4a2bec1d9f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d01ff782-f1ae-40ad-9f6f-aebcee3fcf9d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-d01ff782-f1ae-40ad-9f6f-aebcee3fcf9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d01ff782-f1ae-40ad-9f6f-aebcee3fcf9d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fce1a393-5870-4aa8-a839-b95beb546da5 {
  min-height: 50px;
}








#s-fce1a393-5870-4aa8-a839-b95beb546da5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fce1a393-5870-4aa8-a839-b95beb546da5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74999e18-98bf-4682-92f0-445b68506596 {
  padding-top: 60px;
padding-bottom: 30px;
text-align: center;
}
@media (max-width: 767px){#s-74999e18-98bf-4682-92f0-445b68506596 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-74999e18-98bf-4682-92f0-445b68506596 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}



.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-7a10eb37-2e39-41d5-abe2-9155fe305890 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 60px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-7a10eb37-2e39-41d5-abe2-9155fe305890"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a10eb37-2e39-41d5-abe2-9155fe305890"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7a10eb37-2e39-41d5-abe2-9155fe305890"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7a10eb37-2e39-41d5-abe2-9155fe305890"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7a10eb37-2e39-41d5-abe2-9155fe305890"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a10eb37-2e39-41d5-abe2-9155fe305890"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7a10eb37-2e39-41d5-abe2-9155fe305890"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-7a10eb37-2e39-41d5-abe2-9155fe305890"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9f5ee300-7583-4e0b-a5a9-3957e7ebb4d1 {
  margin-left: 0%;
margin-right: 15%;
min-height: 50px;
}
@media (max-width: 767px){#s-9f5ee300-7583-4e0b-a5a9-3957e7ebb4d1 {
  margin-top: 20px;
margin-right: 0%;
}
}







#s-9f5ee300-7583-4e0b-a5a9-3957e7ebb4d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f5ee300-7583-4e0b-a5a9-3957e7ebb4d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-e7d5c452-99cb-4b78-8c90-d898cd485ee3 {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}
@media (max-width: 767px){#s-e7d5c452-99cb-4b78-8c90-d898cd485ee3 {
  margin-top: 30px;
text-align: center;
}
}






  #s-e7d5c452-99cb-4b78-8c90-d898cd485ee3 img.shogun-image {
    

    
    
    
  }


#s-e7d5c452-99cb-4b78-8c90-d898cd485ee3 .shogun-image-content {
  
    align-items: center;
  
}

#s-8632563f-8576-447a-988b-bf0a0628b7b9 {
  margin-top: 30px;
margin-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-8632563f-8576-447a-988b-bf0a0628b7b9 {
  margin-top: 50px;
}
}
#s-8632563f-8576-447a-988b-bf0a0628b7b9 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-0b5bbf52-5e2d-4462-9b92-c6d4884abd9b {
  margin-left: 0px;
}

@media (min-width: 0px) {
[id="s-5d44f80e-5ded-499b-b868-f05be9efc0b4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5d44f80e-5ded-499b-b868-f05be9efc0b4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5d44f80e-5ded-499b-b868-f05be9efc0b4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d44f80e-5ded-499b-b868-f05be9efc0b4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3721649c-6f70-4871-a509-8085752be96a {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-3721649c-6f70-4871-a509-8085752be96a img.shogun-image {
    

    
    
    
  }


#s-3721649c-6f70-4871-a509-8085752be96a .shogun-image-content {
  
    align-items: center;
  
}

#s-aedecb06-04a5-4737-a8cb-21c297243836 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-54504647-23f6-4777-935c-48c590d6ee7e {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-54504647-23f6-4777-935c-48c590d6ee7e img.shogun-image {
    

    
    
    
  }


#s-54504647-23f6-4777-935c-48c590d6ee7e .shogun-image-content {
  
    align-items: center;
  
}

#s-eff799ac-76f3-46fd-937d-4a3100731e25 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-1eb5f050-1109-4afe-912b-4f420341ed7d {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-1eb5f050-1109-4afe-912b-4f420341ed7d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1eb5f050-1109-4afe-912b-4f420341ed7d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1eb5f050-1109-4afe-912b-4f420341ed7d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1eb5f050-1109-4afe-912b-4f420341ed7d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4b44c77e-4dcc-40e1-b1c0-fd3fe2501395 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-4b44c77e-4dcc-40e1-b1c0-fd3fe2501395 img.shogun-image {
    

    
    
    
  }


#s-4b44c77e-4dcc-40e1-b1c0-fd3fe2501395 .shogun-image-content {
  
    align-items: center;
  
}

#s-473563a1-215f-4def-8bc9-e2b980c4953f {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-943e59a2-02d5-4c6d-824f-878ed7c078b8 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-943e59a2-02d5-4c6d-824f-878ed7c078b8 img.shogun-image {
    

    
    
    
  }


#s-943e59a2-02d5-4c6d-824f-878ed7c078b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-bd610657-52c2-43e0-9d79-263ddfefe58d {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-712f9d71-3a53-4c96-9e66-9180d9fc96a7 {
  margin-top: 60px;
margin-left: 10%;
margin-bottom: 60px;
margin-right: 10%;
min-height: 50px;
}
@media (max-width: 767px){#s-712f9d71-3a53-4c96-9e66-9180d9fc96a7 {
  display: none;
}
#s-712f9d71-3a53-4c96-9e66-9180d9fc96a7, #wrap-s-712f9d71-3a53-4c96-9e66-9180d9fc96a7 { display: none !important; }}







#s-712f9d71-3a53-4c96-9e66-9180d9fc96a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.5;
}#s-712f9d71-3a53-4c96-9e66-9180d9fc96a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-b844a6d7-1863-4b68-af50-6488ce48fbb3 {
  display: none;
}
#s-b844a6d7-1863-4b68-af50-6488ce48fbb3, #wrap-s-b844a6d7-1863-4b68-af50-6488ce48fbb3 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b844a6d7-1863-4b68-af50-6488ce48fbb3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b844a6d7-1863-4b68-af50-6488ce48fbb3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b844a6d7-1863-4b68-af50-6488ce48fbb3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b844a6d7-1863-4b68-af50-6488ce48fbb3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-de629470-ad57-44e9-88f1-cee569c7d4d5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-de629470-ad57-44e9-88f1-cee569c7d4d5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-b6acccba-5f84-4b4b-86fa-fc3cf2466d22 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-c918b700-9321-42df-8b47-a6a3fca17d75"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c918b700-9321-42df-8b47-a6a3fca17d75"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c918b700-9321-42df-8b47-a6a3fca17d75"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c918b700-9321-42df-8b47-a6a3fca17d75"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-dbf7aaa9-d3b8-4fc3-a2d5-6aa958b8893a {
  min-height: 50px;
}








#s-dbf7aaa9-d3b8-4fc3-a2d5-6aa958b8893a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbf7aaa9-d3b8-4fc3-a2d5-6aa958b8893a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23b9986d-5b9b-4793-9f9a-eace610149b5 {
  margin-left: 30%;
margin-bottom: 20px;
margin-right: 30%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 150px;
text-align: center;
}







  #s-23b9986d-5b9b-4793-9f9a-eace610149b5 img.shogun-image {
    

    
    
    
  }


#s-23b9986d-5b9b-4793-9f9a-eace610149b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-1968d8d5-e02a-42ee-8551-9ade41f95e5e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1968d8d5-e02a-42ee-8551-9ade41f95e5e .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-68091a5f-29ec-440c-b14a-89c972a3f10a {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-2c78acbf-5872-453c-b03d-b633248d93dc {
  min-height: 50px;
}








#s-2c78acbf-5872-453c-b03d-b633248d93dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c78acbf-5872-453c-b03d-b633248d93dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e516e2a3-381b-4053-b9dc-2a2acce66d3b {
  margin-left: 30%;
margin-bottom: 20px;
margin-right: 30%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 150px;
text-align: center;
}







  #s-e516e2a3-381b-4053-b9dc-2a2acce66d3b img.shogun-image {
    

    
    
    
  }


#s-e516e2a3-381b-4053-b9dc-2a2acce66d3b .shogun-image-content {
  
    align-items: center;
  
}

#s-eff29a8d-35fc-4ec0-8375-d3a9b5676b22 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-eff29a8d-35fc-4ec0-8375-d3a9b5676b22 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-a0e61634-57a7-4378-b2c7-21e24b82dfff {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-fcee7259-d71d-4e21-9a91-c986fb87d264"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fcee7259-d71d-4e21-9a91-c986fb87d264"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fcee7259-d71d-4e21-9a91-c986fb87d264"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fcee7259-d71d-4e21-9a91-c986fb87d264"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d804d33c-f32c-4e44-a08b-7e7b5cbea54e {
  min-height: 50px;
}








#s-d804d33c-f32c-4e44-a08b-7e7b5cbea54e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d804d33c-f32c-4e44-a08b-7e7b5cbea54e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e3475c3-38be-4683-b6d5-51ebf0c9fde1 {
  margin-left: 30%;
margin-bottom: 20px;
margin-right: 30%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 150px;
text-align: center;
}







  #s-9e3475c3-38be-4683-b6d5-51ebf0c9fde1 img.shogun-image {
    

    
    
    
  }


#s-9e3475c3-38be-4683-b6d5-51ebf0c9fde1 .shogun-image-content {
  
    align-items: center;
  
}

#s-5edd5b85-f47e-4cdc-a57b-fcaaa0b0bf37 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5edd5b85-f47e-4cdc-a57b-fcaaa0b0bf37 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-4ca9ea03-e835-41ec-9c45-43c85e61b5b0 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-bcb82688-d889-474e-9fc0-5ee498b45674 {
  min-height: 50px;
}








#s-bcb82688-d889-474e-9fc0-5ee498b45674 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bcb82688-d889-474e-9fc0-5ee498b45674.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db5d708a-3b2d-4bac-935b-74faa438121f {
  margin-left: 30%;
margin-bottom: 20px;
margin-right: 30%;
text-align: center;
}







  #s-db5d708a-3b2d-4bac-935b-74faa438121f img.shogun-image {
    

    
    
    
  }


#s-db5d708a-3b2d-4bac-935b-74faa438121f .shogun-image-content {
  
    align-items: center;
  
}

#s-c7a304ae-d42e-4101-a522-7a5a7f1560c7 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c7a304ae-d42e-4101-a522-7a5a7f1560c7 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-bf56112e-39d6-4c75-8d89-922051ecb518 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-3377772a-883d-4f2c-bd9d-f9a30053e0a8 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 160px;
margin-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
min-height: 400px;
background-attachment: scroll;
background-position: center center;
}
@media (min-width: 1200px){#s-3377772a-883d-4f2c-bd9d-f9a30053e0a8 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3377772a-883d-4f2c-bd9d-f9a30053e0a8 {
  
}
}@media (max-width: 767px){#s-3377772a-883d-4f2c-bd9d-f9a30053e0a8 {
  display: none;
}
#s-3377772a-883d-4f2c-bd9d-f9a30053e0a8, #wrap-s-3377772a-883d-4f2c-bd9d-f9a30053e0a8 { display: none !important; }}







#s-3377772a-883d-4f2c-bd9d-f9a30053e0a8 > .shg-box-overlay {
  background-color: rgba(255, 237, 171, 0.99);
  opacity: 0;
}#s-3377772a-883d-4f2c-bd9d-f9a30053e0a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3a0f1176-b7a0-4759-9e17-c985eed689fa {
  margin-top: 200px;
margin-left: 10%;
margin-bottom: -200px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-3a0f1176-b7a0-4759-9e17-c985eed689fa {
  margin-bottom: -160px;
}
}







#s-3a0f1176-b7a0-4759-9e17-c985eed689fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a0f1176-b7a0-4759-9e17-c985eed689fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-89a8c897-c582-4068-abe6-2242b6a66d75 {
  padding-top: 60px;
padding-bottom: 30px;
text-align: center;
}
@media (max-width: 767px){#s-89a8c897-c582-4068-abe6-2242b6a66d75 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-89a8c897-c582-4068-abe6-2242b6a66d75 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}



.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-d528ac24-2763-4e50-b2bf-c60a2b9f8a85 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-d528ac24-2763-4e50-b2bf-c60a2b9f8a85 {
  display: none;
}
#s-d528ac24-2763-4e50-b2bf-c60a2b9f8a85, #wrap-s-d528ac24-2763-4e50-b2bf-c60a2b9f8a85 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d528ac24-2763-4e50-b2bf-c60a2b9f8a85 {
  display: none;
}
#s-d528ac24-2763-4e50-b2bf-c60a2b9f8a85, #wrap-s-d528ac24-2763-4e50-b2bf-c60a2b9f8a85 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d528ac24-2763-4e50-b2bf-c60a2b9f8a85 {
  display: none;
}
#s-d528ac24-2763-4e50-b2bf-c60a2b9f8a85, #wrap-s-d528ac24-2763-4e50-b2bf-c60a2b9f8a85 { display: none !important; }}
#s-d528ac24-2763-4e50-b2bf-c60a2b9f8a85 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-b5dce304-7784-4799-900d-1ee96a0d15e1 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 60px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-b5dce304-7784-4799-900d-1ee96a0d15e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b5dce304-7784-4799-900d-1ee96a0d15e1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-b5dce304-7784-4799-900d-1ee96a0d15e1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-b5dce304-7784-4799-900d-1ee96a0d15e1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-2b625735-cfee-4858-a7f9-47975e56038c {
  min-height: 50px;
}








#s-2b625735-cfee-4858-a7f9-47975e56038c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b625735-cfee-4858-a7f9-47975e56038c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-56735328-33f8-4f67-99cf-0b21a6c9068f {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-56735328-33f8-4f67-99cf-0b21a6c9068f .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-20fde041-3627-470e-8117-e80887f03a75 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 20px;
}

#s-f481cab1-0af9-4eeb-ae77-93f5112a21c5 {
  min-height: 50px;
}
@media (max-width: 767px){#s-f481cab1-0af9-4eeb-ae77-93f5112a21c5 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-f481cab1-0af9-4eeb-ae77-93f5112a21c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f481cab1-0af9-4eeb-ae77-93f5112a21c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bfa01dcb-f108-4833-851a-0d1ffd9d9f73 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-bfa01dcb-f108-4833-851a-0d1ffd9d9f73 {
  display: none;
}
#s-bfa01dcb-f108-4833-851a-0d1ffd9d9f73, #wrap-s-bfa01dcb-f108-4833-851a-0d1ffd9d9f73 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bfa01dcb-f108-4833-851a-0d1ffd9d9f73 {
  display: none;
}
#s-bfa01dcb-f108-4833-851a-0d1ffd9d9f73, #wrap-s-bfa01dcb-f108-4833-851a-0d1ffd9d9f73 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bfa01dcb-f108-4833-851a-0d1ffd9d9f73 {
  display: none;
}
#s-bfa01dcb-f108-4833-851a-0d1ffd9d9f73, #wrap-s-bfa01dcb-f108-4833-851a-0d1ffd9d9f73 { display: none !important; }}
#s-bfa01dcb-f108-4833-851a-0d1ffd9d9f73 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-dc5bacab-743c-48ac-b127-0c13b9b0dfad {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-dc5bacab-743c-48ac-b127-0c13b9b0dfad .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-b7bcaaf5-977e-403b-a1cf-079cf5244767 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 20px;
}

#s-490510ca-c8e2-4e59-bd12-531e0cb920ff {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-490510ca-c8e2-4e59-bd12-531e0cb920ff {
  display: none;
}
#s-490510ca-c8e2-4e59-bd12-531e0cb920ff, #wrap-s-490510ca-c8e2-4e59-bd12-531e0cb920ff { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-490510ca-c8e2-4e59-bd12-531e0cb920ff {
  display: none;
}
#s-490510ca-c8e2-4e59-bd12-531e0cb920ff, #wrap-s-490510ca-c8e2-4e59-bd12-531e0cb920ff { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-490510ca-c8e2-4e59-bd12-531e0cb920ff {
  display: none;
}
#s-490510ca-c8e2-4e59-bd12-531e0cb920ff, #wrap-s-490510ca-c8e2-4e59-bd12-531e0cb920ff { display: none !important; }}
#s-490510ca-c8e2-4e59-bd12-531e0cb920ff hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-957af924-96f5-4bd8-b2b4-6d5929bec3d4 {
  min-height: 50px;
}








#s-957af924-96f5-4bd8-b2b4-6d5929bec3d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-957af924-96f5-4bd8-b2b4-6d5929bec3d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2970e6c4-dd4b-4224-8727-4e1834710fc0 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2970e6c4-dd4b-4224-8727-4e1834710fc0 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-02ef166d-9f29-4549-ae94-82a631f90ef8 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
}

#s-4bb6bc1d-e281-4084-a0e0-f15a813ef05b {
  margin-bottom: 60px;
padding-left: 10%;
padding-right: 10%;
}

#s-4bb6bc1d-e281-4084-a0e0-f15a813ef05b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-4bb6bc1d-e281-4084-a0e0-f15a813ef05b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-4bb6bc1d-e281-4084-a0e0-f15a813ef05b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-4bb6bc1d-e281-4084-a0e0-f15a813ef05b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-4bb6bc1d-e281-4084-a0e0-f15a813ef05b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-4bb6bc1d-e281-4084-a0e0-f15a813ef05b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-3367d97a-814f-4638-a40f-9f858bb3f774 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px){#s-3367d97a-814f-4638-a40f-9f858bb3f774 {
  margin-top: 30px;
margin-bottom: 0px;
}
}







#s-3367d97a-814f-4638-a40f-9f858bb3f774 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3367d97a-814f-4638-a40f-9f858bb3f774.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-98706578-d74c-4986-9025-a463c4b23e7e {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-98706578-d74c-4986-9025-a463c4b23e7e {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-98706578-d74c-4986-9025-a463c4b23e7e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98706578-d74c-4986-9025-a463c4b23e7e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-98706578-d74c-4986-9025-a463c4b23e7e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-98706578-d74c-4986-9025-a463c4b23e7e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3f55a735-b45f-4988-b867-dc9d5314ad76 {
  min-height: 50px;
}








#s-3f55a735-b45f-4988-b867-dc9d5314ad76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f55a735-b45f-4988-b867-dc9d5314ad76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-05e71178-65bd-4fc3-babd-d9bb396580af {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-05e71178-65bd-4fc3-babd-d9bb396580af img.shogun-image {
    

    
    
    
  }


#s-05e71178-65bd-4fc3-babd-d9bb396580af .shogun-image-content {
  
    align-items: center;
  
}

#s-2f1e9e50-20e9-4419-bfbe-bf8a860f64d4 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-0ab5961d-74d8-4c3e-a47f-b72766723b7f {
  min-height: 50px;
}








#s-0ab5961d-74d8-4c3e-a47f-b72766723b7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ab5961d-74d8-4c3e-a47f-b72766723b7f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-601203b0-7467-46ca-a817-b4776d08bfe3 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-601203b0-7467-46ca-a817-b4776d08bfe3 img.shogun-image {
    

    
    
    
  }


#s-601203b0-7467-46ca-a817-b4776d08bfe3 .shogun-image-content {
  
    align-items: center;
  
}

#s-8e941cae-2ed4-4ef8-934e-dd9a1aa1cfec {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-18bb4c49-ab43-404d-aa3b-f0562981c83b {
  min-height: 50px;
}








#s-18bb4c49-ab43-404d-aa3b-f0562981c83b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18bb4c49-ab43-404d-aa3b-f0562981c83b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dbf221f6-3cb7-42e5-803d-0b83dd849fe3 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-dbf221f6-3cb7-42e5-803d-0b83dd849fe3 img.shogun-image {
    

    
    
    
  }


#s-dbf221f6-3cb7-42e5-803d-0b83dd849fe3 .shogun-image-content {
  
    align-items: center;
  
}

#s-5070eae9-c52c-4886-aa9a-69eb0d6eb763 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-057665ce-9a05-4983-baf0-7fc29dc34d77 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 20px;
}
@media (min-width: 1200px){#s-057665ce-9a05-4983-baf0-7fc29dc34d77 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-057665ce-9a05-4983-baf0-7fc29dc34d77 {
  
}
}@media (max-width: 767px){#s-057665ce-9a05-4983-baf0-7fc29dc34d77 {
  display: none;
}
#s-057665ce-9a05-4983-baf0-7fc29dc34d77, #wrap-s-057665ce-9a05-4983-baf0-7fc29dc34d77 { display: none !important; }}







#s-057665ce-9a05-4983-baf0-7fc29dc34d77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-057665ce-9a05-4983-baf0-7fc29dc34d77.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6865738b-7b09-4153-aa9b-a84b8445c991 {
  margin-top: 60px;
}

@media (min-width: 0px) {
[id="s-6865738b-7b09-4153-aa9b-a84b8445c991"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

@media (min-width: 768px) {
[id="s-6865738b-7b09-4153-aa9b-a84b8445c991"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

@media (min-width: 992px) {
[id="s-6865738b-7b09-4153-aa9b-a84b8445c991"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

@media (min-width: 1200px) {
[id="s-6865738b-7b09-4153-aa9b-a84b8445c991"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

#s-b6503e65-b12e-4435-bbae-efa046e4c76b {
  margin-right: 10%;
}

#s-b6503e65-b12e-4435-bbae-efa046e4c76b hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-c0c6f715-5ef5-4098-b2b7-44b519cfaf73 {
  margin-top: -5px;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-c0c6f715-5ef5-4098-b2b7-44b519cfaf73 {
  padding-bottom: 0px;
}
}
#s-c0c6f715-5ef5-4098-b2b7-44b519cfaf73 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-c0c6f715-5ef5-4098-b2b7-44b519cfaf73 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 1px;
  
}


}
#s-d0663a1c-53aa-4d33-a5db-8b8808d26191 {
  margin-left: 10%;
}

#s-d0663a1c-53aa-4d33-a5db-8b8808d26191 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-4feadb02-befe-46b6-ba92-cb1bb51b3e0d {
  margin-top: 40px;
margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-4feadb02-befe-46b6-ba92-cb1bb51b3e0d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4feadb02-befe-46b6-ba92-cb1bb51b3e0d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4feadb02-befe-46b6-ba92-cb1bb51b3e0d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4feadb02-befe-46b6-ba92-cb1bb51b3e0d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a88f387a-1f94-4330-90b1-acd0fd1ee1cb {
  min-height: 20px;
background-color: rgba(250, 250, 250, 1);
}








#s-a88f387a-1f94-4330-90b1-acd0fd1ee1cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a88f387a-1f94-4330-90b1-acd0fd1ee1cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4b641a1-e68c-4e49-ac36-bfd976f6dcf1 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-a4b641a1-e68c-4e49-ac36-bfd976f6dcf1 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-83539c00-32ff-4dee-9619-f38d12e052b1 {
  text-align: center;
}







  #s-83539c00-32ff-4dee-9619-f38d12e052b1 img.shogun-image {
    

    
    
    
  }


#s-83539c00-32ff-4dee-9619-f38d12e052b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-5454afdb-fe2e-4eb4-ad12-339862bdaee9 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-5454afdb-fe2e-4eb4-ad12-339862bdaee9 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-e79806ae-371b-4811-a855-8813fae7bcda {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
min-height: 130px;
}

#s-46884adf-2313-4dec-b12c-3b95fa702be6 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-46884adf-2313-4dec-b12c-3b95fa702be6 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-7195ee64-1faa-414c-9887-93eb9fe84da5 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-7195ee64-1faa-414c-9887-93eb9fe84da5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7195ee64-1faa-414c-9887-93eb9fe84da5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7195ee64-1faa-414c-9887-93eb9fe84da5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7195ee64-1faa-414c-9887-93eb9fe84da5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7195ee64-1faa-414c-9887-93eb9fe84da5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7195ee64-1faa-414c-9887-93eb9fe84da5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7195ee64-1faa-414c-9887-93eb9fe84da5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-a4501a24-5fb0-400f-8d19-0e168f086ef4 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: -10px;
}

#s-b309e63c-d2d4-42a1-84ce-099349d87ae2 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-675b457b-3bf6-48fc-b680-d6a660dac531 {
  margin-top: 12px;
margin-left: -10px;
margin-bottom: 10px;
text-align: left;
}

#s-675b457b-3bf6-48fc-b680-d6a660dac531 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-675b457b-3bf6-48fc-b680-d6a660dac531 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-675b457b-3bf6-48fc-b680-d6a660dac531 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-df127920-54c3-40fe-854d-fbd9189f7e0c {
  min-height: 20px;
background-color: rgba(0, 0, 0, 1);
}








#s-df127920-54c3-40fe-854d-fbd9189f7e0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df127920-54c3-40fe-854d-fbd9189f7e0c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.shg-product-atc-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-product-atc-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-24936a5b-bf4c-4824-b35b-4455fa453b05 {
  padding-top: 10px;
padding-left: 30%;
padding-bottom: 10px;
padding-right: 30%;
border-radius: 2px;
max-width: 600px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
}
#s-24936a5b-bf4c-4824-b35b-4455fa453b05:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-24936a5b-bf4c-4824-b35b-4455fa453b05:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-24936a5b-bf4c-4824-b35b-4455fa453b05 {
  padding-left: 10%;
padding-right: 10%;
}
}


#s-24936a5b-bf4c-4824-b35b-4455fa453b05 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-24936a5b-bf4c-4824-b35b-4455fa453b05.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-24936a5b-bf4c-4824-b35b-4455fa453b05.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Futura;
  display:  inline-block ;
}

#s-24936a5b-bf4c-4824-b35b-4455fa453b05.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-fe5e1d0a-0e6c-4de7-91ee-761cddbfaca6 {
  min-height: 20px;
background-color: rgba(250, 250, 250, 1);
}
@media (max-width: 767px){#s-fe5e1d0a-0e6c-4de7-91ee-761cddbfaca6 {
  margin-top: 50px;
}
}







#s-fe5e1d0a-0e6c-4de7-91ee-761cddbfaca6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe5e1d0a-0e6c-4de7-91ee-761cddbfaca6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b50a5f41-9b86-4644-9847-12732ff3261a {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-b50a5f41-9b86-4644-9847-12732ff3261a {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-4db1aab2-90ce-4943-9680-ac3343fa065a {
  text-align: center;
}







  #s-4db1aab2-90ce-4943-9680-ac3343fa065a img.shogun-image {
    

    
    
    
  }


#s-4db1aab2-90ce-4943-9680-ac3343fa065a .shogun-image-content {
  
    align-items: center;
  
}

#s-7a7d6240-666e-47c6-9bf7-265835d7929c {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-7a7d6240-666e-47c6-9bf7-265835d7929c {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-ebf1f892-0c3a-47e6-92e4-e51ffc977000 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
min-height: 130px;
}

#s-e85c6ab5-2ec1-4d02-be46-ec0da45c37b9 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-e85c6ab5-2ec1-4d02-be46-ec0da45c37b9 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-bfca4a1d-45fe-40e8-bcc0-2e5898222911 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-bfca4a1d-45fe-40e8-bcc0-2e5898222911"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-bfca4a1d-45fe-40e8-bcc0-2e5898222911"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bfca4a1d-45fe-40e8-bcc0-2e5898222911"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bfca4a1d-45fe-40e8-bcc0-2e5898222911"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bfca4a1d-45fe-40e8-bcc0-2e5898222911"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bfca4a1d-45fe-40e8-bcc0-2e5898222911"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bfca4a1d-45fe-40e8-bcc0-2e5898222911"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-39a14925-6927-44e1-9c1c-82dca6d48cbd {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: -10px;
}

#s-130d6810-f4ed-4f25-97cc-186f5a7e76a6 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-978a5ffc-38d0-4329-aa15-f1d015e7494a {
  margin-top: 12px;
margin-left: -10px;
margin-bottom: 10px;
text-align: left;
}

#s-978a5ffc-38d0-4329-aa15-f1d015e7494a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-978a5ffc-38d0-4329-aa15-f1d015e7494a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-978a5ffc-38d0-4329-aa15-f1d015e7494a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-01d97880-2108-4223-aaf0-1201d6e24193 {
  min-height: 20px;
background-color: rgba(0, 0, 0, 1);
}








#s-01d97880-2108-4223-aaf0-1201d6e24193 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01d97880-2108-4223-aaf0-1201d6e24193.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-737b8fed-8ee8-4952-8e88-71b9fa3b39b4 {
  padding-top: 10px;
padding-left: 30%;
padding-bottom: 10px;
padding-right: 30%;
border-radius: 2px;
max-width: 600px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
}
#s-737b8fed-8ee8-4952-8e88-71b9fa3b39b4:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-737b8fed-8ee8-4952-8e88-71b9fa3b39b4:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-737b8fed-8ee8-4952-8e88-71b9fa3b39b4 {
  padding-left: 10%;
padding-right: 10%;
}
}


#s-737b8fed-8ee8-4952-8e88-71b9fa3b39b4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-737b8fed-8ee8-4952-8e88-71b9fa3b39b4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-737b8fed-8ee8-4952-8e88-71b9fa3b39b4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Futura;
  display:  inline-block ;
}

#s-737b8fed-8ee8-4952-8e88-71b9fa3b39b4.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-29a503b1-26d2-4e2b-b85e-e8e6c9e952f8 {
  min-height: 20px;
background-color: rgba(250, 250, 250, 1);
}
@media (max-width: 767px){#s-29a503b1-26d2-4e2b-b85e-e8e6c9e952f8 {
  margin-top: 50px;
margin-bottom: 50px;
}
}







#s-29a503b1-26d2-4e2b-b85e-e8e6c9e952f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29a503b1-26d2-4e2b-b85e-e8e6c9e952f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c008f866-820c-4af3-aed0-a9560894d7a0 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-c008f866-820c-4af3-aed0-a9560894d7a0 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-e8449664-b02e-41cf-998f-f592814e3f5a {
  text-align: center;
}







  #s-e8449664-b02e-41cf-998f-f592814e3f5a img.shogun-image {
    

    
    
    
  }


#s-e8449664-b02e-41cf-998f-f592814e3f5a .shogun-image-content {
  
    align-items: center;
  
}

#s-99f1e398-de90-44fd-8565-1c2685a53dbf {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-99f1e398-de90-44fd-8565-1c2685a53dbf {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-59177afb-5280-445f-9d6b-6fed2ea84b30 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
min-height: 130px;
}

#s-0cee3a7c-c9d7-4249-8364-aae86d066eb6 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-0cee3a7c-c9d7-4249-8364-aae86d066eb6 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-9a373a7f-38ab-47da-a46f-b5ea523d9768 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-9a373a7f-38ab-47da-a46f-b5ea523d9768"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9a373a7f-38ab-47da-a46f-b5ea523d9768"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9a373a7f-38ab-47da-a46f-b5ea523d9768"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9a373a7f-38ab-47da-a46f-b5ea523d9768"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9a373a7f-38ab-47da-a46f-b5ea523d9768"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a373a7f-38ab-47da-a46f-b5ea523d9768"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9a373a7f-38ab-47da-a46f-b5ea523d9768"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-4fa52365-59eb-459d-a5d4-8ef150f52fce {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: -10px;
}

#s-8e977a4b-42dd-4b52-989e-63244d5dd66f {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-b83e9546-420b-4726-aa50-615b18a86739 {
  margin-top: 12px;
margin-left: -10px;
margin-bottom: 10px;
text-align: left;
}

#s-b83e9546-420b-4726-aa50-615b18a86739 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b83e9546-420b-4726-aa50-615b18a86739 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-b83e9546-420b-4726-aa50-615b18a86739 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c0407570-1004-4c1d-83f8-c5a645f316b3 {
  min-height: 20px;
background-color: rgba(0, 0, 0, 1);
}








#s-c0407570-1004-4c1d-83f8-c5a645f316b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0407570-1004-4c1d-83f8-c5a645f316b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c8fa411f-cd6f-4074-981a-a969e78a03a5 {
  padding-top: 10px;
padding-left: 30%;
padding-bottom: 10px;
padding-right: 30%;
border-radius: 2px;
max-width: 600px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
}
#s-c8fa411f-cd6f-4074-981a-a969e78a03a5:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c8fa411f-cd6f-4074-981a-a969e78a03a5:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-c8fa411f-cd6f-4074-981a-a969e78a03a5 {
  padding-left: 10%;
padding-right: 10%;
}
}


#s-c8fa411f-cd6f-4074-981a-a969e78a03a5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c8fa411f-cd6f-4074-981a-a969e78a03a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c8fa411f-cd6f-4074-981a-a969e78a03a5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Futura;
  display:  inline-block ;
}

#s-c8fa411f-cd6f-4074-981a-a969e78a03a5.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-af7fc2c4-7be1-40fe-b035-bd3658516113 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-af7fc2c4-7be1-40fe-b035-bd3658516113 {
  display: none;
}
#s-af7fc2c4-7be1-40fe-b035-bd3658516113, #wrap-s-af7fc2c4-7be1-40fe-b035-bd3658516113 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-af7fc2c4-7be1-40fe-b035-bd3658516113 {
  display: none;
}
#s-af7fc2c4-7be1-40fe-b035-bd3658516113, #wrap-s-af7fc2c4-7be1-40fe-b035-bd3658516113 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-af7fc2c4-7be1-40fe-b035-bd3658516113 {
  display: none;
}
#s-af7fc2c4-7be1-40fe-b035-bd3658516113, #wrap-s-af7fc2c4-7be1-40fe-b035-bd3658516113 { display: none !important; }}







#s-af7fc2c4-7be1-40fe-b035-bd3658516113 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af7fc2c4-7be1-40fe-b035-bd3658516113.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc45909e-ef96-4983-8317-c36006d22aea {
  background-size: cover;
background-attachment: fixed;
margin-left: 10%;
margin-right: 10%;
min-height: 800px;
background-position: center center;
}
@media (min-width: 1200px){#s-fc45909e-ef96-4983-8317-c36006d22aea {
  display: none;
}
#s-fc45909e-ef96-4983-8317-c36006d22aea, #wrap-s-fc45909e-ef96-4983-8317-c36006d22aea { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fc45909e-ef96-4983-8317-c36006d22aea {
  display: none;
}
#s-fc45909e-ef96-4983-8317-c36006d22aea, #wrap-s-fc45909e-ef96-4983-8317-c36006d22aea { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fc45909e-ef96-4983-8317-c36006d22aea {
  display: none;
}
#s-fc45909e-ef96-4983-8317-c36006d22aea, #wrap-s-fc45909e-ef96-4983-8317-c36006d22aea { display: none !important; }}@media (max-width: 767px){#s-fc45909e-ef96-4983-8317-c36006d22aea {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-fc45909e-ef96-4983-8317-c36006d22aea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.4;
}#s-fc45909e-ef96-4983-8317-c36006d22aea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e2eea4d-a9b9-438f-81d7-72bceb8ca456 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 850px;
background-position: center center;
}
@media (min-width: 1200px){#s-7e2eea4d-a9b9-438f-81d7-72bceb8ca456 {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-7e2eea4d-a9b9-438f-81d7-72bceb8ca456 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e2eea4d-a9b9-438f-81d7-72bceb8ca456.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4fce6df1-a048-4f6c-8069-cfbba9dbc8d0 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-4fce6df1-a048-4f6c-8069-cfbba9dbc8d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4fce6df1-a048-4f6c-8069-cfbba9dbc8d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc1e29c3-ea5d-45a3-bb77-98f87e1b0c17 {
  padding-top: 60px;
padding-bottom: 30px;
text-align: center;
}
@media (max-width: 767px){#s-dc1e29c3-ea5d-45a3-bb77-98f87e1b0c17 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-dc1e29c3-ea5d-45a3-bb77-98f87e1b0c17 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-dc1e29c3-ea5d-45a3-bb77-98f87e1b0c17 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}


}
#s-39147a54-0a22-4d3a-bcc0-4c2c7c6d4b5a {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 60px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-39147a54-0a22-4d3a-bcc0-4c2c7c6d4b5a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39147a54-0a22-4d3a-bcc0-4c2c7c6d4b5a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-39147a54-0a22-4d3a-bcc0-4c2c7c6d4b5a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-39147a54-0a22-4d3a-bcc0-4c2c7c6d4b5a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-39147a54-0a22-4d3a-bcc0-4c2c7c6d4b5a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-39147a54-0a22-4d3a-bcc0-4c2c7c6d4b5a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-39147a54-0a22-4d3a-bcc0-4c2c7c6d4b5a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-39147a54-0a22-4d3a-bcc0-4c2c7c6d4b5a"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b11b243a-f994-42bd-aba1-05102e67f0b3 {
  margin-top: 30px;
margin-left: 0%;
min-height: 50px;
background-attachment: scroll;
}








#s-b11b243a-f994-42bd-aba1-05102e67f0b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b11b243a-f994-42bd-aba1-05102e67f0b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c4a0597c-e01c-4996-ab0f-7935c12a0b42 {
  margin-left: 5%;
margin-right: 5%;
text-align: center;
}







  #s-c4a0597c-e01c-4996-ab0f-7935c12a0b42 img.shogun-image {
    

    
    
    
  }


#s-c4a0597c-e01c-4996-ab0f-7935c12a0b42 .shogun-image-content {
  
    align-items: center;
  
}

#s-46a3751c-24b6-487f-8939-0eb1043a158c {
  margin-top: 30px;
margin-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-46a3751c-24b6-487f-8939-0eb1043a158c {
  margin-top: 60px;
}
}
#s-46a3751c-24b6-487f-8939-0eb1043a158c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  text-align: left;
}


@media (max-width: 767px){#s-46a3751c-24b6-487f-8939-0eb1043a158c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: left;
}


}
#s-3a02ab64-977f-4f48-9215-1ded84e06d50 {
  margin-left: 0px;
}

@media (min-width: 0px) {
[id="s-188c6371-a374-44b9-8131-1df32632f44a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-188c6371-a374-44b9-8131-1df32632f44a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-188c6371-a374-44b9-8131-1df32632f44a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-188c6371-a374-44b9-8131-1df32632f44a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e7fd6ce6-f16e-43b7-afad-1f94068189cb {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-e7fd6ce6-f16e-43b7-afad-1f94068189cb img.shogun-image {
    

    
    
    
  }


#s-e7fd6ce6-f16e-43b7-afad-1f94068189cb .shogun-image-content {
  
    align-items: center;
  
}

#s-eaeb7c73-8518-4726-b3bd-a69ca29afa9b {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-1101094c-b5e3-46d7-b319-9ace2ed6a1aa {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-1101094c-b5e3-46d7-b319-9ace2ed6a1aa img.shogun-image {
    

    
    
    
  }


#s-1101094c-b5e3-46d7-b319-9ace2ed6a1aa .shogun-image-content {
  
    align-items: center;
  
}

#s-a470e34e-c2c9-46c3-a912-422131148a7e {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-eae7e5b3-775c-4add-a4f3-e416d182ab1f {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-eae7e5b3-775c-4add-a4f3-e416d182ab1f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-eae7e5b3-775c-4add-a4f3-e416d182ab1f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eae7e5b3-775c-4add-a4f3-e416d182ab1f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eae7e5b3-775c-4add-a4f3-e416d182ab1f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-47932ef5-e192-4c09-b6db-20264be77ef9 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-47932ef5-e192-4c09-b6db-20264be77ef9 img.shogun-image {
    

    
    
    
  }


#s-47932ef5-e192-4c09-b6db-20264be77ef9 .shogun-image-content {
  
    align-items: center;
  
}

#s-947fd7ef-83be-4180-ab8e-f3e7bc540d7c {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-f3931970-aebe-4827-bb92-b0eac2141518 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-f3931970-aebe-4827-bb92-b0eac2141518 img.shogun-image {
    

    
    
    
  }


#s-f3931970-aebe-4827-bb92-b0eac2141518 .shogun-image-content {
  
    align-items: center;
  
}

#s-23675b93-df92-4100-b879-cdf42748cfc3 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-31dffd8b-0624-448b-865c-86b9c3f602c5 {
  min-height: 50px;
}








#s-31dffd8b-0624-448b-865c-86b9c3f602c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31dffd8b-0624-448b-865c-86b9c3f602c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-564ee50a-d4e1-483f-b323-925c61551717 {
  margin-top: 60px;
margin-left: 10%;
margin-bottom: 40px;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 1200px){#s-564ee50a-d4e1-483f-b323-925c61551717 {
  display: none;
}
#s-564ee50a-d4e1-483f-b323-925c61551717, #wrap-s-564ee50a-d4e1-483f-b323-925c61551717 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-564ee50a-d4e1-483f-b323-925c61551717 {
  display: none;
}
#s-564ee50a-d4e1-483f-b323-925c61551717, #wrap-s-564ee50a-d4e1-483f-b323-925c61551717 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-564ee50a-d4e1-483f-b323-925c61551717 {
  display: none;
}
#s-564ee50a-d4e1-483f-b323-925c61551717, #wrap-s-564ee50a-d4e1-483f-b323-925c61551717 { display: none !important; }}







#s-564ee50a-d4e1-483f-b323-925c61551717 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-564ee50a-d4e1-483f-b323-925c61551717.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c0e73638-8d85-41b1-8193-56841615ca77 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-c0e73638-8d85-41b1-8193-56841615ca77 {
  display: none;
}
#s-c0e73638-8d85-41b1-8193-56841615ca77, #wrap-s-c0e73638-8d85-41b1-8193-56841615ca77 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c0e73638-8d85-41b1-8193-56841615ca77 {
  display: none;
}
#s-c0e73638-8d85-41b1-8193-56841615ca77, #wrap-s-c0e73638-8d85-41b1-8193-56841615ca77 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c0e73638-8d85-41b1-8193-56841615ca77 {
  display: none;
}
#s-c0e73638-8d85-41b1-8193-56841615ca77, #wrap-s-c0e73638-8d85-41b1-8193-56841615ca77 { display: none !important; }}
#s-c0e73638-8d85-41b1-8193-56841615ca77 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  text-align: left;
}


@media (max-width: 767px){#s-c0e73638-8d85-41b1-8193-56841615ca77 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: left;
}


}
@media (min-width: 1200px){#s-492c5542-284a-4528-9261-46c627c17fa3 {
  display: none;
}
#s-492c5542-284a-4528-9261-46c627c17fa3, #wrap-s-492c5542-284a-4528-9261-46c627c17fa3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-492c5542-284a-4528-9261-46c627c17fa3 {
  display: none;
}
#s-492c5542-284a-4528-9261-46c627c17fa3, #wrap-s-492c5542-284a-4528-9261-46c627c17fa3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-492c5542-284a-4528-9261-46c627c17fa3 {
  display: none;
}
#s-492c5542-284a-4528-9261-46c627c17fa3, #wrap-s-492c5542-284a-4528-9261-46c627c17fa3 { display: none !important; }}
@media (min-width: 0px) {
[id="s-492c5542-284a-4528-9261-46c627c17fa3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-492c5542-284a-4528-9261-46c627c17fa3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-492c5542-284a-4528-9261-46c627c17fa3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-492c5542-284a-4528-9261-46c627c17fa3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-492c5542-284a-4528-9261-46c627c17fa3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-492c5542-284a-4528-9261-46c627c17fa3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-492c5542-284a-4528-9261-46c627c17fa3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 24.0px);
}

}

#s-45cffe40-9948-4801-9b0a-7812918229f1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-45cffe40-9948-4801-9b0a-7812918229f1 {
  display: none;
}
#s-45cffe40-9948-4801-9b0a-7812918229f1, #wrap-s-45cffe40-9948-4801-9b0a-7812918229f1 { display: none !important; }}
#s-45cffe40-9948-4801-9b0a-7812918229f1 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-28a91f00-7500-46ec-bad2-f79c49fd91a1 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0%;
}

#s-f2a35233-8388-4cb0-8e75-34efb5b9fbe9 {
  margin-top: 20px;
min-height: 50px;
}








#s-f2a35233-8388-4cb0-8e75-34efb5b9fbe9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2a35233-8388-4cb0-8e75-34efb5b9fbe9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db60c4fd-6d09-4ea8-b63e-4732e684713f {
  margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
text-align: center;
}







  #s-db60c4fd-6d09-4ea8-b63e-4732e684713f img.shogun-image {
    

    
    
    
  }


#s-db60c4fd-6d09-4ea8-b63e-4732e684713f .shogun-image-content {
  
    align-items: center;
  
}

#s-8cd5c618-2c91-4dfd-869b-c1f18e2b323b {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8cd5c618-2c91-4dfd-869b-c1f18e2b323b .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-ba682d0b-2fe4-4f87-982f-f0ff3f0adad7 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-7a28524f-d935-4352-970b-c964ac88402e {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-7a28524f-d935-4352-970b-c964ac88402e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a28524f-d935-4352-970b-c964ac88402e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e12fdeea-0be4-4b68-b426-55b1f7793b30 {
  margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 150px;
text-align: center;
}







  #s-e12fdeea-0be4-4b68-b426-55b1f7793b30 img.shogun-image {
    

    
    
    
  }


#s-e12fdeea-0be4-4b68-b426-55b1f7793b30 .shogun-image-content {
  
    align-items: center;
  
}

#s-19b4ca23-8b65-421f-a13a-a40310ae2e45 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-19b4ca23-8b65-421f-a13a-a40310ae2e45 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-6f7d95a4-dbf9-426c-b11a-84e93e673ffb {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-98319f8c-16ed-4cd2-9009-3087c8fedbe3 {
  min-height: 50px;
}








#s-98319f8c-16ed-4cd2-9009-3087c8fedbe3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98319f8c-16ed-4cd2-9009-3087c8fedbe3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d81d9268-665f-49ed-8fa8-6f4c7fe13fc7 {
  margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 150px;
text-align: center;
}







  #s-d81d9268-665f-49ed-8fa8-6f4c7fe13fc7 img.shogun-image {
    

    
    
    
  }


#s-d81d9268-665f-49ed-8fa8-6f4c7fe13fc7 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ce0a3b5-c779-4b43-9a2f-1c1365c367bb {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0ce0a3b5-c779-4b43-9a2f-1c1365c367bb .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-8fac6669-80fc-428b-96be-c9a9f04e7c8c {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-d531c869-95c9-422f-a922-ae86ce078509 {
  min-height: 50px;
}








#s-d531c869-95c9-422f-a922-ae86ce078509 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d531c869-95c9-422f-a922-ae86ce078509.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bdd44a04-0c53-4dcf-a28c-6c942f90dd46 {
  margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 150px;
text-align: center;
}







  #s-bdd44a04-0c53-4dcf-a28c-6c942f90dd46 img.shogun-image {
    

    
    
    
  }


#s-bdd44a04-0c53-4dcf-a28c-6c942f90dd46 .shogun-image-content {
  
    align-items: center;
  
}

#s-7c892ae7-6611-47d6-ab20-302c3ece44d5 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7c892ae7-6611-47d6-ab20-302c3ece44d5 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 0px;
  text-align: center;
}



#s-2af6387b-688e-408d-9a88-ac6fb781b37e {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-09bc3959-b4e2-4dca-8d0f-cedc0dc2281e {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 220px;
background-attachment: scroll;
background-position: center center;
}
@media (min-width: 1200px){#s-09bc3959-b4e2-4dca-8d0f-cedc0dc2281e {
  margin-left: 10%;
margin-right: 10%;
}
}







#s-09bc3959-b4e2-4dca-8d0f-cedc0dc2281e > .shg-box-overlay {
  background-color: rgba(255, 237, 171, 0.99);
  opacity: 0;
}#s-09bc3959-b4e2-4dca-8d0f-cedc0dc2281e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74513734-70d8-4b6a-b249-fa17659ec946 {
  margin-top: 400px;
margin-left: 10%;
margin-bottom: -200px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-74513734-70d8-4b6a-b249-fa17659ec946 {
  display: none;
}
#s-74513734-70d8-4b6a-b249-fa17659ec946, #wrap-s-74513734-70d8-4b6a-b249-fa17659ec946 { display: none !important; }}@media (max-width: 767px){#s-74513734-70d8-4b6a-b249-fa17659ec946 {
  margin-bottom: -160px;
display: none;
}
#s-74513734-70d8-4b6a-b249-fa17659ec946, #wrap-s-74513734-70d8-4b6a-b249-fa17659ec946 { display: none !important; }}







#s-74513734-70d8-4b6a-b249-fa17659ec946 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74513734-70d8-4b6a-b249-fa17659ec946.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da85fcfe-cea9-43e0-9143-0eb475cd03bb {
  padding-top: 60px;
padding-bottom: 30px;
text-align: center;
}
@media (max-width: 767px){#s-da85fcfe-cea9-43e0-9143-0eb475cd03bb {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-da85fcfe-cea9-43e0-9143-0eb475cd03bb .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}



#s-4298dda5-c736-4b31-9f1f-c84a0b3a3b36 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-4298dda5-c736-4b31-9f1f-c84a0b3a3b36 {
  display: none;
}
#s-4298dda5-c736-4b31-9f1f-c84a0b3a3b36, #wrap-s-4298dda5-c736-4b31-9f1f-c84a0b3a3b36 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4298dda5-c736-4b31-9f1f-c84a0b3a3b36 {
  display: none;
}
#s-4298dda5-c736-4b31-9f1f-c84a0b3a3b36, #wrap-s-4298dda5-c736-4b31-9f1f-c84a0b3a3b36 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4298dda5-c736-4b31-9f1f-c84a0b3a3b36 {
  display: none;
}
#s-4298dda5-c736-4b31-9f1f-c84a0b3a3b36, #wrap-s-4298dda5-c736-4b31-9f1f-c84a0b3a3b36 { display: none !important; }}
#s-4298dda5-c736-4b31-9f1f-c84a0b3a3b36 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-2df04745-9f16-4270-9354-4585d1437446 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 60px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-2df04745-9f16-4270-9354-4585d1437446"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2df04745-9f16-4270-9354-4585d1437446"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-2df04745-9f16-4270-9354-4585d1437446"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-2df04745-9f16-4270-9354-4585d1437446"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-56f18841-10ee-4e26-9d95-13359b2a4ae8 {
  min-height: 50px;
}








#s-56f18841-10ee-4e26-9d95-13359b2a4ae8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56f18841-10ee-4e26-9d95-13359b2a4ae8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-adaaaa19-fad6-4853-832d-a50ec92dbd74 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-adaaaa19-fad6-4853-832d-a50ec92dbd74 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-18f42c4d-c5ae-4098-8c79-2226dacc9e7e {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 20px;
}

#s-231df639-4988-4a2f-8cc3-45c049e4c911 {
  min-height: 50px;
}
@media (max-width: 767px){#s-231df639-4988-4a2f-8cc3-45c049e4c911 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-231df639-4988-4a2f-8cc3-45c049e4c911 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-231df639-4988-4a2f-8cc3-45c049e4c911.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c3bc13bf-1df3-4fe4-ae66-3dd2d418f053 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-c3bc13bf-1df3-4fe4-ae66-3dd2d418f053 {
  display: none;
}
#s-c3bc13bf-1df3-4fe4-ae66-3dd2d418f053, #wrap-s-c3bc13bf-1df3-4fe4-ae66-3dd2d418f053 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c3bc13bf-1df3-4fe4-ae66-3dd2d418f053 {
  display: none;
}
#s-c3bc13bf-1df3-4fe4-ae66-3dd2d418f053, #wrap-s-c3bc13bf-1df3-4fe4-ae66-3dd2d418f053 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c3bc13bf-1df3-4fe4-ae66-3dd2d418f053 {
  display: none;
}
#s-c3bc13bf-1df3-4fe4-ae66-3dd2d418f053, #wrap-s-c3bc13bf-1df3-4fe4-ae66-3dd2d418f053 { display: none !important; }}
#s-c3bc13bf-1df3-4fe4-ae66-3dd2d418f053 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-15aadaaf-22d3-46e2-a666-5d7aa64ee48b {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-15aadaaf-22d3-46e2-a666-5d7aa64ee48b .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-3c6d4f50-d1a4-4659-a7c1-5ec4c2f09284 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 20px;
}

#s-f8654962-de94-426e-b12c-26d3bef899f1 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-f8654962-de94-426e-b12c-26d3bef899f1 {
  display: none;
}
#s-f8654962-de94-426e-b12c-26d3bef899f1, #wrap-s-f8654962-de94-426e-b12c-26d3bef899f1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f8654962-de94-426e-b12c-26d3bef899f1 {
  display: none;
}
#s-f8654962-de94-426e-b12c-26d3bef899f1, #wrap-s-f8654962-de94-426e-b12c-26d3bef899f1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f8654962-de94-426e-b12c-26d3bef899f1 {
  display: none;
}
#s-f8654962-de94-426e-b12c-26d3bef899f1, #wrap-s-f8654962-de94-426e-b12c-26d3bef899f1 { display: none !important; }}
#s-f8654962-de94-426e-b12c-26d3bef899f1 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-d89e5374-d0ba-41ec-9f5d-1e0db0acbdea {
  min-height: 50px;
}








#s-d89e5374-d0ba-41ec-9f5d-1e0db0acbdea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d89e5374-d0ba-41ec-9f5d-1e0db0acbdea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd83e1bd-fa99-4150-9eeb-a5da92c369fc {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-cd83e1bd-fa99-4150-9eeb-a5da92c369fc .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-b42e9a0e-9c52-4707-92ae-5af11db6a761 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
}

#s-6829e6c9-6e51-401a-94f5-3729314e5a0e {
  margin-bottom: 60px;
padding-left: 10%;
padding-right: 10%;
}

#s-6829e6c9-6e51-401a-94f5-3729314e5a0e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-6829e6c9-6e51-401a-94f5-3729314e5a0e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-6829e6c9-6e51-401a-94f5-3729314e5a0e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-6829e6c9-6e51-401a-94f5-3729314e5a0e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-6829e6c9-6e51-401a-94f5-3729314e5a0e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-6829e6c9-6e51-401a-94f5-3729314e5a0e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-ccb5aaf9-6f81-499b-bc3f-b0fe3ca2eb21 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px){#s-ccb5aaf9-6f81-499b-bc3f-b0fe3ca2eb21 {
  margin-top: 30px;
margin-bottom: 0px;
}
}







#s-ccb5aaf9-6f81-499b-bc3f-b0fe3ca2eb21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccb5aaf9-6f81-499b-bc3f-b0fe3ca2eb21.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0db27d15-7bf0-445c-a9d9-ca1293d1a131 {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-0db27d15-7bf0-445c-a9d9-ca1293d1a131 {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-0db27d15-7bf0-445c-a9d9-ca1293d1a131"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0db27d15-7bf0-445c-a9d9-ca1293d1a131"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0db27d15-7bf0-445c-a9d9-ca1293d1a131"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0db27d15-7bf0-445c-a9d9-ca1293d1a131"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3e1ec5ae-7844-4fea-911c-eb4435007f15 {
  min-height: 50px;
}








#s-3e1ec5ae-7844-4fea-911c-eb4435007f15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e1ec5ae-7844-4fea-911c-eb4435007f15.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32125966-6042-4d41-9dd3-a6811caf807b {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-32125966-6042-4d41-9dd3-a6811caf807b img.shogun-image {
    

    
    
    
  }


#s-32125966-6042-4d41-9dd3-a6811caf807b .shogun-image-content {
  
    align-items: center;
  
}

#s-088c8ee4-88e5-41e1-bee2-33cc6f743ab2 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-bb878052-9c0d-4768-9ee6-b69efe1b2e1d {
  min-height: 50px;
}








#s-bb878052-9c0d-4768-9ee6-b69efe1b2e1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb878052-9c0d-4768-9ee6-b69efe1b2e1d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6402fcf3-e88f-4488-8dd3-1a3a33aa6143 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-6402fcf3-e88f-4488-8dd3-1a3a33aa6143 img.shogun-image {
    

    
    
    
  }


#s-6402fcf3-e88f-4488-8dd3-1a3a33aa6143 .shogun-image-content {
  
    align-items: center;
  
}

#s-f87cd4d6-acee-4d5a-8b19-6c605cf8e4e1 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-ad1f1d72-2524-41aa-a158-4d61b04db8eb {
  min-height: 50px;
}








#s-ad1f1d72-2524-41aa-a158-4d61b04db8eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad1f1d72-2524-41aa-a158-4d61b04db8eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0064ab83-5ddb-49a4-8017-0be7324acf65 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-0064ab83-5ddb-49a4-8017-0be7324acf65 img.shogun-image {
    

    
    
    
  }


#s-0064ab83-5ddb-49a4-8017-0be7324acf65 .shogun-image-content {
  
    align-items: center;
  
}

#s-4b9ca722-caff-4951-9d02-fc62897c4542 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-490ded8d-0eb3-4ce8-ac41-e7379a2a1b79 {
  margin-top: -100px;
margin-left: 9%;
margin-bottom: 0px;
margin-right: 9%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-490ded8d-0eb3-4ce8-ac41-e7379a2a1b79 {
  display: none;
}
#s-490ded8d-0eb3-4ce8-ac41-e7379a2a1b79, #wrap-s-490ded8d-0eb3-4ce8-ac41-e7379a2a1b79 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-490ded8d-0eb3-4ce8-ac41-e7379a2a1b79 {
  display: none;
}
#s-490ded8d-0eb3-4ce8-ac41-e7379a2a1b79, #wrap-s-490ded8d-0eb3-4ce8-ac41-e7379a2a1b79 { display: none !important; }}







#s-490ded8d-0eb3-4ce8-ac41-e7379a2a1b79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-490ded8d-0eb3-4ce8-ac41-e7379a2a1b79.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3a2deceb-75df-486e-9e9c-8fa68f83287b {
  padding-top: 60px;
padding-bottom: 30px;
text-align: center;
}
@media (max-width: 767px){#s-3a2deceb-75df-486e-9e9c-8fa68f83287b {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-3a2deceb-75df-486e-9e9c-8fa68f83287b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}



#s-4b5b9019-ab67-4140-acd8-bc7dc16f2b7f {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-4b5b9019-ab67-4140-acd8-bc7dc16f2b7f {
  display: none;
}
#s-4b5b9019-ab67-4140-acd8-bc7dc16f2b7f, #wrap-s-4b5b9019-ab67-4140-acd8-bc7dc16f2b7f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4b5b9019-ab67-4140-acd8-bc7dc16f2b7f {
  display: none;
}
#s-4b5b9019-ab67-4140-acd8-bc7dc16f2b7f, #wrap-s-4b5b9019-ab67-4140-acd8-bc7dc16f2b7f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4b5b9019-ab67-4140-acd8-bc7dc16f2b7f {
  display: none;
}
#s-4b5b9019-ab67-4140-acd8-bc7dc16f2b7f, #wrap-s-4b5b9019-ab67-4140-acd8-bc7dc16f2b7f { display: none !important; }}
#s-4b5b9019-ab67-4140-acd8-bc7dc16f2b7f hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-927c7a04-bcf7-4f28-b803-872eb5e64515 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 60px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-927c7a04-bcf7-4f28-b803-872eb5e64515"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-927c7a04-bcf7-4f28-b803-872eb5e64515"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-927c7a04-bcf7-4f28-b803-872eb5e64515"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-927c7a04-bcf7-4f28-b803-872eb5e64515"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-00ac387e-d6ef-4957-b8b5-f13087d7d1c5 {
  min-height: 50px;
}








#s-00ac387e-d6ef-4957-b8b5-f13087d7d1c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00ac387e-d6ef-4957-b8b5-f13087d7d1c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3db54187-0ef3-4922-87a3-7096e5f39358 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3db54187-0ef3-4922-87a3-7096e5f39358 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-d2f389a6-b39e-42b8-b4d1-e1fc99764567 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 20px;
}

#s-23679398-874e-44c2-ba53-71ce82285c28 {
  min-height: 50px;
}
@media (max-width: 767px){#s-23679398-874e-44c2-ba53-71ce82285c28 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-23679398-874e-44c2-ba53-71ce82285c28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23679398-874e-44c2-ba53-71ce82285c28.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dae41097-b118-4ef0-9350-eba4fc91d72d {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-dae41097-b118-4ef0-9350-eba4fc91d72d {
  display: none;
}
#s-dae41097-b118-4ef0-9350-eba4fc91d72d, #wrap-s-dae41097-b118-4ef0-9350-eba4fc91d72d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dae41097-b118-4ef0-9350-eba4fc91d72d {
  display: none;
}
#s-dae41097-b118-4ef0-9350-eba4fc91d72d, #wrap-s-dae41097-b118-4ef0-9350-eba4fc91d72d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dae41097-b118-4ef0-9350-eba4fc91d72d {
  display: none;
}
#s-dae41097-b118-4ef0-9350-eba4fc91d72d, #wrap-s-dae41097-b118-4ef0-9350-eba4fc91d72d { display: none !important; }}
#s-dae41097-b118-4ef0-9350-eba4fc91d72d hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-d8bf3a76-0cb0-4b7e-8f77-2280a39f50db {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d8bf3a76-0cb0-4b7e-8f77-2280a39f50db .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-f8e434d8-46cf-4ce8-84bb-ee237e9be0e0 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 20px;
}

#s-f0038514-a5d8-4178-b0a5-1fd63d1559d1 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-f0038514-a5d8-4178-b0a5-1fd63d1559d1 {
  display: none;
}
#s-f0038514-a5d8-4178-b0a5-1fd63d1559d1, #wrap-s-f0038514-a5d8-4178-b0a5-1fd63d1559d1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f0038514-a5d8-4178-b0a5-1fd63d1559d1 {
  display: none;
}
#s-f0038514-a5d8-4178-b0a5-1fd63d1559d1, #wrap-s-f0038514-a5d8-4178-b0a5-1fd63d1559d1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f0038514-a5d8-4178-b0a5-1fd63d1559d1 {
  display: none;
}
#s-f0038514-a5d8-4178-b0a5-1fd63d1559d1, #wrap-s-f0038514-a5d8-4178-b0a5-1fd63d1559d1 { display: none !important; }}
#s-f0038514-a5d8-4178-b0a5-1fd63d1559d1 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-870ba247-b67f-43b6-aa48-8349b02c454c {
  min-height: 50px;
}








#s-870ba247-b67f-43b6-aa48-8349b02c454c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-870ba247-b67f-43b6-aa48-8349b02c454c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4717914-4876-428f-a43e-6e51ce31c44c {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d4717914-4876-428f-a43e-6e51ce31c44c .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-3e1aab60-585d-4667-9596-116ae48d827b {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
}

#s-bc1eb0cb-bb92-4158-a9de-9a9b5b96e88a {
  margin-bottom: 60px;
padding-left: 10%;
padding-right: 10%;
}

#s-bc1eb0cb-bb92-4158-a9de-9a9b5b96e88a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-bc1eb0cb-bb92-4158-a9de-9a9b5b96e88a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-bc1eb0cb-bb92-4158-a9de-9a9b5b96e88a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-bc1eb0cb-bb92-4158-a9de-9a9b5b96e88a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-bc1eb0cb-bb92-4158-a9de-9a9b5b96e88a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-bc1eb0cb-bb92-4158-a9de-9a9b5b96e88a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-3c71578c-6f03-4e16-b7f0-16e7bb2b22f6 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px){#s-3c71578c-6f03-4e16-b7f0-16e7bb2b22f6 {
  margin-top: 30px;
margin-bottom: 0px;
}
}







#s-3c71578c-6f03-4e16-b7f0-16e7bb2b22f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c71578c-6f03-4e16-b7f0-16e7bb2b22f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-109f94d1-0eda-4ad1-8dad-be8869864a36 {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-109f94d1-0eda-4ad1-8dad-be8869864a36 {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-109f94d1-0eda-4ad1-8dad-be8869864a36"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-109f94d1-0eda-4ad1-8dad-be8869864a36"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-109f94d1-0eda-4ad1-8dad-be8869864a36"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-109f94d1-0eda-4ad1-8dad-be8869864a36"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-41717a52-240e-4e05-82ef-fcc2f793fda7 {
  min-height: 50px;
}








#s-41717a52-240e-4e05-82ef-fcc2f793fda7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41717a52-240e-4e05-82ef-fcc2f793fda7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c349383-ac56-4f89-9a0e-441975d2ba27 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-7c349383-ac56-4f89-9a0e-441975d2ba27 img.shogun-image {
    

    
    
    
  }


#s-7c349383-ac56-4f89-9a0e-441975d2ba27 .shogun-image-content {
  
    align-items: center;
  
}

#s-d46f71cc-666f-4d66-a627-53c79a6ef07d {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-02c33ade-7d2d-4c7f-abea-85b47b037aa1 {
  min-height: 50px;
}








#s-02c33ade-7d2d-4c7f-abea-85b47b037aa1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02c33ade-7d2d-4c7f-abea-85b47b037aa1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-02c1f961-9d74-4553-b788-ece4f9a9d11d {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-02c1f961-9d74-4553-b788-ece4f9a9d11d img.shogun-image {
    

    
    
    
  }


#s-02c1f961-9d74-4553-b788-ece4f9a9d11d .shogun-image-content {
  
    align-items: center;
  
}

#s-8183d1af-1a6c-4545-b991-179625246c20 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-549e92e4-148d-454a-8246-ef872f36090e {
  min-height: 50px;
}








#s-549e92e4-148d-454a-8246-ef872f36090e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-549e92e4-148d-454a-8246-ef872f36090e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-05539854-c7e5-453c-8d90-52ad440502b5 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-05539854-c7e5-453c-8d90-52ad440502b5 img.shogun-image {
    

    
    
    
  }


#s-05539854-c7e5-453c-8d90-52ad440502b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-0d379fd7-375f-4754-b1b1-fed9ab5688b0 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a36af134-4398-4759-80a3-8b57879f00c3 {
  min-height: 50px;
}








#s-a36af134-4398-4759-80a3-8b57879f00c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a36af134-4398-4759-80a3-8b57879f00c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d464394d-aa68-44bb-91c4-be8cf626e3e1 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 10%;
margin-right: 10%;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-d464394d-aa68-44bb-91c4-be8cf626e3e1 {
  display: none;
}
#s-d464394d-aa68-44bb-91c4-be8cf626e3e1, #wrap-s-d464394d-aa68-44bb-91c4-be8cf626e3e1 { display: none !important; }}







#s-d464394d-aa68-44bb-91c4-be8cf626e3e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d464394d-aa68-44bb-91c4-be8cf626e3e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd8626ea-3871-4c31-b67a-8816609f2b60 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-cd8626ea-3871-4c31-b67a-8816609f2b60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd8626ea-3871-4c31-b67a-8816609f2b60.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77d5e457-4933-4dd9-8113-6b7f4b603203 {
  min-height: 50px;
}








#s-77d5e457-4933-4dd9-8113-6b7f4b603203 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77d5e457-4933-4dd9-8113-6b7f4b603203.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1756d882-99ed-48aa-a014-93ec55585841 {
  padding-top: 60px;
padding-bottom: 30px;
text-align: center;
}
@media (max-width: 767px){#s-1756d882-99ed-48aa-a014-93ec55585841 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-1756d882-99ed-48aa-a014-93ec55585841 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}



#s-5ef64ca5-6fb4-4fb3-8803-fd7713ee9ddf {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 60px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-5ef64ca5-6fb4-4fb3-8803-fd7713ee9ddf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5ef64ca5-6fb4-4fb3-8803-fd7713ee9ddf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5ef64ca5-6fb4-4fb3-8803-fd7713ee9ddf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5ef64ca5-6fb4-4fb3-8803-fd7713ee9ddf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5ef64ca5-6fb4-4fb3-8803-fd7713ee9ddf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ef64ca5-6fb4-4fb3-8803-fd7713ee9ddf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5ef64ca5-6fb4-4fb3-8803-fd7713ee9ddf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-5ef64ca5-6fb4-4fb3-8803-fd7713ee9ddf"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-55b31676-5804-461d-88c1-aaafeb26a4bf {
  margin-left: 0%;
margin-right: 15%;
min-height: 50px;
}
@media (max-width: 767px){#s-55b31676-5804-461d-88c1-aaafeb26a4bf {
  margin-top: 20px;
margin-right: 0%;
}
}







#s-55b31676-5804-461d-88c1-aaafeb26a4bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55b31676-5804-461d-88c1-aaafeb26a4bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b876134-451d-45d5-a342-d7d5b4b127e2 {
  text-align: left;
}
@media (max-width: 767px){#s-0b876134-451d-45d5-a342-d7d5b4b127e2 {
  margin-top: 30px;
text-align: center;
}
}






  #s-0b876134-451d-45d5-a342-d7d5b4b127e2 img.shogun-image {
    

    
    
    
  }


#s-0b876134-451d-45d5-a342-d7d5b4b127e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-7c41b59d-984e-42c7-8bd6-c42a327d4643 {
  background-repeat: no-repeat;
background-size: contain;
background-attachment: fixed;
margin-left: -20%;
margin-right: -20%;
padding-left: 10%;
padding-right: 10%;
min-height: 350px;
max-width: 1200px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7c41b59d-984e-42c7-8bd6-c42a327d4643 {
  display: none;
}
#s-7c41b59d-984e-42c7-8bd6-c42a327d4643, #wrap-s-7c41b59d-984e-42c7-8bd6-c42a327d4643 { display: none !important; }}@media (max-width: 767px){#s-7c41b59d-984e-42c7-8bd6-c42a327d4643 {
  display: none;
}
#s-7c41b59d-984e-42c7-8bd6-c42a327d4643, #wrap-s-7c41b59d-984e-42c7-8bd6-c42a327d4643 { display: none !important; }}







#s-7c41b59d-984e-42c7-8bd6-c42a327d4643 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c41b59d-984e-42c7-8bd6-c42a327d4643.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3fa920d-42c7-4dbf-8646-8fe26fd02eff {
  background-attachment: fixed;
margin-top: 0px;
margin-bottom: 0px;
min-height: 300px;
}
@media (min-width: 1200px){#s-a3fa920d-42c7-4dbf-8646-8fe26fd02eff {
  display: none;
}
#s-a3fa920d-42c7-4dbf-8646-8fe26fd02eff, #wrap-s-a3fa920d-42c7-4dbf-8646-8fe26fd02eff { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a3fa920d-42c7-4dbf-8646-8fe26fd02eff {
  display: none;
}
#s-a3fa920d-42c7-4dbf-8646-8fe26fd02eff, #wrap-s-a3fa920d-42c7-4dbf-8646-8fe26fd02eff { display: none !important; }}







#s-a3fa920d-42c7-4dbf-8646-8fe26fd02eff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3fa920d-42c7-4dbf-8646-8fe26fd02eff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f0171f2-0fa7-42ae-bc0a-93b7251b6189 {
  margin-top: 30px;
margin-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-2f0171f2-0fa7-42ae-bc0a-93b7251b6189 {
  margin-top: 50px;
}
}
#s-2f0171f2-0fa7-42ae-bc0a-93b7251b6189 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-0a2b1de5-2acc-41b6-b727-79a8a07a1423 {
  margin-left: 0px;
}

@media (min-width: 0px) {
[id="s-5af645b7-808a-4612-b157-406abe7eb7de"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5af645b7-808a-4612-b157-406abe7eb7de"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5af645b7-808a-4612-b157-406abe7eb7de"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5af645b7-808a-4612-b157-406abe7eb7de"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c0f97b9a-473b-4644-88e5-3cf06fa7e397 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-c0f97b9a-473b-4644-88e5-3cf06fa7e397 img.shogun-image {
    

    
    
    
  }


#s-c0f97b9a-473b-4644-88e5-3cf06fa7e397 .shogun-image-content {
  
    align-items: center;
  
}

#s-29494355-f9ec-4dea-b9e8-39e8c59145fa {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-eb4a8aea-a938-4934-8c1f-e83973979b5a {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-eb4a8aea-a938-4934-8c1f-e83973979b5a img.shogun-image {
    

    
    
    
  }


#s-eb4a8aea-a938-4934-8c1f-e83973979b5a .shogun-image-content {
  
    align-items: center;
  
}

#s-39711907-b28b-4f0d-a808-6017bd014ed0 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-5fcc0538-5bf1-467c-8c16-d351a1a400d4 {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-5fcc0538-5bf1-467c-8c16-d351a1a400d4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5fcc0538-5bf1-467c-8c16-d351a1a400d4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5fcc0538-5bf1-467c-8c16-d351a1a400d4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5fcc0538-5bf1-467c-8c16-d351a1a400d4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d6c00b9c-b7c4-46d7-bda7-91e1c4d2b7c9 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-d6c00b9c-b7c4-46d7-bda7-91e1c4d2b7c9 img.shogun-image {
    

    
    
    
  }


#s-d6c00b9c-b7c4-46d7-bda7-91e1c4d2b7c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-b18fd370-9289-4a05-b356-61984cf99037 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-903108a2-ac1a-4865-9149-e465d592dc1e {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-903108a2-ac1a-4865-9149-e465d592dc1e img.shogun-image {
    

    
    
    
  }


#s-903108a2-ac1a-4865-9149-e465d592dc1e .shogun-image-content {
  
    align-items: center;
  
}

#s-5e07fb11-2ad6-452f-b5ad-6e49216132a8 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-ba619f33-b33c-4a4f-8aba-269cca4eff48 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-ba619f33-b33c-4a4f-8aba-269cca4eff48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba619f33-b33c-4a4f-8aba-269cca4eff48.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-800199e3-379d-4494-87e3-8026c3cadeb6 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 60px;
margin-right: 10%;
}


  #s-800199e3-379d-4494-87e3-8026c3cadeb6 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(221, 221, 221, 0);
  }
  #s-800199e3-379d-4494-87e3-8026c3cadeb6 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-800199e3-379d-4494-87e3-8026c3cadeb6 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(130, 166, 224, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-800199e3-379d-4494-87e3-8026c3cadeb6 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-800199e3-379d-4494-87e3-8026c3cadeb6 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 0);
}

#s-800199e3-379d-4494-87e3-8026c3cadeb6 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-018ea0bc-7649-48d2-923f-f6a7456634c8 {
  min-height: 50px;
}
@media (max-width: 767px){#s-018ea0bc-7649-48d2-923f-f6a7456634c8 {
  margin-left: 10%;
margin-right: 10%;
}
}







#s-018ea0bc-7649-48d2-923f-f6a7456634c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-018ea0bc-7649-48d2-923f-f6a7456634c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-1b9f74f0-89ae-4eb5-ba48-6e96a7c65331 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-1b9f74f0-89ae-4eb5-ba48-6e96a7c65331 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-1b9f74f0-89ae-4eb5-ba48-6e96a7c65331 .shg-sld-nav-button.shg-sld-left,
#s-1b9f74f0-89ae-4eb5-ba48-6e96a7c65331 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-86cbe56f-a543-450c-a06d-08f325200e5a {
  min-height: 50px;
}








#s-86cbe56f-a543-450c-a06d-08f325200e5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86cbe56f-a543-450c-a06d-08f325200e5a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b7aad88-c694-4a89-92fc-5cf4fd0b9aa4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-5b7aad88-c694-4a89-92fc-5cf4fd0b9aa4 {
  padding-top: 30px;
padding-bottom: 0px;
}
}
#s-5b7aad88-c694-4a89-92fc-5cf4fd0b9aa4 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}



#s-e3aeb875-86cb-4454-be45-af18a640f867 {
  min-height: 50px;
}








#s-e3aeb875-86cb-4454-be45-af18a640f867 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3aeb875-86cb-4454-be45-af18a640f867.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-800ae198-cbb5-4e3e-88c6-07937e33a737 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-800ae198-cbb5-4e3e-88c6-07937e33a737 {
  padding-top: 30px;
padding-bottom: 0px;
}
}
#s-800ae198-cbb5-4e3e-88c6-07937e33a737 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-800ae198-cbb5-4e3e-88c6-07937e33a737 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}


}
#s-bd185f18-b408-4eb0-b4f9-22f81e253693 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-bd185f18-b408-4eb0-b4f9-22f81e253693"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd185f18-b408-4eb0-b4f9-22f81e253693"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bd185f18-b408-4eb0-b4f9-22f81e253693"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd185f18-b408-4eb0-b4f9-22f81e253693"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-32540d89-9f18-45cf-86c8-3055a94c34d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32540d89-9f18-45cf-86c8-3055a94c34d9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-32540d89-9f18-45cf-86c8-3055a94c34d9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-32540d89-9f18-45cf-86c8-3055a94c34d9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-a99cba1c-405a-4dab-8408-288d77d8b40e {
  text-align: center;
}







  #s-a99cba1c-405a-4dab-8408-288d77d8b40e img.shogun-image {
    

    
    
    
  }


#s-a99cba1c-405a-4dab-8408-288d77d8b40e .shogun-image-content {
  
    align-items: center;
  
}

#s-00aeab1d-3c10-4326-8bb8-d87d1834b7d8 {
  text-align: center;
}







  #s-00aeab1d-3c10-4326-8bb8-d87d1834b7d8 img.shogun-image {
    

    
    
    
  }


#s-00aeab1d-3c10-4326-8bb8-d87d1834b7d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ec323f5-57b3-400a-a0d5-61b4b9f6d2aa {
  min-height: 50px;
}








#s-0ec323f5-57b3-400a-a0d5-61b4b9f6d2aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ec323f5-57b3-400a-a0d5-61b4b9f6d2aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a99ada4a-9bcd-4075-a2dc-0544ac611306 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-a99ada4a-9bcd-4075-a2dc-0544ac611306 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-7a6fce6a-3512-4782-8b4b-403b0348e3bd {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-ad0b44ca-2fb5-498a-856c-e04aed178e0d {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-ad0b44ca-2fb5-498a-856c-e04aed178e0d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad0b44ca-2fb5-498a-856c-e04aed178e0d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ad0b44ca-2fb5-498a-856c-e04aed178e0d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad0b44ca-2fb5-498a-856c-e04aed178e0d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-fefce3b7-f061-49d4-86a4-4a3bbcca2e5e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fefce3b7-f061-49d4-86a4-4a3bbcca2e5e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-fefce3b7-f061-49d4-86a4-4a3bbcca2e5e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-fefce3b7-f061-49d4-86a4-4a3bbcca2e5e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-3505adc3-23e6-46e8-8f14-01e397c7371c {
  text-align: center;
}







  #s-3505adc3-23e6-46e8-8f14-01e397c7371c img.shogun-image {
    

    
    
    
  }


#s-3505adc3-23e6-46e8-8f14-01e397c7371c .shogun-image-content {
  
    align-items: center;
  
}

#s-be890904-7c86-4139-a68b-520ecce55f6d {
  text-align: center;
}







  #s-be890904-7c86-4139-a68b-520ecce55f6d img.shogun-image {
    

    
    
    
  }


#s-be890904-7c86-4139-a68b-520ecce55f6d .shogun-image-content {
  
    align-items: center;
  
}

#s-198d2771-6196-41fc-bc40-3d4576fe91ec {
  min-height: 50px;
}








#s-198d2771-6196-41fc-bc40-3d4576fe91ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-198d2771-6196-41fc-bc40-3d4576fe91ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77f6803b-d306-4182-a06e-1321eab571e1 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-77f6803b-d306-4182-a06e-1321eab571e1 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-8e243cb6-17bb-404e-9aa7-1a767442c08b {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-a15a0540-8641-4663-96d5-632e6a5b95d6 {
  min-height: 50px;
}








#s-a15a0540-8641-4663-96d5-632e6a5b95d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a15a0540-8641-4663-96d5-632e6a5b95d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fcddf13d-f447-430a-a9de-6f2fa7f89c68 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-fcddf13d-f447-430a-a9de-6f2fa7f89c68 {
  padding-top: 30px;
padding-bottom: 0px;
}
}
#s-fcddf13d-f447-430a-a9de-6f2fa7f89c68 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-fcddf13d-f447-430a-a9de-6f2fa7f89c68 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}


}
#s-ee9037b7-e161-4eaa-839b-a83d34ca67fd {
  min-height: 50px;
}








#s-ee9037b7-e161-4eaa-839b-a83d34ca67fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee9037b7-e161-4eaa-839b-a83d34ca67fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c67966f8-6ed1-43a0-9b68-d5677157f9f0 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-c67966f8-6ed1-43a0-9b68-d5677157f9f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c67966f8-6ed1-43a0-9b68-d5677157f9f0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-c67966f8-6ed1-43a0-9b68-d5677157f9f0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-c67966f8-6ed1-43a0-9b68-d5677157f9f0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-b2ed4c04-b002-4f79-9356-0a50df4b2e59 {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0%;
margin-right: 0%;
min-height: 150px;
background-position: center center;
}








#s-b2ed4c04-b002-4f79-9356-0a50df4b2e59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2ed4c04-b002-4f79-9356-0a50df4b2e59.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d8a6b50-1a7d-493c-981f-a7e08898a750 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-9d8a6b50-1a7d-493c-981f-a7e08898a750 {
  margin-top: -20px;
padding-top: 30px;
padding-bottom: 0px;
}
}
#s-9d8a6b50-1a7d-493c-981f-a7e08898a750 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-9d8a6b50-1a7d-493c-981f-a7e08898a750 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 1px;
  
}


}
#s-ce2a0637-983e-4f85-b6b4-c96c65c21fc2 {
  min-height: 50px;
}








#s-ce2a0637-983e-4f85-b6b4-c96c65c21fc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce2a0637-983e-4f85-b6b4-c96c65c21fc2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-309d92d2-800d-4d8f-baa6-7d7d03316f7b {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-12b12f51-0aa7-40bc-b0ec-d467f55d973d {
  min-height: 50px;
}








#s-12b12f51-0aa7-40bc-b0ec-d467f55d973d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12b12f51-0aa7-40bc-b0ec-d467f55d973d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae9bb342-4488-4499-a9c8-22be85ab7a44 {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0%;
margin-right: 0%;
min-height: 150px;
background-position: center center;
}








#s-ae9bb342-4488-4499-a9c8-22be85ab7a44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae9bb342-4488-4499-a9c8-22be85ab7a44.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ddaead8f-f383-4aef-87ed-64d8c003cd10 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-ddaead8f-f383-4aef-87ed-64d8c003cd10 {
  margin-top: -20px;
padding-top: 30px;
padding-bottom: 0px;
}
}
#s-ddaead8f-f383-4aef-87ed-64d8c003cd10 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-ddaead8f-f383-4aef-87ed-64d8c003cd10 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 1px;
  
}


}
#s-ce046311-f04b-49f3-b640-97e6133642f2 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-1924a1a9-22fe-4076-945b-30b2f46d0f7b {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0%;
margin-right: 0%;
min-height: 150px;
background-position: center center;
}








#s-1924a1a9-22fe-4076-945b-30b2f46d0f7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1924a1a9-22fe-4076-945b-30b2f46d0f7b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-80d89158-03a6-4296-8e38-ffc82406a136 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-80d89158-03a6-4296-8e38-ffc82406a136 {
  margin-top: -20px;
padding-top: 30px;
padding-bottom: 0px;
}
}
#s-80d89158-03a6-4296-8e38-ffc82406a136 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-80d89158-03a6-4296-8e38-ffc82406a136 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 1px;
  
}


}
#s-e5006f02-c047-4f64-81f6-c64395051c3f {
  min-height: 50px;
}








#s-e5006f02-c047-4f64-81f6-c64395051c3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5006f02-c047-4f64-81f6-c64395051c3f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cb0da1eb-b1d5-4229-ae9b-955977843a4c {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-db232ea9-5d31-4efb-b50f-8a37714f89b1 {
  margin-top: 60px;
margin-left: 10%;
margin-bottom: 60px;
margin-right: 10%;
min-height: 50px;
}
@media (max-width: 767px){#s-db232ea9-5d31-4efb-b50f-8a37714f89b1 {
  display: none;
}
#s-db232ea9-5d31-4efb-b50f-8a37714f89b1, #wrap-s-db232ea9-5d31-4efb-b50f-8a37714f89b1 { display: none !important; }}







#s-db232ea9-5d31-4efb-b50f-8a37714f89b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db232ea9-5d31-4efb-b50f-8a37714f89b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-4686c911-b40a-499d-ae6d-28922aca9a1c {
  display: none;
}
#s-4686c911-b40a-499d-ae6d-28922aca9a1c, #wrap-s-4686c911-b40a-499d-ae6d-28922aca9a1c { display: none !important; }}
@media (min-width: 0px) {
[id="s-4686c911-b40a-499d-ae6d-28922aca9a1c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4686c911-b40a-499d-ae6d-28922aca9a1c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-4686c911-b40a-499d-ae6d-28922aca9a1c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-4686c911-b40a-499d-ae6d-28922aca9a1c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-4686c911-b40a-499d-ae6d-28922aca9a1c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-4686c911-b40a-499d-ae6d-28922aca9a1c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-4686c911-b40a-499d-ae6d-28922aca9a1c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 24.0px);
}

}

#s-87cff6a3-bf2b-4b5f-a5c9-773259eac6a7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-87cff6a3-bf2b-4b5f-a5c9-773259eac6a7 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-e63c1014-c310-4622-b526-b176e6f3347c {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-72598d79-f5db-48a6-9eb5-76ee5ebccf34 {
  min-height: 50px;
}








#s-72598d79-f5db-48a6-9eb5-76ee5ebccf34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72598d79-f5db-48a6-9eb5-76ee5ebccf34.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d340e44-8d2f-414f-9ebc-c4841d3aee9d {
  margin-left: 30%;
margin-bottom: 20px;
margin-right: 30%;
text-align: center;
}







  #s-2d340e44-8d2f-414f-9ebc-c4841d3aee9d img.shogun-image {
    

    
    
    
  }


#s-2d340e44-8d2f-414f-9ebc-c4841d3aee9d .shogun-image-content {
  
    align-items: center;
  
}

#s-2abda484-00a2-4c60-a244-75fb812476f6 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2abda484-00a2-4c60-a244-75fb812476f6 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-95931351-3835-4dec-9132-d756fa8b8370 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-a36a4b0d-1807-43af-a906-57db23b7f358 {
  min-height: 50px;
}








#s-a36a4b0d-1807-43af-a906-57db23b7f358 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a36a4b0d-1807-43af-a906-57db23b7f358.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad00088a-113f-46d4-aa7f-799d46d5aabb {
  margin-left: 30%;
margin-bottom: 20px;
margin-right: 30%;
text-align: center;
}







  #s-ad00088a-113f-46d4-aa7f-799d46d5aabb img.shogun-image {
    

    
    
    
  }


#s-ad00088a-113f-46d4-aa7f-799d46d5aabb .shogun-image-content {
  
    align-items: center;
  
}

#s-efa0256b-2da9-48d1-bd28-a9f9c6ad5da6 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-efa0256b-2da9-48d1-bd28-a9f9c6ad5da6 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-bcc4c406-0bec-4a23-addc-92b70de235c7 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-31c959c2-d4f5-49f7-9653-5f08f338a330 {
  min-height: 50px;
}








#s-31c959c2-d4f5-49f7-9653-5f08f338a330 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31c959c2-d4f5-49f7-9653-5f08f338a330.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cdcbf34e-cfe3-4faa-a00b-6898da8681e8 {
  margin-left: 30%;
margin-bottom: 20px;
margin-right: 30%;
text-align: center;
}







  #s-cdcbf34e-cfe3-4faa-a00b-6898da8681e8 img.shogun-image {
    

    
    
    
  }


#s-cdcbf34e-cfe3-4faa-a00b-6898da8681e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-16706d6a-063e-4183-9fcf-c9938242c776 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-16706d6a-063e-4183-9fcf-c9938242c776 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-548a380a-dd58-41e8-8fdb-df3136cbdf73 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-c4a8d12c-e560-419a-bfb5-740376a286b1 {
  min-height: 50px;
}








#s-c4a8d12c-e560-419a-bfb5-740376a286b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4a8d12c-e560-419a-bfb5-740376a286b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0972c8df-63f4-4fd4-bf2d-779b06534752 {
  margin-left: 30%;
margin-bottom: 20px;
margin-right: 30%;
text-align: center;
}







  #s-0972c8df-63f4-4fd4-bf2d-779b06534752 img.shogun-image {
    

    
    
    
  }


#s-0972c8df-63f4-4fd4-bf2d-779b06534752 .shogun-image-content {
  
    align-items: center;
  
}

#s-07ee2162-d965-4773-bf2a-46a8bca41ee4 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-07ee2162-d965-4773-bf2a-46a8bca41ee4 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-b82886e7-2ade-4d6e-9f41-254bdec3016a {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-c9fe601d-1fac-402c-aad7-5924fc4a45ff {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 20px;
}
@media (min-width: 1200px){#s-c9fe601d-1fac-402c-aad7-5924fc4a45ff {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-c9fe601d-1fac-402c-aad7-5924fc4a45ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9fe601d-1fac-402c-aad7-5924fc4a45ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e56bedc-9d36-4677-984d-fa57d122736b {
  margin-top: 60px;
}

@media (min-width: 0px) {
[id="s-7e56bedc-9d36-4677-984d-fa57d122736b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

@media (min-width: 768px) {
[id="s-7e56bedc-9d36-4677-984d-fa57d122736b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

@media (min-width: 992px) {
[id="s-7e56bedc-9d36-4677-984d-fa57d122736b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

@media (min-width: 1200px) {
[id="s-7e56bedc-9d36-4677-984d-fa57d122736b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

#s-9202b349-2479-4355-8a18-53177a3df41e {
  margin-right: 10%;
}

#s-9202b349-2479-4355-8a18-53177a3df41e hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-a2f9e48f-543c-4a89-a1a9-0d97200a679d {
  margin-top: -5px;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-a2f9e48f-543c-4a89-a1a9-0d97200a679d {
  padding-bottom: 0px;
}
}
#s-a2f9e48f-543c-4a89-a1a9-0d97200a679d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-a2f9e48f-543c-4a89-a1a9-0d97200a679d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 1px;
  
}


}
#s-1c1c5503-c449-4062-bf4c-c424c0529069 {
  margin-left: 10%;
}

#s-1c1c5503-c449-4062-bf4c-c424c0529069 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-67f66374-3986-4f61-a35b-297ef1a06fcc {
  margin-top: 40px;
margin-left: 15%;
margin-right: 15%;
}

@media (min-width: 0px) {
[id="s-67f66374-3986-4f61-a35b-297ef1a06fcc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-67f66374-3986-4f61-a35b-297ef1a06fcc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-67f66374-3986-4f61-a35b-297ef1a06fcc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-67f66374-3986-4f61-a35b-297ef1a06fcc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d7f77be9-91ec-4229-8892-97df9fa317ba {
  min-height: 20px;
background-color: rgba(250, 250, 250, 1);
}








#s-d7f77be9-91ec-4229-8892-97df9fa317ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7f77be9-91ec-4229-8892-97df9fa317ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94e51da4-84bd-4ce7-95dd-7b2f057fecb6 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-94e51da4-84bd-4ce7-95dd-7b2f057fecb6 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-189251d2-97c2-4baa-99e3-250009dfa2a3 {
  text-align: center;
}







  #s-189251d2-97c2-4baa-99e3-250009dfa2a3 img.shogun-image {
    

    
    
    
  }


#s-189251d2-97c2-4baa-99e3-250009dfa2a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-d7b7e9d1-3a1c-4ca0-b1f5-34ca36cc524e {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-d7b7e9d1-3a1c-4ca0-b1f5-34ca36cc524e {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-5ed88cf4-bc2b-4df7-9220-35746a30019a {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
min-height: 130px;
}

#s-391e734b-6cea-4326-afcc-c1da4c8a958e {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-391e734b-6cea-4326-afcc-c1da4c8a958e hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-e3e1a966-5477-45f9-9bd2-4f468c976082 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-e3e1a966-5477-45f9-9bd2-4f468c976082"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e3e1a966-5477-45f9-9bd2-4f468c976082"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e3e1a966-5477-45f9-9bd2-4f468c976082"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e3e1a966-5477-45f9-9bd2-4f468c976082"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e3e1a966-5477-45f9-9bd2-4f468c976082"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3e1a966-5477-45f9-9bd2-4f468c976082"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e3e1a966-5477-45f9-9bd2-4f468c976082"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-ffbce87a-ab83-483a-ac09-14edfc4f5c88 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: -10px;
}

#s-701dc299-9afe-4cdd-98fc-23a10d37c84a {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-5316a079-6585-4c11-bd3d-6f4d7517e5b9 {
  margin-top: 12px;
margin-left: -10px;
margin-bottom: 10px;
text-align: left;
}

#s-5316a079-6585-4c11-bd3d-6f4d7517e5b9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5316a079-6585-4c11-bd3d-6f4d7517e5b9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-5316a079-6585-4c11-bd3d-6f4d7517e5b9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e77e33c2-5b23-4ae5-ab4f-7a19f809735a {
  min-height: 20px;
background-color: rgba(0, 0, 0, 1);
}








#s-e77e33c2-5b23-4ae5-ab4f-7a19f809735a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e77e33c2-5b23-4ae5-ab4f-7a19f809735a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-abf9c1eb-1b36-4ebd-b0c3-7e6531896c88 {
  padding-top: 10px;
padding-left: 30%;
padding-bottom: 10px;
padding-right: 30%;
border-radius: 2px;
max-width: 600px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
}
#s-abf9c1eb-1b36-4ebd-b0c3-7e6531896c88:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-abf9c1eb-1b36-4ebd-b0c3-7e6531896c88:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-abf9c1eb-1b36-4ebd-b0c3-7e6531896c88 {
  padding-left: 10%;
padding-right: 10%;
}
}


#s-abf9c1eb-1b36-4ebd-b0c3-7e6531896c88 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-abf9c1eb-1b36-4ebd-b0c3-7e6531896c88.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-abf9c1eb-1b36-4ebd-b0c3-7e6531896c88.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Futura;
  display:  inline-block ;
}

#s-abf9c1eb-1b36-4ebd-b0c3-7e6531896c88.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-30a8b35d-c06e-4dfc-b208-e0aaf046dab3 {
  min-height: 20px;
background-color: rgba(250, 250, 250, 1);
}
@media (max-width: 767px){#s-30a8b35d-c06e-4dfc-b208-e0aaf046dab3 {
  margin-top: 50px;
}
}







#s-30a8b35d-c06e-4dfc-b208-e0aaf046dab3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30a8b35d-c06e-4dfc-b208-e0aaf046dab3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94101a93-35f6-4a53-9b42-84ed0b7c7710 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-94101a93-35f6-4a53-9b42-84ed0b7c7710 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-b39e35fc-a1bd-46bd-a568-4c2f9e10b72e {
  text-align: center;
}







  #s-b39e35fc-a1bd-46bd-a568-4c2f9e10b72e img.shogun-image {
    

    
    
    
  }


#s-b39e35fc-a1bd-46bd-a568-4c2f9e10b72e .shogun-image-content {
  
    align-items: center;
  
}

#s-dac39a6b-af7d-43eb-9420-f12619228f03 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-dac39a6b-af7d-43eb-9420-f12619228f03 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-fc917752-b0ee-48e3-90b9-1544451f3545 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
min-height: 130px;
}

#s-3dbe57bb-4104-47f5-9f2a-fc6d06473223 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-3dbe57bb-4104-47f5-9f2a-fc6d06473223 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-4461ddab-f2ef-4407-930f-4bfe04f48a1f {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-4461ddab-f2ef-4407-930f-4bfe04f48a1f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4461ddab-f2ef-4407-930f-4bfe04f48a1f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4461ddab-f2ef-4407-930f-4bfe04f48a1f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4461ddab-f2ef-4407-930f-4bfe04f48a1f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4461ddab-f2ef-4407-930f-4bfe04f48a1f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4461ddab-f2ef-4407-930f-4bfe04f48a1f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4461ddab-f2ef-4407-930f-4bfe04f48a1f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-852648e3-4a6b-41d5-99b9-5ddc7b7f30ef {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: -10px;
}

#s-6b1dd5f1-70e1-437d-b70f-f45938f17b0e {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-88edc4ff-7367-44e6-b235-0eae48bcf620 {
  margin-top: 12px;
margin-left: -10px;
margin-bottom: 10px;
text-align: left;
}

#s-88edc4ff-7367-44e6-b235-0eae48bcf620 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-88edc4ff-7367-44e6-b235-0eae48bcf620 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-88edc4ff-7367-44e6-b235-0eae48bcf620 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3711a9f7-b3a1-45b3-afb5-ea5102985117 {
  min-height: 20px;
background-color: rgba(0, 0, 0, 1);
}








#s-3711a9f7-b3a1-45b3-afb5-ea5102985117 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3711a9f7-b3a1-45b3-afb5-ea5102985117.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f21513b-774f-4a2c-80f6-711578c87617 {
  padding-top: 10px;
padding-left: 30%;
padding-bottom: 10px;
padding-right: 30%;
border-radius: 2px;
max-width: 600px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
}
#s-4f21513b-774f-4a2c-80f6-711578c87617:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4f21513b-774f-4a2c-80f6-711578c87617:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-4f21513b-774f-4a2c-80f6-711578c87617 {
  padding-left: 10%;
padding-right: 10%;
}
}


#s-4f21513b-774f-4a2c-80f6-711578c87617 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4f21513b-774f-4a2c-80f6-711578c87617.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4f21513b-774f-4a2c-80f6-711578c87617.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Futura;
  display:  inline-block ;
}

#s-4f21513b-774f-4a2c-80f6-711578c87617.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-534c7302-21ba-4946-a625-ec7259124fc6 {
  min-height: 20px;
background-color: rgba(250, 250, 250, 1);
}
@media (max-width: 767px){#s-534c7302-21ba-4946-a625-ec7259124fc6 {
  margin-top: 50px;
margin-bottom: 50px;
}
}







#s-534c7302-21ba-4946-a625-ec7259124fc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-534c7302-21ba-4946-a625-ec7259124fc6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c90e4e24-995e-41dc-8aea-b1f7c9fa5298 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-c90e4e24-995e-41dc-8aea-b1f7c9fa5298 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-2d2a1e82-b5e2-410e-96ea-6f1ba1316bf7 {
  text-align: center;
}







  #s-2d2a1e82-b5e2-410e-96ea-6f1ba1316bf7 img.shogun-image {
    

    
    
    
  }


#s-2d2a1e82-b5e2-410e-96ea-6f1ba1316bf7 .shogun-image-content {
  
    align-items: center;
  
}

#s-24c09f0e-4a3c-4f46-a334-094c88868620 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-24c09f0e-4a3c-4f46-a334-094c88868620 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-a4eb2108-16eb-43f6-b7f2-309b15776ca8 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
min-height: 130px;
}

#s-16f46ed5-9fb2-49c1-92d5-1f239c8a49a3 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-16f46ed5-9fb2-49c1-92d5-1f239c8a49a3 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-c47880fb-2c34-4dfd-a934-9f6408715ed1 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-c47880fb-2c34-4dfd-a934-9f6408715ed1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c47880fb-2c34-4dfd-a934-9f6408715ed1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c47880fb-2c34-4dfd-a934-9f6408715ed1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c47880fb-2c34-4dfd-a934-9f6408715ed1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c47880fb-2c34-4dfd-a934-9f6408715ed1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c47880fb-2c34-4dfd-a934-9f6408715ed1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c47880fb-2c34-4dfd-a934-9f6408715ed1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-94c4d929-3ce6-49f8-abf6-d2210a86dd6e {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: -10px;
}

#s-e04535d6-50f1-47e0-ac68-00ebc91a079e {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-af6657c9-e50e-4b50-a59f-2008d82ad49c {
  margin-top: 12px;
margin-left: -10px;
margin-bottom: 10px;
text-align: left;
}

#s-af6657c9-e50e-4b50-a59f-2008d82ad49c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-af6657c9-e50e-4b50-a59f-2008d82ad49c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-af6657c9-e50e-4b50-a59f-2008d82ad49c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7775ecee-658c-49a4-85bd-10d4de1b592f {
  min-height: 20px;
background-color: rgba(0, 0, 0, 1);
}








#s-7775ecee-658c-49a4-85bd-10d4de1b592f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7775ecee-658c-49a4-85bd-10d4de1b592f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71324c2e-0b55-4ee6-bcf4-c03c44cbf953 {
  padding-top: 10px;
padding-left: 30%;
padding-bottom: 10px;
padding-right: 30%;
border-radius: 2px;
max-width: 600px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
}
#s-71324c2e-0b55-4ee6-bcf4-c03c44cbf953:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-71324c2e-0b55-4ee6-bcf4-c03c44cbf953:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-71324c2e-0b55-4ee6-bcf4-c03c44cbf953 {
  padding-left: 10%;
padding-right: 10%;
}
}


#s-71324c2e-0b55-4ee6-bcf4-c03c44cbf953 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-71324c2e-0b55-4ee6-bcf4-c03c44cbf953.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-71324c2e-0b55-4ee6-bcf4-c03c44cbf953.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Futura;
  display:  inline-block ;
}

#s-71324c2e-0b55-4ee6-bcf4-c03c44cbf953.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes 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)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes 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)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
