.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-213ba290-d4d0-489e-94a9-f66b2c859c37 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-213ba290-d4d0-489e-94a9-f66b2c859c37 {
  display: none;
}
#s-213ba290-d4d0-489e-94a9-f66b2c859c37, #wrap-s-213ba290-d4d0-489e-94a9-f66b2c859c37 { display: none !important; }}







#s-213ba290-d4d0-489e-94a9-f66b2c859c37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-213ba290-d4d0-489e-94a9-f66b2c859c37.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b22c819-00d6-48bf-99c1-59e01bcb6308 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-9b22c819-00d6-48bf-99c1-59e01bcb6308 {
  display: none;
}
#s-9b22c819-00d6-48bf-99c1-59e01bcb6308, #wrap-s-9b22c819-00d6-48bf-99c1-59e01bcb6308 { display: none !important; }}







#s-9b22c819-00d6-48bf-99c1-59e01bcb6308 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b22c819-00d6-48bf-99c1-59e01bcb6308.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-ef72bd01-d38a-4de9-8104-d7cc701165b7 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
}

#s-ef72bd01-d38a-4de9-8104-d7cc701165b7 .shg-sld-dot {
  background-color: rgba(200, 178, 152, 1);
}

#s-ef72bd01-d38a-4de9-8104-d7cc701165b7 .shg-sld-nav-button.shg-sld-left,
#s-ef72bd01-d38a-4de9-8104-d7cc701165b7 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(200, 178, 152, 1);
}

#s-d1fc7c21-98d5-4dc9-9200-0800cba3772b {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-d1fc7c21-98d5-4dc9-9200-0800cba3772b {
  display: none;
}
#s-d1fc7c21-98d5-4dc9-9200-0800cba3772b, #wrap-s-d1fc7c21-98d5-4dc9-9200-0800cba3772b { display: none !important; }}







#s-d1fc7c21-98d5-4dc9-9200-0800cba3772b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1fc7c21-98d5-4dc9-9200-0800cba3772b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c68c9a8c-ad94-4c46-9c02-c3e75a621ed8 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 0%;
min-height: 600px;
max-width: 1800px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c68c9a8c-ad94-4c46-9c02-c3e75a621ed8 {
  
}
}@media (max-width: 767px){#s-c68c9a8c-ad94-4c46-9c02-c3e75a621ed8 {
  
}
}
#s-c68c9a8c-ad94-4c46-9c02-c3e75a621ed8 {
  background-image: url(https://i.shgcdn.com/6b659428-1885-4958-b73b-c2e0d456f85d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c68c9a8c-ad94-4c46-9c02-c3e75a621ed8 {
  background-image: url(https://i.shgcdn.com/6b659428-1885-4958-b73b-c2e0d456f85d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c68c9a8c-ad94-4c46-9c02-c3e75a621ed8 {
  background-image: url(https://i.shgcdn.com/6b659428-1885-4958-b73b-c2e0d456f85d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c68c9a8c-ad94-4c46-9c02-c3e75a621ed8 {
  background-image: url(https://i.shgcdn.com/6b659428-1885-4958-b73b-c2e0d456f85d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c68c9a8c-ad94-4c46-9c02-c3e75a621ed8 {
  background-image: url(https://i.shgcdn.com/6b659428-1885-4958-b73b-c2e0d456f85d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c68c9a8c-ad94-4c46-9c02-c3e75a621ed8 {
  background-image: url(https://i.shgcdn.com/6b659428-1885-4958-b73b-c2e0d456f85d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c68c9a8c-ad94-4c46-9c02-c3e75a621ed8 {
  background-image: url(https://i.shgcdn.com/6b659428-1885-4958-b73b-c2e0d456f85d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c68c9a8c-ad94-4c46-9c02-c3e75a621ed8 {
  background-image: url(https://i.shgcdn.com/6b659428-1885-4958-b73b-c2e0d456f85d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c68c9a8c-ad94-4c46-9c02-c3e75a621ed8 {
  background-image: url(https://i.shgcdn.com/6b659428-1885-4958-b73b-c2e0d456f85d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-c68c9a8c-ad94-4c46-9c02-c3e75a621ed8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-c68c9a8c-ad94-4c46-9c02-c3e75a621ed8.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: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
  text-transform: none;
  font-weight: normal;
  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-8613fc77-82e9-42f7-a318-0f132681d836 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-8613fc77-82e9-42f7-a318-0f132681d836 {
  max-width: 280px;
}
}
#s-8613fc77-82e9-42f7-a318-0f132681d836 .shogun-heading-component h3 {
  color: rgba(102, 102, 102, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  
  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: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
  font-weight: normal;
}

.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: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
}

.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: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
  font-weight: normal;
}

.shg-theme-text-content p {
  color: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
  font-weight: normal;
}

#s-2e4a07c6-d145-447f-9a76-def3e31950e7 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 35px;
max-width: 430px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2e4a07c6-d145-447f-9a76-def3e31950e7 {
  max-width: 280px;
}
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: normal;
  font-family: Assistant, sans-serif;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

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

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

#s-366ee3cb-571d-4d85-81fb-c9af4f17df50 {
  border-style: solid;
margin-top: 2px;
margin-left: 5%;
margin-bottom: 2px;
margin-right: 5%;
padding-top: 1.25%;
padding-left: 7%;
padding-bottom: 1.25%;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(51, 51, 51, 1);
border-radius: 0px;
background-color: rgba(51, 51, 51, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-366ee3cb-571d-4d85-81fb-c9af4f17df50:hover {border-style: solid !important;
border-color: rgba(51, 51, 51, 1) !important;
background-color: rgba(252, 252, 252, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-366ee3cb-571d-4d85-81fb-c9af4f17df50:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-366ee3cb-571d-4d85-81fb-c9af4f17df50-root {
    text-align: left;
  }


#s-366ee3cb-571d-4d85-81fb-c9af4f17df50.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-366ee3cb-571d-4d85-81fb-c9af4f17df50-root {
    text-align: left;
  }


#s-366ee3cb-571d-4d85-81fb-c9af4f17df50.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-366ee3cb-571d-4d85-81fb-c9af4f17df50-root {
    text-align: left;
  }


#s-366ee3cb-571d-4d85-81fb-c9af4f17df50.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-366ee3cb-571d-4d85-81fb-c9af4f17df50-root {
    text-align: left;
  }


#s-366ee3cb-571d-4d85-81fb-c9af4f17df50.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-366ee3cb-571d-4d85-81fb-c9af4f17df50-root {
    text-align: left;
  }


#s-366ee3cb-571d-4d85-81fb-c9af4f17df50.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}
#s-68f6c1be-673a-4f3c-8501-f464286c49d5 {
  min-height: 80px;
}
@media (min-width: 1200px){#s-68f6c1be-673a-4f3c-8501-f464286c49d5 {
  display: none;
}
#s-68f6c1be-673a-4f3c-8501-f464286c49d5, #wrap-s-68f6c1be-673a-4f3c-8501-f464286c49d5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-68f6c1be-673a-4f3c-8501-f464286c49d5 {
  display: none;
}
#s-68f6c1be-673a-4f3c-8501-f464286c49d5, #wrap-s-68f6c1be-673a-4f3c-8501-f464286c49d5 { display: none !important; }}@media (max-width: 767px){#s-68f6c1be-673a-4f3c-8501-f464286c49d5 {
  display: none;
}
#s-68f6c1be-673a-4f3c-8501-f464286c49d5, #wrap-s-68f6c1be-673a-4f3c-8501-f464286c49d5 { display: none !important; }}







#s-68f6c1be-673a-4f3c-8501-f464286c49d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68f6c1be-673a-4f3c-8501-f464286c49d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52c0664c-910a-4d2a-bea0-a3fa8c778c6f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (max-width: 767px){#s-52c0664c-910a-4d2a-bea0-a3fa8c778c6f {
  display: none;
}
#s-52c0664c-910a-4d2a-bea0-a3fa8c778c6f, #wrap-s-52c0664c-910a-4d2a-bea0-a3fa8c778c6f { display: none !important; }}







#s-52c0664c-910a-4d2a-bea0-a3fa8c778c6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52c0664c-910a-4d2a-bea0-a3fa8c778c6f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62d33d2c-ab9d-44b9-b688-c2d1a8b8c72b {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 0%;
min-height: 600px;
max-width: 1799px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-62d33d2c-ab9d-44b9-b688-c2d1a8b8c72b {
  
}
}@media (max-width: 767px){#s-62d33d2c-ab9d-44b9-b688-c2d1a8b8c72b {
  
}
}
#s-62d33d2c-ab9d-44b9-b688-c2d1a8b8c72b {
  background-image: url(https://i.shgcdn.com/dc8b41a6-213c-488f-a4d9-c8333df86219/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-62d33d2c-ab9d-44b9-b688-c2d1a8b8c72b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-62d33d2c-ab9d-44b9-b688-c2d1a8b8c72b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5c215a78-ab99-477a-975e-6f3d23ea3081 {
  margin-left: 8%;
margin-right: 8%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-5c215a78-ab99-477a-975e-6f3d23ea3081 {
  max-width: 280px;
}
}
#s-5c215a78-ab99-477a-975e-6f3d23ea3081 .shogun-heading-component h3 {
  color: rgba(102, 102, 102, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-b908c5e4-a0ed-44af-9b19-1c7cda4ee838 {
  margin-left: 8%;
margin-right: 8%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 35px;
max-width: 430px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b908c5e4-a0ed-44af-9b19-1c7cda4ee838 {
  max-width: 280px;
}
}
#s-453b1c1d-5590-4a31-a0de-30d2c8cf16cc {
  border-style: solid;
margin-top: 2px;
margin-left: 8%;
margin-bottom: 2px;
margin-right: 8%;
padding-top: 1.25%;
padding-left: 5%;
padding-bottom: 1.25%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(51, 51, 51, 1);
border-radius: 0px;
background-color: rgba(51, 51, 51, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-453b1c1d-5590-4a31-a0de-30d2c8cf16cc:hover {border-style: solid !important;
border-color: rgba(51, 51, 51, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-453b1c1d-5590-4a31-a0de-30d2c8cf16cc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-453b1c1d-5590-4a31-a0de-30d2c8cf16cc-root {
    text-align: left;
  }


#s-453b1c1d-5590-4a31-a0de-30d2c8cf16cc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-453b1c1d-5590-4a31-a0de-30d2c8cf16cc-root {
    text-align: left;
  }


#s-453b1c1d-5590-4a31-a0de-30d2c8cf16cc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-453b1c1d-5590-4a31-a0de-30d2c8cf16cc-root {
    text-align: left;
  }


#s-453b1c1d-5590-4a31-a0de-30d2c8cf16cc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-453b1c1d-5590-4a31-a0de-30d2c8cf16cc-root {
    text-align: left;
  }


#s-453b1c1d-5590-4a31-a0de-30d2c8cf16cc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-453b1c1d-5590-4a31-a0de-30d2c8cf16cc-root {
    text-align: left;
  }


#s-453b1c1d-5590-4a31-a0de-30d2c8cf16cc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}
#s-ca89cdfe-87f6-4937-9d3d-4b0b1e4a5925 {
  min-height: 80px;
}
@media (min-width: 1200px){#s-ca89cdfe-87f6-4937-9d3d-4b0b1e4a5925 {
  display: none;
}
#s-ca89cdfe-87f6-4937-9d3d-4b0b1e4a5925, #wrap-s-ca89cdfe-87f6-4937-9d3d-4b0b1e4a5925 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ca89cdfe-87f6-4937-9d3d-4b0b1e4a5925 {
  display: none;
}
#s-ca89cdfe-87f6-4937-9d3d-4b0b1e4a5925, #wrap-s-ca89cdfe-87f6-4937-9d3d-4b0b1e4a5925 { display: none !important; }}@media (max-width: 767px){#s-ca89cdfe-87f6-4937-9d3d-4b0b1e4a5925 {
  display: none;
}
#s-ca89cdfe-87f6-4937-9d3d-4b0b1e4a5925, #wrap-s-ca89cdfe-87f6-4937-9d3d-4b0b1e4a5925 { display: none !important; }}







#s-ca89cdfe-87f6-4937-9d3d-4b0b1e4a5925 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca89cdfe-87f6-4937-9d3d-4b0b1e4a5925.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a1e4563-b591-49f4-8503-fb9ea30a45bc {
  min-height: 50px;
}
@media (min-width: 1200px){#s-5a1e4563-b591-49f4-8503-fb9ea30a45bc {
  display: none;
}
#s-5a1e4563-b591-49f4-8503-fb9ea30a45bc, #wrap-s-5a1e4563-b591-49f4-8503-fb9ea30a45bc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5a1e4563-b591-49f4-8503-fb9ea30a45bc {
  display: none;
}
#s-5a1e4563-b591-49f4-8503-fb9ea30a45bc, #wrap-s-5a1e4563-b591-49f4-8503-fb9ea30a45bc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5a1e4563-b591-49f4-8503-fb9ea30a45bc {
  display: none;
}
#s-5a1e4563-b591-49f4-8503-fb9ea30a45bc, #wrap-s-5a1e4563-b591-49f4-8503-fb9ea30a45bc { display: none !important; }}







#s-5a1e4563-b591-49f4-8503-fb9ea30a45bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a1e4563-b591-49f4-8503-fb9ea30a45bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea047b80-6ba6-40f6-a3e4-15c9705dbc56 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
min-height: 620px;
background-position: center center;
}
@media (min-width: 1200px){#s-ea047b80-6ba6-40f6-a3e4-15c9705dbc56 {
  display: none;
}
#s-ea047b80-6ba6-40f6-a3e4-15c9705dbc56, #wrap-s-ea047b80-6ba6-40f6-a3e4-15c9705dbc56 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ea047b80-6ba6-40f6-a3e4-15c9705dbc56 {
  display: none;
}
#s-ea047b80-6ba6-40f6-a3e4-15c9705dbc56, #wrap-s-ea047b80-6ba6-40f6-a3e4-15c9705dbc56 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ea047b80-6ba6-40f6-a3e4-15c9705dbc56 {
  display: none;
}
#s-ea047b80-6ba6-40f6-a3e4-15c9705dbc56, #wrap-s-ea047b80-6ba6-40f6-a3e4-15c9705dbc56 { display: none !important; }}@media (max-width: 767px){#s-ea047b80-6ba6-40f6-a3e4-15c9705dbc56 {
  
}
}
#s-ea047b80-6ba6-40f6-a3e4-15c9705dbc56 {
  background-image: url(https://i.shgcdn.com/616fc05a-024d-4c40-8ef1-108e219d99ca/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-ea047b80-6ba6-40f6-a3e4-15c9705dbc56 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-ea047b80-6ba6-40f6-a3e4-15c9705dbc56.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-12e76c0b-3278-4384-9888-9bad66d1660a {
  margin-left: 0px;
margin-right: 0px;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-12e76c0b-3278-4384-9888-9bad66d1660a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12e76c0b-3278-4384-9888-9bad66d1660a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9462645-d8b6-4bac-8bda-f9365808d922 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 4%;
padding-bottom: 20px;
padding-right: 4%;
text-align: center;
}

#s-a9462645-d8b6-4bac-8bda-f9365808d922 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Crimson Text";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: center;
}



#s-2f712a6f-94ed-4980-83ba-2f352c97dced {
  border-style: solid;
margin-top: 2px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 15px;
padding-left: 40px;
padding-bottom: 15px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(51, 51, 51, 1);
border-radius: 0px;
background-color: rgba(51, 51, 51, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
background-position: center undefined;
}
#s-2f712a6f-94ed-4980-83ba-2f352c97dced:hover {border-style: solid !important;
border-color: rgba(51, 51, 51, 1) !important;
background-color: rgba(200, 178, 152, 0) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2f712a6f-94ed-4980-83ba-2f352c97dced:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2f712a6f-94ed-4980-83ba-2f352c97dced-root {
    text-align: center;
  }


#s-2f712a6f-94ed-4980-83ba-2f352c97dced.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2f712a6f-94ed-4980-83ba-2f352c97dced-root {
    text-align: center;
  }


#s-2f712a6f-94ed-4980-83ba-2f352c97dced.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2f712a6f-94ed-4980-83ba-2f352c97dced-root {
    text-align: center;
  }


#s-2f712a6f-94ed-4980-83ba-2f352c97dced.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2f712a6f-94ed-4980-83ba-2f352c97dced-root {
    text-align: center;
  }


#s-2f712a6f-94ed-4980-83ba-2f352c97dced.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2f712a6f-94ed-4980-83ba-2f352c97dced-root {
    text-align: center;
  }


#s-2f712a6f-94ed-4980-83ba-2f352c97dced.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}
#s-73263e56-9820-4da4-819a-80211fd127fa {
  min-height: 80px;
}
@media (min-width: 1200px){#s-73263e56-9820-4da4-819a-80211fd127fa {
  display: none;
}
#s-73263e56-9820-4da4-819a-80211fd127fa, #wrap-s-73263e56-9820-4da4-819a-80211fd127fa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-73263e56-9820-4da4-819a-80211fd127fa {
  display: none;
}
#s-73263e56-9820-4da4-819a-80211fd127fa, #wrap-s-73263e56-9820-4da4-819a-80211fd127fa { display: none !important; }}@media (max-width: 767px){#s-73263e56-9820-4da4-819a-80211fd127fa {
  display: none;
}
#s-73263e56-9820-4da4-819a-80211fd127fa, #wrap-s-73263e56-9820-4da4-819a-80211fd127fa { display: none !important; }}







#s-73263e56-9820-4da4-819a-80211fd127fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73263e56-9820-4da4-819a-80211fd127fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1bea8191-5225-453e-b9b8-1ac79909a058 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-1bea8191-5225-453e-b9b8-1ac79909a058 {
  display: none;
}
#s-1bea8191-5225-453e-b9b8-1ac79909a058, #wrap-s-1bea8191-5225-453e-b9b8-1ac79909a058 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1bea8191-5225-453e-b9b8-1ac79909a058 {
  display: none;
}
#s-1bea8191-5225-453e-b9b8-1ac79909a058, #wrap-s-1bea8191-5225-453e-b9b8-1ac79909a058 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1bea8191-5225-453e-b9b8-1ac79909a058 {
  display: none;
}
#s-1bea8191-5225-453e-b9b8-1ac79909a058, #wrap-s-1bea8191-5225-453e-b9b8-1ac79909a058 { display: none !important; }}







#s-1bea8191-5225-453e-b9b8-1ac79909a058 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1bea8191-5225-453e-b9b8-1ac79909a058.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be1529d1-4cfb-4663-a57a-7ba6e84454cf {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 50px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-be1529d1-4cfb-4663-a57a-7ba6e84454cf {
  min-height: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-be1529d1-4cfb-4663-a57a-7ba6e84454cf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-be1529d1-4cfb-4663-a57a-7ba6e84454cf {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-be1529d1-4cfb-4663-a57a-7ba6e84454cf {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}
}







#s-be1529d1-4cfb-4663-a57a-7ba6e84454cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be1529d1-4cfb-4663-a57a-7ba6e84454cf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2955216c-ca33-4e12-aa15-8c074ad58caa {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-2955216c-ca33-4e12-aa15-8c074ad58caa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2955216c-ca33-4e12-aa15-8c074ad58caa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2955216c-ca33-4e12-aa15-8c074ad58caa {
  
}
}@media (max-width: 767px){#s-2955216c-ca33-4e12-aa15-8c074ad58caa {
  padding-left: 17%;
padding-right: 17%;
}
}
#s-2955216c-ca33-4e12-aa15-8c074ad58caa .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Crimson Text";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 0px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-2955216c-ca33-4e12-aa15-8c074ad58caa .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Crimson Text";
  font-style:  normal ;
  font-size: 26px;
  
  letter-spacing: 0px;
  
}


}@media (max-width: 767px){#s-2955216c-ca33-4e12-aa15-8c074ad58caa .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Crimson Text";
  font-style:  normal ;
  font-size: 26px;
  
  letter-spacing: 0px;
  
}


}
#s-3e02444e-c0fa-453f-b77b-c88b4a12b893 {
  text-align: center;
}

#s-a396fc1b-05f9-4819-9c03-9f584689741c {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 500px;
background-position: center center;
}
@media (max-width: 767px){#s-a396fc1b-05f9-4819-9c03-9f584689741c {
  min-height: 250px;
}
}







#s-a396fc1b-05f9-4819-9c03-9f584689741c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-a396fc1b-05f9-4819-9c03-9f584689741c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 767px){






#s-a396fc1b-05f9-4819-9c03-9f584689741c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-a396fc1b-05f9-4819-9c03-9f584689741c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
.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;
}

@media (min-width: 0px) {
[id="s-4f30cf2a-fcad-409b-9a32-57ec5ad632b1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f30cf2a-fcad-409b-9a32-57ec5ad632b1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4f30cf2a-fcad-409b-9a32-57ec5ad632b1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f30cf2a-fcad-409b-9a32-57ec5ad632b1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-4f30cf2a-fcad-409b-9a32-57ec5ad632b1"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-79ff6d0d-7eec-4b8b-88b2-089c34a64583 {
  min-height: 50px;
}
@media (max-width: 767px){#s-79ff6d0d-7eec-4b8b-88b2-089c34a64583 {
  display: none;
}
#s-79ff6d0d-7eec-4b8b-88b2-089c34a64583, #wrap-s-79ff6d0d-7eec-4b8b-88b2-089c34a64583 { display: none !important; }}







#s-79ff6d0d-7eec-4b8b-88b2-089c34a64583 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79ff6d0d-7eec-4b8b-88b2-089c34a64583.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a86da62e-6e2c-4882-8f74-d5b96accfbba {
  min-height: 100px;
}
@media (min-width: 1200px){#s-a86da62e-6e2c-4882-8f74-d5b96accfbba {
  min-height: 129px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a86da62e-6e2c-4882-8f74-d5b96accfbba {
  min-height: 60px;
}
}@media (max-width: 767px){#s-a86da62e-6e2c-4882-8f74-d5b96accfbba {
  display: none;
}
#s-a86da62e-6e2c-4882-8f74-d5b96accfbba, #wrap-s-a86da62e-6e2c-4882-8f74-d5b96accfbba { display: none !important; }}







#s-a86da62e-6e2c-4882-8f74-d5b96accfbba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a86da62e-6e2c-4882-8f74-d5b96accfbba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0755bbf7-b0bc-4a23-b3ec-e2344885d1fe {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 6%;
text-align: right;
}
@media (min-width: 768px) and (max-width: 991px){#s-0755bbf7-b0bc-4a23-b3ec-e2344885d1fe {
  display: none;
}
#s-0755bbf7-b0bc-4a23-b3ec-e2344885d1fe, #wrap-s-0755bbf7-b0bc-4a23-b3ec-e2344885d1fe { display: none !important; }}@media (max-width: 767px){#s-0755bbf7-b0bc-4a23-b3ec-e2344885d1fe {
  display: none;
}
#s-0755bbf7-b0bc-4a23-b3ec-e2344885d1fe, #wrap-s-0755bbf7-b0bc-4a23-b3ec-e2344885d1fe { display: none !important; }}
#s-0755bbf7-b0bc-4a23-b3ec-e2344885d1fe .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Crimson Text";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 0px;
  text-align: right;
}



#s-25820c45-1597-4d93-a150-3a0442d4443a {
  min-height: 50px;
}








#s-25820c45-1597-4d93-a150-3a0442d4443a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25820c45-1597-4d93-a150-3a0442d4443a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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;
  height: inherit;
  position: relative;
}

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

.shg-imageV2-content {
  text-align: initial;
}

.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;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-7e9b9f89-8c7c-4464-bfec-50f2a65e140b {
  max-width: 500px;
text-align: center;
}
@media (min-width: 1200px){#s-7e9b9f89-8c7c-4464-bfec-50f2a65e140b {
  text-align: right;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7e9b9f89-8c7c-4464-bfec-50f2a65e140b {
  text-align: right;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7e9b9f89-8c7c-4464-bfec-50f2a65e140b {
  display: none;
}
#s-7e9b9f89-8c7c-4464-bfec-50f2a65e140b, #wrap-s-7e9b9f89-8c7c-4464-bfec-50f2a65e140b { display: none !important; }}@media (max-width: 767px){#s-7e9b9f89-8c7c-4464-bfec-50f2a65e140b {
  max-width: 400px;
}
}






  img.s-7e9b9f89-8c7c-4464-bfec-50f2a65e140b.shogun-image {
    
    
  }


.s-7e9b9f89-8c7c-4464-bfec-50f2a65e140b .shogun-image-content {
  
    align-items: center;
  
}

.s-7e9b9f89-8c7c-4464-bfec-50f2a65e140b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e9b9f89-8c7c-4464-bfec-50f2a65e140b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e9b9f89-8c7c-4464-bfec-50f2a65e140b.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-7e9b9f89-8c7c-4464-bfec-50f2a65e140b.shogun-image {
    
    
  }


.s-7e9b9f89-8c7c-4464-bfec-50f2a65e140b .shogun-image-content {
  
    align-items: center;
  
}

.s-7e9b9f89-8c7c-4464-bfec-50f2a65e140b.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-7e9b9f89-8c7c-4464-bfec-50f2a65e140b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e9b9f89-8c7c-4464-bfec-50f2a65e140b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){





  img.s-7e9b9f89-8c7c-4464-bfec-50f2a65e140b.shogun-image {
    
    
  }


.s-7e9b9f89-8c7c-4464-bfec-50f2a65e140b .shogun-image-content {
  
    align-items: center;
  
}

.s-7e9b9f89-8c7c-4464-bfec-50f2a65e140b.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-7e9b9f89-8c7c-4464-bfec-50f2a65e140b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e9b9f89-8c7c-4464-bfec-50f2a65e140b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){





  img.s-7e9b9f89-8c7c-4464-bfec-50f2a65e140b.shogun-image {
    
    
  }


.s-7e9b9f89-8c7c-4464-bfec-50f2a65e140b .shogun-image-content {
  
    align-items: center;
  
}

.s-7e9b9f89-8c7c-4464-bfec-50f2a65e140b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e9b9f89-8c7c-4464-bfec-50f2a65e140b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e9b9f89-8c7c-4464-bfec-50f2a65e140b.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){





  img.s-7e9b9f89-8c7c-4464-bfec-50f2a65e140b.shogun-image {
    
    
  }


.s-7e9b9f89-8c7c-4464-bfec-50f2a65e140b .shogun-image-content {
  
    align-items: center;
  
}

.s-7e9b9f89-8c7c-4464-bfec-50f2a65e140b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e9b9f89-8c7c-4464-bfec-50f2a65e140b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e9b9f89-8c7c-4464-bfec-50f2a65e140b.shogun-image {
  box-sizing: border-box;
}




}
#s-239083e0-351c-454c-943f-649ad3a802af {
  max-width: 290px;
text-align: center;
}
@media (min-width: 1200px){#s-239083e0-351c-454c-943f-649ad3a802af {
  display: none;
}
#s-239083e0-351c-454c-943f-649ad3a802af, #wrap-s-239083e0-351c-454c-943f-649ad3a802af { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-239083e0-351c-454c-943f-649ad3a802af {
  display: none;
}
#s-239083e0-351c-454c-943f-649ad3a802af, #wrap-s-239083e0-351c-454c-943f-649ad3a802af { display: none !important; }}@media (max-width: 767px){#s-239083e0-351c-454c-943f-649ad3a802af {
  display: none;
}
#s-239083e0-351c-454c-943f-649ad3a802af, #wrap-s-239083e0-351c-454c-943f-649ad3a802af { display: none !important; }}






  img.s-239083e0-351c-454c-943f-649ad3a802af.shogun-image {
    
    
  }


.s-239083e0-351c-454c-943f-649ad3a802af .shogun-image-content {
  
    align-items: center;
  
}

.s-239083e0-351c-454c-943f-649ad3a802af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-239083e0-351c-454c-943f-649ad3a802af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-239083e0-351c-454c-943f-649ad3a802af.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-239083e0-351c-454c-943f-649ad3a802af.shogun-image {
    
    
  }


.s-239083e0-351c-454c-943f-649ad3a802af .shogun-image-content {
  
    align-items: center;
  
}

.s-239083e0-351c-454c-943f-649ad3a802af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-239083e0-351c-454c-943f-649ad3a802af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-239083e0-351c-454c-943f-649ad3a802af.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){





  img.s-239083e0-351c-454c-943f-649ad3a802af.shogun-image {
    
    
  }


.s-239083e0-351c-454c-943f-649ad3a802af .shogun-image-content {
  
    align-items: center;
  
}

.s-239083e0-351c-454c-943f-649ad3a802af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-239083e0-351c-454c-943f-649ad3a802af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-239083e0-351c-454c-943f-649ad3a802af.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){





  img.s-239083e0-351c-454c-943f-649ad3a802af.shogun-image {
    
    
  }


.s-239083e0-351c-454c-943f-649ad3a802af .shogun-image-content {
  
    align-items: center;
  
}

.s-239083e0-351c-454c-943f-649ad3a802af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-239083e0-351c-454c-943f-649ad3a802af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-239083e0-351c-454c-943f-649ad3a802af.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){





  img.s-239083e0-351c-454c-943f-649ad3a802af.shogun-image {
    
    
  }


.s-239083e0-351c-454c-943f-649ad3a802af .shogun-image-content {
  
    align-items: center;
  
}

.s-239083e0-351c-454c-943f-649ad3a802af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-239083e0-351c-454c-943f-649ad3a802af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-239083e0-351c-454c-943f-649ad3a802af.shogun-image {
  box-sizing: border-box;
}




}
#s-8fec8e7a-c23e-4405-89b6-70799a31540e {
  margin-left: 8%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8fec8e7a-c23e-4405-89b6-70799a31540e {
  
}
}@media (max-width: 767px){#s-8fec8e7a-c23e-4405-89b6-70799a31540e {
  display: none;
}
#s-8fec8e7a-c23e-4405-89b6-70799a31540e, #wrap-s-8fec8e7a-c23e-4405-89b6-70799a31540e { display: none !important; }}







#s-8fec8e7a-c23e-4405-89b6-70799a31540e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fec8e7a-c23e-4405-89b6-70799a31540e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ddfd15cb-d934-4024-a544-7342681388fb {
  min-height: 100px;
}
@media (min-width: 1200px){#s-ddfd15cb-d934-4024-a544-7342681388fb {
  min-height: 130px;
}
}@media (max-width: 767px){#s-ddfd15cb-d934-4024-a544-7342681388fb {
  display: none;
}
#s-ddfd15cb-d934-4024-a544-7342681388fb, #wrap-s-ddfd15cb-d934-4024-a544-7342681388fb { display: none !important; }}







#s-ddfd15cb-d934-4024-a544-7342681388fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddfd15cb-d934-4024-a544-7342681388fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-e45b87b5-b238-49b8-928b-317dc9ef7ddd > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-e45b87b5-b238-49b8-928b-317dc9ef7ddd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-e45b87b5-b238-49b8-928b-317dc9ef7ddd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-e45b87b5-b238-49b8-928b-317dc9ef7ddd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-e45b87b5-b238-49b8-928b-317dc9ef7ddd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Lato;
  font-weight: 700;
  font-style: ;
  font-size: 16px;
}

#s-e45b87b5-b238-49b8-928b-317dc9ef7ddd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-aea6d4eb-6ffe-47f1-999b-61e5bde9cb4e {
  padding-left: 2%;
}

#s-95532a6e-f7d2-4fea-968b-286ccfe52576 {
  padding-left: 2%;
}

#s-4dd3debf-9140-4330-ba62-6d3b65914520 {
  padding-left: 2%;
}

#s-28209920-3015-4f93-a731-52e0b5aed098 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 0%;
min-height: 600px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-28209920-3015-4f93-a731-52e0b5aed098 {
  
}
}@media (max-width: 767px){#s-28209920-3015-4f93-a731-52e0b5aed098 {
  display: none;
}
#s-28209920-3015-4f93-a731-52e0b5aed098, #wrap-s-28209920-3015-4f93-a731-52e0b5aed098 { display: none !important; }}







#s-28209920-3015-4f93-a731-52e0b5aed098 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-28209920-3015-4f93-a731-52e0b5aed098.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c06ca3ec-4686-4960-9b44-d2c45790a1ea {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-c06ca3ec-4686-4960-9b44-d2c45790a1ea {
  max-width: 280px;
display: none;
}
#s-c06ca3ec-4686-4960-9b44-d2c45790a1ea, #wrap-s-c06ca3ec-4686-4960-9b44-d2c45790a1ea { display: none !important; }}
#s-c06ca3ec-4686-4960-9b44-d2c45790a1ea .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-25f2a47d-3994-4c74-bcc8-23479bb6f409 {
  padding-top: 0px;
padding-bottom: 35px;
max-width: 430px;
}
@media (min-width: 768px) and (max-width: 991px){#s-25f2a47d-3994-4c74-bcc8-23479bb6f409 {
  max-width: 280px;
}
}
#s-f2c1922b-a3c6-415d-8e50-b177caf0f6fd {
  border-style: solid;
margin-top: 2px;
margin-bottom: 2px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(51, 51, 51, 1);
border-radius: 0px;
background-color: rgba(51, 51, 51, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-f2c1922b-a3c6-415d-8e50-b177caf0f6fd:hover {border-style: solid !important;
border-color: rgba(51, 51, 51, 1) !important;
background-color: rgba(200, 178, 152, 0) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f2c1922b-a3c6-415d-8e50-b177caf0f6fd:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-f2c1922b-a3c6-415d-8e50-b177caf0f6fd {
  display: none;
}
#s-f2c1922b-a3c6-415d-8e50-b177caf0f6fd, #wrap-s-f2c1922b-a3c6-415d-8e50-b177caf0f6fd { display: none !important; }}

  #s-f2c1922b-a3c6-415d-8e50-b177caf0f6fd-root {
    text-align: left;
  }


#s-f2c1922b-a3c6-415d-8e50-b177caf0f6fd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f2c1922b-a3c6-415d-8e50-b177caf0f6fd-root {
    text-align: left;
  }


#s-f2c1922b-a3c6-415d-8e50-b177caf0f6fd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f2c1922b-a3c6-415d-8e50-b177caf0f6fd-root {
    text-align: left;
  }


#s-f2c1922b-a3c6-415d-8e50-b177caf0f6fd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f2c1922b-a3c6-415d-8e50-b177caf0f6fd-root {
    text-align: left;
  }


#s-f2c1922b-a3c6-415d-8e50-b177caf0f6fd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f2c1922b-a3c6-415d-8e50-b177caf0f6fd-root {
    text-align: left;
  }


#s-f2c1922b-a3c6-415d-8e50-b177caf0f6fd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}
#s-c90bbe3e-d1f0-4b0b-bf5b-7b4ce048229c {
  border-style: solid;
margin-top: 2px;
margin-bottom: 2px;
padding-top: 1.25%;
padding-left: 7%;
padding-bottom: 1.25%;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(51, 51, 51, 1);
border-radius: 0px;
background-color: rgba(51, 51, 51, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-c90bbe3e-d1f0-4b0b-bf5b-7b4ce048229c:hover {border-style: solid !important;
border-color: rgba(51, 51, 51, 1) !important;
background-color: rgba(200, 178, 152, 0) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c90bbe3e-d1f0-4b0b-bf5b-7b4ce048229c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-c90bbe3e-d1f0-4b0b-bf5b-7b4ce048229c {
  display: none;
}
#s-c90bbe3e-d1f0-4b0b-bf5b-7b4ce048229c, #wrap-s-c90bbe3e-d1f0-4b0b-bf5b-7b4ce048229c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c90bbe3e-d1f0-4b0b-bf5b-7b4ce048229c {
  display: none;
}
#s-c90bbe3e-d1f0-4b0b-bf5b-7b4ce048229c, #wrap-s-c90bbe3e-d1f0-4b0b-bf5b-7b4ce048229c { display: none !important; }}@media (max-width: 767px){#s-c90bbe3e-d1f0-4b0b-bf5b-7b4ce048229c {
  display: none;
}
#s-c90bbe3e-d1f0-4b0b-bf5b-7b4ce048229c, #wrap-s-c90bbe3e-d1f0-4b0b-bf5b-7b4ce048229c { display: none !important; }}

  #s-c90bbe3e-d1f0-4b0b-bf5b-7b4ce048229c-root {
    text-align: left;
  }


#s-c90bbe3e-d1f0-4b0b-bf5b-7b4ce048229c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c90bbe3e-d1f0-4b0b-bf5b-7b4ce048229c-root {
    text-align: left;
  }


#s-c90bbe3e-d1f0-4b0b-bf5b-7b4ce048229c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c90bbe3e-d1f0-4b0b-bf5b-7b4ce048229c-root {
    text-align: left;
  }


#s-c90bbe3e-d1f0-4b0b-bf5b-7b4ce048229c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c90bbe3e-d1f0-4b0b-bf5b-7b4ce048229c-root {
    text-align: left;
  }


#s-c90bbe3e-d1f0-4b0b-bf5b-7b4ce048229c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c90bbe3e-d1f0-4b0b-bf5b-7b4ce048229c-root {
    text-align: left;
  }


#s-c90bbe3e-d1f0-4b0b-bf5b-7b4ce048229c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}
#s-b0953b28-c532-4396-ab96-bc2a6b5835de {
  min-height: 80px;
}
@media (min-width: 1200px){#s-b0953b28-c532-4396-ab96-bc2a6b5835de {
  display: none;
}
#s-b0953b28-c532-4396-ab96-bc2a6b5835de, #wrap-s-b0953b28-c532-4396-ab96-bc2a6b5835de { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b0953b28-c532-4396-ab96-bc2a6b5835de {
  display: none;
}
#s-b0953b28-c532-4396-ab96-bc2a6b5835de, #wrap-s-b0953b28-c532-4396-ab96-bc2a6b5835de { display: none !important; }}@media (max-width: 767px){#s-b0953b28-c532-4396-ab96-bc2a6b5835de {
  display: none;
}
#s-b0953b28-c532-4396-ab96-bc2a6b5835de, #wrap-s-b0953b28-c532-4396-ab96-bc2a6b5835de { display: none !important; }}







#s-b0953b28-c532-4396-ab96-bc2a6b5835de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0953b28-c532-4396-ab96-bc2a6b5835de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c40adc22-8f7b-49be-a488-b33f4d6fbfa6 {
  min-height: 50px;
background-color: rgba(226, 223, 218, 1);
}
@media (min-width: 1200px){#s-c40adc22-8f7b-49be-a488-b33f4d6fbfa6 {
  display: none;
}
#s-c40adc22-8f7b-49be-a488-b33f4d6fbfa6, #wrap-s-c40adc22-8f7b-49be-a488-b33f4d6fbfa6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c40adc22-8f7b-49be-a488-b33f4d6fbfa6 {
  display: none;
}
#s-c40adc22-8f7b-49be-a488-b33f4d6fbfa6, #wrap-s-c40adc22-8f7b-49be-a488-b33f4d6fbfa6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c40adc22-8f7b-49be-a488-b33f4d6fbfa6 {
  display: none;
}
#s-c40adc22-8f7b-49be-a488-b33f4d6fbfa6, #wrap-s-c40adc22-8f7b-49be-a488-b33f4d6fbfa6 { display: none !important; }}







#s-c40adc22-8f7b-49be-a488-b33f4d6fbfa6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c40adc22-8f7b-49be-a488-b33f4d6fbfa6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5994c60f-ba14-4596-93ad-6dcb80fbc27b {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 0%;
min-height: 650px;
background-position: center center;
}
@media (min-width: 1200px){#s-5994c60f-ba14-4596-93ad-6dcb80fbc27b {
  display: none;
}
#s-5994c60f-ba14-4596-93ad-6dcb80fbc27b, #wrap-s-5994c60f-ba14-4596-93ad-6dcb80fbc27b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5994c60f-ba14-4596-93ad-6dcb80fbc27b {
  display: none;
}
#s-5994c60f-ba14-4596-93ad-6dcb80fbc27b, #wrap-s-5994c60f-ba14-4596-93ad-6dcb80fbc27b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5994c60f-ba14-4596-93ad-6dcb80fbc27b {
  display: none;
}
#s-5994c60f-ba14-4596-93ad-6dcb80fbc27b, #wrap-s-5994c60f-ba14-4596-93ad-6dcb80fbc27b { display: none !important; }}@media (max-width: 767px){#s-5994c60f-ba14-4596-93ad-6dcb80fbc27b {
  
}
}







#s-5994c60f-ba14-4596-93ad-6dcb80fbc27b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-5994c60f-ba14-4596-93ad-6dcb80fbc27b.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-be2307d2-8351-40de-9d45-386e60c3272b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be2307d2-8351-40de-9d45-386e60c3272b .shogun-heading-component h3 {
  color: rgba(102, 102, 102, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: center;
}



#s-f730e575-1848-470a-8ec9-827343c44864 {
  padding-top: 0px;
padding-bottom: 21px;
padding-right: 5%;
max-width: 430px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f730e575-1848-470a-8ec9-827343c44864 {
  max-width: 280px;
}
}
#s-58540ed7-a130-425c-a6cb-c9b15daa84e5 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 29px;
margin-right: 5%;
padding-top: 15px;
padding-left: 40px;
padding-bottom: 15px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(51, 51, 51, 1);
border-radius: 0px;
background-color: rgba(51, 51, 51, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-58540ed7-a130-425c-a6cb-c9b15daa84e5:hover {border-style: solid !important;
border-color: rgba(51, 51, 51, 1) !important;
background-color: rgba(200, 178, 152, 0) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-58540ed7-a130-425c-a6cb-c9b15daa84e5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-58540ed7-a130-425c-a6cb-c9b15daa84e5 {
  display: none;
}
#s-58540ed7-a130-425c-a6cb-c9b15daa84e5, #wrap-s-58540ed7-a130-425c-a6cb-c9b15daa84e5 { display: none !important; }}@media (max-width: 767px){#s-58540ed7-a130-425c-a6cb-c9b15daa84e5 {
  margin-bottom: 40px;
}
}

  #s-58540ed7-a130-425c-a6cb-c9b15daa84e5-root {
    text-align: center;
  }


#s-58540ed7-a130-425c-a6cb-c9b15daa84e5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-58540ed7-a130-425c-a6cb-c9b15daa84e5-root {
    text-align: center;
  }


#s-58540ed7-a130-425c-a6cb-c9b15daa84e5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-58540ed7-a130-425c-a6cb-c9b15daa84e5-root {
    text-align: center;
  }


#s-58540ed7-a130-425c-a6cb-c9b15daa84e5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-58540ed7-a130-425c-a6cb-c9b15daa84e5-root {
    text-align: center;
  }


#s-58540ed7-a130-425c-a6cb-c9b15daa84e5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-58540ed7-a130-425c-a6cb-c9b15daa84e5-root {
    text-align: center;
  }


#s-58540ed7-a130-425c-a6cb-c9b15daa84e5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}
#s-60346222-fded-451e-8516-8db786352ffc {
  border-style: solid;
margin-top: 2px;
margin-bottom: 2px;
padding-top: 1.25%;
padding-left: 7%;
padding-bottom: 1.25%;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(51, 51, 51, 1);
border-radius: 0px;
background-color: rgba(51, 51, 51, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-60346222-fded-451e-8516-8db786352ffc:hover {border-style: solid !important;
border-color: rgba(51, 51, 51, 1) !important;
background-color: rgba(200, 178, 152, 0) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-60346222-fded-451e-8516-8db786352ffc:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-60346222-fded-451e-8516-8db786352ffc {
  display: none;
}
#s-60346222-fded-451e-8516-8db786352ffc, #wrap-s-60346222-fded-451e-8516-8db786352ffc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-60346222-fded-451e-8516-8db786352ffc {
  display: none;
}
#s-60346222-fded-451e-8516-8db786352ffc, #wrap-s-60346222-fded-451e-8516-8db786352ffc { display: none !important; }}@media (max-width: 767px){#s-60346222-fded-451e-8516-8db786352ffc {
  display: none;
}
#s-60346222-fded-451e-8516-8db786352ffc, #wrap-s-60346222-fded-451e-8516-8db786352ffc { display: none !important; }}

  #s-60346222-fded-451e-8516-8db786352ffc-root {
    text-align: left;
  }


#s-60346222-fded-451e-8516-8db786352ffc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-60346222-fded-451e-8516-8db786352ffc-root {
    text-align: left;
  }


#s-60346222-fded-451e-8516-8db786352ffc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-60346222-fded-451e-8516-8db786352ffc-root {
    text-align: left;
  }


#s-60346222-fded-451e-8516-8db786352ffc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-60346222-fded-451e-8516-8db786352ffc-root {
    text-align: left;
  }


#s-60346222-fded-451e-8516-8db786352ffc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-60346222-fded-451e-8516-8db786352ffc-root {
    text-align: left;
  }


#s-60346222-fded-451e-8516-8db786352ffc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}
#s-0845050d-d980-4155-bcbe-3be1793e6978 {
  min-height: 80px;
}
@media (min-width: 1200px){#s-0845050d-d980-4155-bcbe-3be1793e6978 {
  display: none;
}
#s-0845050d-d980-4155-bcbe-3be1793e6978, #wrap-s-0845050d-d980-4155-bcbe-3be1793e6978 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0845050d-d980-4155-bcbe-3be1793e6978 {
  display: none;
}
#s-0845050d-d980-4155-bcbe-3be1793e6978, #wrap-s-0845050d-d980-4155-bcbe-3be1793e6978 { display: none !important; }}@media (max-width: 767px){#s-0845050d-d980-4155-bcbe-3be1793e6978 {
  display: none;
}
#s-0845050d-d980-4155-bcbe-3be1793e6978, #wrap-s-0845050d-d980-4155-bcbe-3be1793e6978 { display: none !important; }}







#s-0845050d-d980-4155-bcbe-3be1793e6978 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0845050d-d980-4155-bcbe-3be1793e6978.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6fa0a618-6f8b-4fc5-8d1c-0b8192b56498 {
  min-height: 50px;
}








#s-6fa0a618-6f8b-4fc5-8d1c-0b8192b56498 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6fa0a618-6f8b-4fc5-8d1c-0b8192b56498.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c4432258-1fd1-4637-8bc3-e54e1b9d303f {
  padding-top: 60px;
padding-bottom: 0px;
text-align: center;
}

#s-c4432258-1fd1-4637-8bc3-e54e1b9d303f .shogun-heading-component h3 {
  color: rgba(200, 178, 152, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 0.5px;
  
}



#s-9117c5c3-0523-413d-8cfa-bc47d2e084fb {
  border-style: solid;
margin-top: 20px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 0px;
padding-left: 13%;
padding-bottom: 0px;
padding-right: 13%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-9117c5c3-0523-413d-8cfa-bc47d2e084fb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9117c5c3-0523-413d-8cfa-bc47d2e084fb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9117c5c3-0523-413d-8cfa-bc47d2e084fb {
  
}
}@media (max-width: 767px){#s-9117c5c3-0523-413d-8cfa-bc47d2e084fb {
  margin-bottom: 0px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}
}
#s-9117c5c3-0523-413d-8cfa-bc47d2e084fb .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Crimson Text";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 0px;
  
}


@media (min-width: 1200px){#s-9117c5c3-0523-413d-8cfa-bc47d2e084fb .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Crimson Text";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 0px;
  
}


}@media (max-width: 767px){#s-9117c5c3-0523-413d-8cfa-bc47d2e084fb .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Crimson Text";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: 0px;
  
}


}
#s-75eab5b9-6e80-472b-a00b-283ed96d8b0a {
  padding-top: 0px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-75eab5b9-6e80-472b-a00b-283ed96d8b0a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75eab5b9-6e80-472b-a00b-283ed96d8b0a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-75eab5b9-6e80-472b-a00b-283ed96d8b0a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-75eab5b9-6e80-472b-a00b-283ed96d8b0a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-75eab5b9-6e80-472b-a00b-283ed96d8b0a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-75eab5b9-6e80-472b-a00b-283ed96d8b0a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-75eab5b9-6e80-472b-a00b-283ed96d8b0a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-778974ac-f64c-4eef-8042-d4da89db5400 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 12%;
padding-right: 12%;
}
@media (max-width: 767px){#s-778974ac-f64c-4eef-8042-d4da89db5400 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  padding-top: 50px;
padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  padding-top: 0px;
padding-left: 20px;
padding-right: 20px;
}
}







#s-3e077126-f2f8-466c-91bb-f2975e5c5898 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e077126-f2f8-466c-91bb-f2975e5c5898.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9acc7481-fdfc-4b07-92ee-f72440ae63a3 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 1200px){#s-9acc7481-fdfc-4b07-92ee-f72440ae63a3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9acc7481-fdfc-4b07-92ee-f72440ae63a3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9acc7481-fdfc-4b07-92ee-f72440ae63a3 {
  
}
}@media (max-width: 767px){#s-9acc7481-fdfc-4b07-92ee-f72440ae63a3 {
  
}
}
@media (min-width: 0px) {
[id="s-9acc7481-fdfc-4b07-92ee-f72440ae63a3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9acc7481-fdfc-4b07-92ee-f72440ae63a3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9acc7481-fdfc-4b07-92ee-f72440ae63a3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9acc7481-fdfc-4b07-92ee-f72440ae63a3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-0ddc9044-44f0-43d2-9a89-25205ff7eb0a {
  min-height: 50px;
}








#s-0ddc9044-44f0-43d2-9a89-25205ff7eb0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ddc9044-44f0-43d2-9a89-25205ff7eb0a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-049d58e4-00a8-4175-a498-5d3514e85453 {
  text-align: left;
}
#s-049d58e4-00a8-4175-a498-5d3514e85453:hover {opacity: 0.75 !important;}@media (min-width: 1200px){#s-049d58e4-00a8-4175-a498-5d3514e85453 {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-049d58e4-00a8-4175-a498-5d3514e85453 {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-049d58e4-00a8-4175-a498-5d3514e85453 {
  text-align: center;
}
}@media (max-width: 767px){#s-049d58e4-00a8-4175-a498-5d3514e85453 {
  text-align: center;
}
}






  img.s-049d58e4-00a8-4175-a498-5d3514e85453.shogun-image {
    
    
  }


.s-049d58e4-00a8-4175-a498-5d3514e85453 .shogun-image-content {
  
    align-items: center;
  
}

.s-049d58e4-00a8-4175-a498-5d3514e85453.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-049d58e4-00a8-4175-a498-5d3514e85453.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-049d58e4-00a8-4175-a498-5d3514e85453.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-049d58e4-00a8-4175-a498-5d3514e85453.shogun-image {
    
    
  }


.s-049d58e4-00a8-4175-a498-5d3514e85453 .shogun-image-content {
  
    align-items: center;
  
}

.s-049d58e4-00a8-4175-a498-5d3514e85453.shg-align-container {
  display: flex;
  justify-content: center
}

.s-049d58e4-00a8-4175-a498-5d3514e85453.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-049d58e4-00a8-4175-a498-5d3514e85453.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){





  img.s-049d58e4-00a8-4175-a498-5d3514e85453.shogun-image {
    
    
  }


.s-049d58e4-00a8-4175-a498-5d3514e85453 .shogun-image-content {
  
    align-items: center;
  
}

.s-049d58e4-00a8-4175-a498-5d3514e85453.shg-align-container {
  display: flex;
  justify-content: center
}

.s-049d58e4-00a8-4175-a498-5d3514e85453.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-049d58e4-00a8-4175-a498-5d3514e85453.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){





  img.s-049d58e4-00a8-4175-a498-5d3514e85453.shogun-image {
    
    
  }


.s-049d58e4-00a8-4175-a498-5d3514e85453 .shogun-image-content {
  
    align-items: center;
  
}

.s-049d58e4-00a8-4175-a498-5d3514e85453.shg-align-container {
  display: flex;
  justify-content: center
}

.s-049d58e4-00a8-4175-a498-5d3514e85453.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-049d58e4-00a8-4175-a498-5d3514e85453.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){





  img.s-049d58e4-00a8-4175-a498-5d3514e85453.shogun-image {
    
    
  }


.s-049d58e4-00a8-4175-a498-5d3514e85453 .shogun-image-content {
  
    align-items: center;
  
}

.s-049d58e4-00a8-4175-a498-5d3514e85453.shg-align-container {
  display: flex;
  justify-content: center
}

.s-049d58e4-00a8-4175-a498-5d3514e85453.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-049d58e4-00a8-4175-a498-5d3514e85453.shogun-image {
  box-sizing: border-box;
}




}
#s-1eda79ff-3a7c-47e0-84bf-91c4e57bbe2b {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-1eda79ff-3a7c-47e0-84bf-91c4e57bbe2b {
  padding-top: 20px;
padding-bottom: 0px;
}
}
#s-1eda79ff-3a7c-47e0-84bf-91c4e57bbe2b .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Crimson Text";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


#s-1eda79ff-3a7c-47e0-84bf-91c4e57bbe2b .shogun-heading-component h2 a {
  color: rgba(51, 51, 51, 1);
}


#s-958bf34f-4282-44d4-9de8-463c9294bb2a {
  padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(102, 102, 102, 1);
background-image: none;
hover-type: color;
}
#s-958bf34f-4282-44d4-9de8-463c9294bb2a:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(200, 178, 152, 1) !important;}#s-958bf34f-4282-44d4-9de8-463c9294bb2a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-958bf34f-4282-44d4-9de8-463c9294bb2a {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-958bf34f-4282-44d4-9de8-463c9294bb2a {
  padding-top: 5px;
padding-bottom: 30px;
}
}

  #s-958bf34f-4282-44d4-9de8-463c9294bb2a-root {
    text-align: center;
  }


#s-958bf34f-4282-44d4-9de8-463c9294bb2a.shg-btn {
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-958bf34f-4282-44d4-9de8-463c9294bb2a-root {
    text-align: center;
  }


#s-958bf34f-4282-44d4-9de8-463c9294bb2a.shg-btn {
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-958bf34f-4282-44d4-9de8-463c9294bb2a-root {
    text-align: center;
  }


#s-958bf34f-4282-44d4-9de8-463c9294bb2a.shg-btn {
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-958bf34f-4282-44d4-9de8-463c9294bb2a-root {
    text-align: center;
  }


#s-958bf34f-4282-44d4-9de8-463c9294bb2a.shg-btn {
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-958bf34f-4282-44d4-9de8-463c9294bb2a-root {
    text-align: center;
  }


#s-958bf34f-4282-44d4-9de8-463c9294bb2a.shg-btn {
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}
#s-4b905c33-d24b-4325-8b7c-be2ae641a8a7 {
  background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-4b905c33-d24b-4325-8b7c-be2ae641a8a7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4b905c33-d24b-4325-8b7c-be2ae641a8a7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4b905c33-d24b-4325-8b7c-be2ae641a8a7 {
  
}
}@media (max-width: 767px){#s-4b905c33-d24b-4325-8b7c-be2ae641a8a7 {
  
}
}







#s-4b905c33-d24b-4325-8b7c-be2ae641a8a7 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-4b905c33-d24b-4325-8b7c-be2ae641a8a7 {
  cursor: pointer;
}#s-4b905c33-d24b-4325-8b7c-be2ae641a8a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4c828fa-cfb8-40f6-84f1-56b39925befa {
  text-align: center;
}
#s-d4c828fa-cfb8-40f6-84f1-56b39925befa:hover {opacity: 0.75 !important;}@media (min-width: 1200px){#s-d4c828fa-cfb8-40f6-84f1-56b39925befa {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d4c828fa-cfb8-40f6-84f1-56b39925befa {
  text-align: center;
}
}






  img.s-d4c828fa-cfb8-40f6-84f1-56b39925befa.shogun-image {
    
    
  }


.s-d4c828fa-cfb8-40f6-84f1-56b39925befa .shogun-image-content {
  
    align-items: center;
  
}

.s-d4c828fa-cfb8-40f6-84f1-56b39925befa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4c828fa-cfb8-40f6-84f1-56b39925befa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4c828fa-cfb8-40f6-84f1-56b39925befa.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-d4c828fa-cfb8-40f6-84f1-56b39925befa.shogun-image {
    
    
  }


.s-d4c828fa-cfb8-40f6-84f1-56b39925befa .shogun-image-content {
  
    align-items: center;
  
}

.s-d4c828fa-cfb8-40f6-84f1-56b39925befa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4c828fa-cfb8-40f6-84f1-56b39925befa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4c828fa-cfb8-40f6-84f1-56b39925befa.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){





  img.s-d4c828fa-cfb8-40f6-84f1-56b39925befa.shogun-image {
    
    
  }


.s-d4c828fa-cfb8-40f6-84f1-56b39925befa .shogun-image-content {
  
    align-items: center;
  
}

.s-d4c828fa-cfb8-40f6-84f1-56b39925befa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4c828fa-cfb8-40f6-84f1-56b39925befa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4c828fa-cfb8-40f6-84f1-56b39925befa.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){





  img.s-d4c828fa-cfb8-40f6-84f1-56b39925befa.shogun-image {
    
    
  }


.s-d4c828fa-cfb8-40f6-84f1-56b39925befa .shogun-image-content {
  
    align-items: center;
  
}

.s-d4c828fa-cfb8-40f6-84f1-56b39925befa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4c828fa-cfb8-40f6-84f1-56b39925befa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4c828fa-cfb8-40f6-84f1-56b39925befa.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){





  img.s-d4c828fa-cfb8-40f6-84f1-56b39925befa.shogun-image {
    
    
  }


.s-d4c828fa-cfb8-40f6-84f1-56b39925befa .shogun-image-content {
  
    align-items: center;
  
}

.s-d4c828fa-cfb8-40f6-84f1-56b39925befa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4c828fa-cfb8-40f6-84f1-56b39925befa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4c828fa-cfb8-40f6-84f1-56b39925befa.shogun-image {
  box-sizing: border-box;
}




}
#s-0c87ff76-87a0-49d9-b0d9-9d3f06f19f0c {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-0c87ff76-87a0-49d9-b0d9-9d3f06f19f0c {
  padding-top: 20px;
}
}
#s-0c87ff76-87a0-49d9-b0d9-9d3f06f19f0c .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Crimson Text";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


#s-0c87ff76-87a0-49d9-b0d9-9d3f06f19f0c .shogun-heading-component h2 a {
  color: rgba(51, 51, 51, 1);
}


#s-13f8235a-fedd-41d1-a46a-2385249bfd4f {
  padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(102, 102, 102, 1);
background-image: none;
hover-type: color;
}
#s-13f8235a-fedd-41d1-a46a-2385249bfd4f:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(200, 178, 152, 1) !important;}#s-13f8235a-fedd-41d1-a46a-2385249bfd4f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-13f8235a-fedd-41d1-a46a-2385249bfd4f {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-13f8235a-fedd-41d1-a46a-2385249bfd4f {
  padding-bottom: 30px;
}
}

  #s-13f8235a-fedd-41d1-a46a-2385249bfd4f-root {
    text-align: center;
  }


#s-13f8235a-fedd-41d1-a46a-2385249bfd4f.shg-btn {
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-13f8235a-fedd-41d1-a46a-2385249bfd4f-root {
    text-align: center;
  }


#s-13f8235a-fedd-41d1-a46a-2385249bfd4f.shg-btn {
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-13f8235a-fedd-41d1-a46a-2385249bfd4f-root {
    text-align: center;
  }


#s-13f8235a-fedd-41d1-a46a-2385249bfd4f.shg-btn {
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-13f8235a-fedd-41d1-a46a-2385249bfd4f-root {
    text-align: center;
  }


#s-13f8235a-fedd-41d1-a46a-2385249bfd4f.shg-btn {
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-13f8235a-fedd-41d1-a46a-2385249bfd4f-root {
    text-align: center;
  }


#s-13f8235a-fedd-41d1-a46a-2385249bfd4f.shg-btn {
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}
#s-a3f65248-37b0-4533-a9cf-30f50eadb0ed {
  min-height: 30px;
}








#s-a3f65248-37b0-4533-a9cf-30f50eadb0ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3f65248-37b0-4533-a9cf-30f50eadb0ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6730a5f7-0d91-433b-92ca-5008c20776fd {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 1200px){#s-6730a5f7-0d91-433b-92ca-5008c20776fd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6730a5f7-0d91-433b-92ca-5008c20776fd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6730a5f7-0d91-433b-92ca-5008c20776fd {
  
}
}@media (max-width: 767px){#s-6730a5f7-0d91-433b-92ca-5008c20776fd {
  
}
}
@media (min-width: 0px) {
[id="s-6730a5f7-0d91-433b-92ca-5008c20776fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6730a5f7-0d91-433b-92ca-5008c20776fd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6730a5f7-0d91-433b-92ca-5008c20776fd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6730a5f7-0d91-433b-92ca-5008c20776fd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-fee53468-73c5-4d7e-a611-45155ecdfd73 {
  background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
background-position: center center;
background-attachment: scroll;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-fee53468-73c5-4d7e-a611-45155ecdfd73 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fee53468-73c5-4d7e-a611-45155ecdfd73 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fee53468-73c5-4d7e-a611-45155ecdfd73 {
  
}
}@media (max-width: 767px){#s-fee53468-73c5-4d7e-a611-45155ecdfd73 {
  margin-bottom: 0px;
}
}







#s-fee53468-73c5-4d7e-a611-45155ecdfd73 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-fee53468-73c5-4d7e-a611-45155ecdfd73 {
  cursor: pointer;
}#s-fee53468-73c5-4d7e-a611-45155ecdfd73.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5eaa1203-8ffb-493d-93e2-f0ff41f86f52 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}
#s-5eaa1203-8ffb-493d-93e2-f0ff41f86f52:hover {opacity: 0.75 !important;}@media (max-width: 767px){#s-5eaa1203-8ffb-493d-93e2-f0ff41f86f52 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
}






  img.s-5eaa1203-8ffb-493d-93e2-f0ff41f86f52.shogun-image {
    
    
  }


.s-5eaa1203-8ffb-493d-93e2-f0ff41f86f52 .shogun-image-content {
  
    align-items: center;
  
}

.s-5eaa1203-8ffb-493d-93e2-f0ff41f86f52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5eaa1203-8ffb-493d-93e2-f0ff41f86f52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5eaa1203-8ffb-493d-93e2-f0ff41f86f52.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-5eaa1203-8ffb-493d-93e2-f0ff41f86f52.shogun-image {
    
    
  }


.s-5eaa1203-8ffb-493d-93e2-f0ff41f86f52 .shogun-image-content {
  
    align-items: center;
  
}

.s-5eaa1203-8ffb-493d-93e2-f0ff41f86f52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5eaa1203-8ffb-493d-93e2-f0ff41f86f52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5eaa1203-8ffb-493d-93e2-f0ff41f86f52.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){





  img.s-5eaa1203-8ffb-493d-93e2-f0ff41f86f52.shogun-image {
    
    
  }


.s-5eaa1203-8ffb-493d-93e2-f0ff41f86f52 .shogun-image-content {
  
    align-items: center;
  
}

.s-5eaa1203-8ffb-493d-93e2-f0ff41f86f52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5eaa1203-8ffb-493d-93e2-f0ff41f86f52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5eaa1203-8ffb-493d-93e2-f0ff41f86f52.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){





  img.s-5eaa1203-8ffb-493d-93e2-f0ff41f86f52.shogun-image {
    
    
  }


.s-5eaa1203-8ffb-493d-93e2-f0ff41f86f52 .shogun-image-content {
  
    align-items: center;
  
}

.s-5eaa1203-8ffb-493d-93e2-f0ff41f86f52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5eaa1203-8ffb-493d-93e2-f0ff41f86f52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5eaa1203-8ffb-493d-93e2-f0ff41f86f52.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){





  img.s-5eaa1203-8ffb-493d-93e2-f0ff41f86f52.shogun-image {
    
    
  }


.s-5eaa1203-8ffb-493d-93e2-f0ff41f86f52 .shogun-image-content {
  
    align-items: center;
  
}

.s-5eaa1203-8ffb-493d-93e2-f0ff41f86f52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5eaa1203-8ffb-493d-93e2-f0ff41f86f52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5eaa1203-8ffb-493d-93e2-f0ff41f86f52.shogun-image {
  box-sizing: border-box;
}




}
#s-c4e9ad4e-cb03-4e21-9ff4-61df8a6a15e3 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-c4e9ad4e-cb03-4e21-9ff4-61df8a6a15e3 {
  padding-top: 20px;
}
}
#s-c4e9ad4e-cb03-4e21-9ff4-61df8a6a15e3 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Crimson Text";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


#s-c4e9ad4e-cb03-4e21-9ff4-61df8a6a15e3 .shogun-heading-component h2 a {
  color: rgba(51, 51, 51, 1);
}


#s-46bc31ef-6093-4ab9-aaa2-120b3d22518e {
  padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(102, 102, 102, 1);
background-image: none;
hover-type: color;
}
#s-46bc31ef-6093-4ab9-aaa2-120b3d22518e:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(200, 178, 152, 1) !important;}#s-46bc31ef-6093-4ab9-aaa2-120b3d22518e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-46bc31ef-6093-4ab9-aaa2-120b3d22518e {
  padding-bottom: 34px;
}
}

  #s-46bc31ef-6093-4ab9-aaa2-120b3d22518e-root {
    text-align: center;
  }


#s-46bc31ef-6093-4ab9-aaa2-120b3d22518e.shg-btn {
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-46bc31ef-6093-4ab9-aaa2-120b3d22518e-root {
    text-align: center;
  }


#s-46bc31ef-6093-4ab9-aaa2-120b3d22518e.shg-btn {
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-46bc31ef-6093-4ab9-aaa2-120b3d22518e-root {
    text-align: center;
  }


#s-46bc31ef-6093-4ab9-aaa2-120b3d22518e.shg-btn {
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-46bc31ef-6093-4ab9-aaa2-120b3d22518e-root {
    text-align: center;
  }


#s-46bc31ef-6093-4ab9-aaa2-120b3d22518e.shg-btn {
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-46bc31ef-6093-4ab9-aaa2-120b3d22518e-root {
    text-align: center;
  }


#s-46bc31ef-6093-4ab9-aaa2-120b3d22518e.shg-btn {
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}
#s-63743d41-3bf1-4fbc-8446-ecca4b675b80 {
  background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-63743d41-3bf1-4fbc-8446-ecca4b675b80 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-63743d41-3bf1-4fbc-8446-ecca4b675b80 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-63743d41-3bf1-4fbc-8446-ecca4b675b80 {
  
}
}@media (max-width: 767px){#s-63743d41-3bf1-4fbc-8446-ecca4b675b80 {
  
}
}







#s-63743d41-3bf1-4fbc-8446-ecca4b675b80 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-63743d41-3bf1-4fbc-8446-ecca4b675b80 {
  cursor: pointer;
}#s-63743d41-3bf1-4fbc-8446-ecca4b675b80.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-819d2358-58c1-41ef-a30d-a20af905eb34 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: center;
}
#s-819d2358-58c1-41ef-a30d-a20af905eb34:hover {opacity: 0.75 !important;}






  img.s-819d2358-58c1-41ef-a30d-a20af905eb34.shogun-image {
    
    
  }


.s-819d2358-58c1-41ef-a30d-a20af905eb34 .shogun-image-content {
  
    align-items: center;
  
}

.s-819d2358-58c1-41ef-a30d-a20af905eb34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-819d2358-58c1-41ef-a30d-a20af905eb34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-819d2358-58c1-41ef-a30d-a20af905eb34.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-819d2358-58c1-41ef-a30d-a20af905eb34.shogun-image {
    
    
  }


.s-819d2358-58c1-41ef-a30d-a20af905eb34 .shogun-image-content {
  
    align-items: center;
  
}

.s-819d2358-58c1-41ef-a30d-a20af905eb34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-819d2358-58c1-41ef-a30d-a20af905eb34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-819d2358-58c1-41ef-a30d-a20af905eb34.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){





  img.s-819d2358-58c1-41ef-a30d-a20af905eb34.shogun-image {
    
    
  }


.s-819d2358-58c1-41ef-a30d-a20af905eb34 .shogun-image-content {
  
    align-items: center;
  
}

.s-819d2358-58c1-41ef-a30d-a20af905eb34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-819d2358-58c1-41ef-a30d-a20af905eb34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-819d2358-58c1-41ef-a30d-a20af905eb34.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){





  img.s-819d2358-58c1-41ef-a30d-a20af905eb34.shogun-image {
    
    
  }


.s-819d2358-58c1-41ef-a30d-a20af905eb34 .shogun-image-content {
  
    align-items: center;
  
}

.s-819d2358-58c1-41ef-a30d-a20af905eb34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-819d2358-58c1-41ef-a30d-a20af905eb34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-819d2358-58c1-41ef-a30d-a20af905eb34.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){





  img.s-819d2358-58c1-41ef-a30d-a20af905eb34.shogun-image {
    
    
  }


.s-819d2358-58c1-41ef-a30d-a20af905eb34 .shogun-image-content {
  
    align-items: center;
  
}

.s-819d2358-58c1-41ef-a30d-a20af905eb34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-819d2358-58c1-41ef-a30d-a20af905eb34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-819d2358-58c1-41ef-a30d-a20af905eb34.shogun-image {
  box-sizing: border-box;
}




}
#s-94750ed2-8f50-475a-a6e6-1a90daf906bd {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-94750ed2-8f50-475a-a6e6-1a90daf906bd {
  padding-top: 20px;
}
}
#s-94750ed2-8f50-475a-a6e6-1a90daf906bd .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Crimson Text";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


#s-94750ed2-8f50-475a-a6e6-1a90daf906bd .shogun-heading-component h2 a {
  color: rgba(51, 51, 51, 1);
}


#s-f6cae59b-89a3-4f00-ae93-9099718a1416 {
  padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(102, 102, 102, 1);
background-image: none;
hover-type: color;
}
#s-f6cae59b-89a3-4f00-ae93-9099718a1416:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(200, 178, 152, 1) !important;}#s-f6cae59b-89a3-4f00-ae93-9099718a1416:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f6cae59b-89a3-4f00-ae93-9099718a1416-root {
    text-align: center;
  }


#s-f6cae59b-89a3-4f00-ae93-9099718a1416.shg-btn {
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f6cae59b-89a3-4f00-ae93-9099718a1416-root {
    text-align: center;
  }


#s-f6cae59b-89a3-4f00-ae93-9099718a1416.shg-btn {
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f6cae59b-89a3-4f00-ae93-9099718a1416-root {
    text-align: center;
  }


#s-f6cae59b-89a3-4f00-ae93-9099718a1416.shg-btn {
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f6cae59b-89a3-4f00-ae93-9099718a1416-root {
    text-align: center;
  }


#s-f6cae59b-89a3-4f00-ae93-9099718a1416.shg-btn {
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f6cae59b-89a3-4f00-ae93-9099718a1416-root {
    text-align: center;
  }


#s-f6cae59b-89a3-4f00-ae93-9099718a1416.shg-btn {
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}
#s-54d634a0-1100-4683-b462-fd4b4670413a {
  min-height: 50px;
}








#s-54d634a0-1100-4683-b462-fd4b4670413a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54d634a0-1100-4683-b462-fd4b4670413a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f20664d-82a0-48f0-898b-e4753a1c4bd0 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(251, 249, 247, 1);
}
@media (min-width: 1200px){#s-7f20664d-82a0-48f0-898b-e4753a1c4bd0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7f20664d-82a0-48f0-898b-e4753a1c4bd0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7f20664d-82a0-48f0-898b-e4753a1c4bd0 {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-7f20664d-82a0-48f0-898b-e4753a1c4bd0 {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-7f20664d-82a0-48f0-898b-e4753a1c4bd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f20664d-82a0-48f0-898b-e4753a1c4bd0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1f02eebb-6593-412a-89be-dffec6e8c15f {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-1f02eebb-6593-412a-89be-dffec6e8c15f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1f02eebb-6593-412a-89be-dffec6e8c15f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1f02eebb-6593-412a-89be-dffec6e8c15f {
  
}
}@media (max-width: 767px){#s-1f02eebb-6593-412a-89be-dffec6e8c15f {
  
}
}
#s-1f02eebb-6593-412a-89be-dffec6e8c15f .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Crimson Text";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 0px;
  
}


@media (max-width: 767px){#s-1f02eebb-6593-412a-89be-dffec6e8c15f .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Crimson Text";
  font-style:  normal ;
  font-size: 26px;
  
  letter-spacing: 0px;
  
}


}
@media (min-width: 0px) {
[id="s-1e276003-63b8-485e-8595-0bd20a4b8cc9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1e276003-63b8-485e-8595-0bd20a4b8cc9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-1e276003-63b8-485e-8595-0bd20a4b8cc9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-1e276003-63b8-485e-8595-0bd20a4b8cc9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

.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-e8c35315-146d-446c-b276-91dca9735ab5 {
  max-width: 350px;
text-align: center;
}
#s-e8c35315-146d-446c-b276-91dca9735ab5:hover {opacity: 0.75 !important;}






  #s-e8c35315-146d-446c-b276-91dca9735ab5 img.shogun-image {
    

    
    
    
  }


#s-e8c35315-146d-446c-b276-91dca9735ab5 .shogun-image-content {
  
    align-items: center;
  
}

#s-70620976-aba1-40b3-82b6-6e7ce9fc7c55 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(51, 51, 51, 1);
background-image: none;
hover-type: color;
}
#s-70620976-aba1-40b3-82b6-6e7ce9fc7c55:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(200, 178, 152, 1) !important;}#s-70620976-aba1-40b3-82b6-6e7ce9fc7c55:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-70620976-aba1-40b3-82b6-6e7ce9fc7c55-root {
    text-align: center;
  }


#s-70620976-aba1-40b3-82b6-6e7ce9fc7c55.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-70620976-aba1-40b3-82b6-6e7ce9fc7c55-root {
    text-align: center;
  }


#s-70620976-aba1-40b3-82b6-6e7ce9fc7c55.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-70620976-aba1-40b3-82b6-6e7ce9fc7c55-root {
    text-align: center;
  }


#s-70620976-aba1-40b3-82b6-6e7ce9fc7c55.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-70620976-aba1-40b3-82b6-6e7ce9fc7c55-root {
    text-align: center;
  }


#s-70620976-aba1-40b3-82b6-6e7ce9fc7c55.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-70620976-aba1-40b3-82b6-6e7ce9fc7c55-root {
    text-align: center;
  }


#s-70620976-aba1-40b3-82b6-6e7ce9fc7c55.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}
#s-846c8824-e821-457d-b0f0-63986cde14de {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 350px;
text-align: center;
}
#s-846c8824-e821-457d-b0f0-63986cde14de:hover {opacity: 0.75 !important;}






  #s-846c8824-e821-457d-b0f0-63986cde14de img.shogun-image {
    

    
    
    
  }


#s-846c8824-e821-457d-b0f0-63986cde14de .shogun-image-content {
  
    align-items: center;
  
}

#s-0959ec1c-ea2c-4513-935b-ede92629f39b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(51, 51, 51, 1);
background-image: none;
hover-type: color;
}
#s-0959ec1c-ea2c-4513-935b-ede92629f39b:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(200, 178, 152, 1) !important;}#s-0959ec1c-ea2c-4513-935b-ede92629f39b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0959ec1c-ea2c-4513-935b-ede92629f39b-root {
    text-align: center;
  }


#s-0959ec1c-ea2c-4513-935b-ede92629f39b.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0959ec1c-ea2c-4513-935b-ede92629f39b-root {
    text-align: center;
  }


#s-0959ec1c-ea2c-4513-935b-ede92629f39b.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0959ec1c-ea2c-4513-935b-ede92629f39b-root {
    text-align: center;
  }


#s-0959ec1c-ea2c-4513-935b-ede92629f39b.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0959ec1c-ea2c-4513-935b-ede92629f39b-root {
    text-align: center;
  }


#s-0959ec1c-ea2c-4513-935b-ede92629f39b.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0959ec1c-ea2c-4513-935b-ede92629f39b-root {
    text-align: center;
  }


#s-0959ec1c-ea2c-4513-935b-ede92629f39b.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}
#s-adfc5809-f6bd-4768-8a85-c81b56ce53ed {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 350px;
text-align: center;
}
#s-adfc5809-f6bd-4768-8a85-c81b56ce53ed:hover {opacity: 0.75 !important;}@media (max-width: 767px){#s-adfc5809-f6bd-4768-8a85-c81b56ce53ed {
  padding-bottom: 0px;
}
}






  #s-adfc5809-f6bd-4768-8a85-c81b56ce53ed img.shogun-image {
    

    
    
    
  }


#s-adfc5809-f6bd-4768-8a85-c81b56ce53ed .shogun-image-content {
  
    align-items: center;
  
}

#s-9e583de4-8bb3-49e9-9efd-114d7c808f40 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(51, 51, 51, 1);
background-image: none;
hover-type: color;
}
#s-9e583de4-8bb3-49e9-9efd-114d7c808f40:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(200, 178, 152, 1) !important;}#s-9e583de4-8bb3-49e9-9efd-114d7c808f40:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9e583de4-8bb3-49e9-9efd-114d7c808f40-root {
    text-align: center;
  }


#s-9e583de4-8bb3-49e9-9efd-114d7c808f40.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9e583de4-8bb3-49e9-9efd-114d7c808f40-root {
    text-align: center;
  }


#s-9e583de4-8bb3-49e9-9efd-114d7c808f40.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9e583de4-8bb3-49e9-9efd-114d7c808f40-root {
    text-align: center;
  }


#s-9e583de4-8bb3-49e9-9efd-114d7c808f40.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9e583de4-8bb3-49e9-9efd-114d7c808f40-root {
    text-align: center;
  }


#s-9e583de4-8bb3-49e9-9efd-114d7c808f40.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9e583de4-8bb3-49e9-9efd-114d7c808f40-root {
    text-align: center;
  }


#s-9e583de4-8bb3-49e9-9efd-114d7c808f40.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}
#s-904d41a0-9cb3-4418-9513-cac050e6f82b {
  max-width: 350px;
text-align: center;
}
#s-904d41a0-9cb3-4418-9513-cac050e6f82b:hover {opacity: 0.75 !important;}






  #s-904d41a0-9cb3-4418-9513-cac050e6f82b img.shogun-image {
    

    
    
    
  }


#s-904d41a0-9cb3-4418-9513-cac050e6f82b .shogun-image-content {
  
    align-items: center;
  
}

#s-bf4a45b2-2dda-4995-9b8d-83191dc3ff2e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(51, 51, 51, 1);
background-image: none;
hover-type: color;
}
#s-bf4a45b2-2dda-4995-9b8d-83191dc3ff2e:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(200, 178, 152, 1) !important;}#s-bf4a45b2-2dda-4995-9b8d-83191dc3ff2e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bf4a45b2-2dda-4995-9b8d-83191dc3ff2e-root {
    text-align: center;
  }


#s-bf4a45b2-2dda-4995-9b8d-83191dc3ff2e.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bf4a45b2-2dda-4995-9b8d-83191dc3ff2e-root {
    text-align: center;
  }


#s-bf4a45b2-2dda-4995-9b8d-83191dc3ff2e.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bf4a45b2-2dda-4995-9b8d-83191dc3ff2e-root {
    text-align: center;
  }


#s-bf4a45b2-2dda-4995-9b8d-83191dc3ff2e.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bf4a45b2-2dda-4995-9b8d-83191dc3ff2e-root {
    text-align: center;
  }


#s-bf4a45b2-2dda-4995-9b8d-83191dc3ff2e.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bf4a45b2-2dda-4995-9b8d-83191dc3ff2e-root {
    text-align: center;
  }


#s-bf4a45b2-2dda-4995-9b8d-83191dc3ff2e.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}
#s-9cf8ee9f-e358-4678-9ffb-cd4a23057e09 {
  min-height: 50px;
background-color: rgba(251, 249, 247, 1);
}








#s-9cf8ee9f-e358-4678-9ffb-cd4a23057e09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9cf8ee9f-e358-4678-9ffb-cd4a23057e09.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ff4dd45-41e9-4591-90ee-c0ffca87b9ff {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 600px;
background-position: left center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7ff4dd45-41e9-4591-90ee-c0ffca87b9ff {
  min-height: 400px;
}
}@media (max-width: 767px){#s-7ff4dd45-41e9-4591-90ee-c0ffca87b9ff {
  min-height: 200px;
}
}







#s-7ff4dd45-41e9-4591-90ee-c0ffca87b9ff > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-7ff4dd45-41e9-4591-90ee-c0ffca87b9ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-440f2030-7562-4d1d-a24a-6407f37c3921"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-440f2030-7562-4d1d-a24a-6407f37c3921"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-440f2030-7562-4d1d-a24a-6407f37c3921"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-440f2030-7562-4d1d-a24a-6407f37c3921"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-28437e5b-f593-49d9-83b1-a5ae28578727 {
  margin-top: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-28437e5b-f593-49d9-83b1-a5ae28578727 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Crimson Text";
  font-style:  normal ;
  font-size: 60px;
  
  letter-spacing: 1px;
  
}



#s-0bdd8099-fad2-49ce-be93-169ea5d07ad5 {
  min-height: 50px;
}








#s-0bdd8099-fad2-49ce-be93-169ea5d07ad5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0bdd8099-fad2-49ce-be93-169ea5d07ad5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f8f0b05d-6609-445b-a842-a8d97bbcf2ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f8f0b05d-6609-445b-a842-a8d97bbcf2ef"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f8f0b05d-6609-445b-a842-a8d97bbcf2ef"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f8f0b05d-6609-445b-a842-a8d97bbcf2ef"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f8f0b05d-6609-445b-a842-a8d97bbcf2ef"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f8f0b05d-6609-445b-a842-a8d97bbcf2ef"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f8f0b05d-6609-445b-a842-a8d97bbcf2ef"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-1dbdb4be-c4f4-4c39-bae1-bab08f3553e3 {
  padding-top: 38px;
text-align: center;
}

#s-1dbdb4be-c4f4-4c39-bae1-bab08f3553e3 .shogun-heading-component h3 {
  color: rgba(200, 178, 152, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 0.5px;
  
}



#s-72d109da-57c5-466a-bd4e-9acf547b619d {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-72d109da-57c5-466a-bd4e-9acf547b619d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-72d109da-57c5-466a-bd4e-9acf547b619d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-72d109da-57c5-466a-bd4e-9acf547b619d {
  
}
}@media (max-width: 767px){#s-72d109da-57c5-466a-bd4e-9acf547b619d {
  padding-left: 8%;
padding-right: 8%;
}
}
#s-72d109da-57c5-466a-bd4e-9acf547b619d .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Crimson Text";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 0px;
  
}


@media (max-width: 767px){#s-72d109da-57c5-466a-bd4e-9acf547b619d .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Crimson Text";
  font-style:  normal ;
  font-size: 26px;
  
  letter-spacing: 0px;
  
}


}
#s-50376b99-86d2-4ad1-a567-8efc9aac5307 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 40px;
padding-left: 10%;
padding-bottom: 80px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(251, 249, 247, 1);
}
@media (min-width: 1200px){#s-50376b99-86d2-4ad1-a567-8efc9aac5307 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-50376b99-86d2-4ad1-a567-8efc9aac5307 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-50376b99-86d2-4ad1-a567-8efc9aac5307 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-50376b99-86d2-4ad1-a567-8efc9aac5307 {
  padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
}
}







#s-50376b99-86d2-4ad1-a567-8efc9aac5307 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50376b99-86d2-4ad1-a567-8efc9aac5307.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4cf94eff-1ee9-4493-a1bd-8ea9cfd6a37b {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4cf94eff-1ee9-4493-a1bd-8ea9cfd6a37b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4cf94eff-1ee9-4493-a1bd-8ea9cfd6a37b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4cf94eff-1ee9-4493-a1bd-8ea9cfd6a37b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4cf94eff-1ee9-4493-a1bd-8ea9cfd6a37b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-c8ecbf56-6da7-4246-9b32-897dedbf0eca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8ecbf56-6da7-4246-9b32-897dedbf0eca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c8ecbf56-6da7-4246-9b32-897dedbf0eca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8ecbf56-6da7-4246-9b32-897dedbf0eca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-35c5d65c-5e36-4356-a12e-73f1dfe2c331 {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-35c5d65c-5e36-4356-a12e-73f1dfe2c331 {
  margin-bottom: 40px;
}
}







#s-35c5d65c-5e36-4356-a12e-73f1dfe2c331 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35c5d65c-5e36-4356-a12e-73f1dfe2c331.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5effa134-8c83-4e36-ba5c-4096a484eefd {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 64px;
max-width: 80px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-5effa134-8c83-4e36-ba5c-4096a484eefd img.shogun-image,
  #s-5effa134-8c83-4e36-ba5c-4096a484eefd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5effa134-8c83-4e36-ba5c-4096a484eefd {
    width: 100%;
    height: auto;
  }



  #s-5effa134-8c83-4e36-ba5c-4096a484eefd img.shogun-image {
    

    
    
    
  }


#s-5effa134-8c83-4e36-ba5c-4096a484eefd .shogun-image-content {
  
    align-items: center;
  
}

#s-e629395b-f090-4c8e-a949-13bfd0821f59 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e629395b-f090-4c8e-a949-13bfd0821f59 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Crimson Text";
  font-style:  normal ;
  font-size: 36px;
  
  letter-spacing: 2px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-e629395b-f090-4c8e-a949-13bfd0821f59 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Crimson Text";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 2px;
  
}


}
#s-b2248a2f-656b-4ec8-a079-19b0b2e153a1 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-b2248a2f-656b-4ec8-a079-19b0b2e153a1 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-b2248a2f-656b-4ec8-a079-19b0b2e153a1 {
  padding-left: 30%;
padding-right: 30%;
}
}
#s-b2248a2f-656b-4ec8-a079-19b0b2e153a1 .shogun-heading-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.4em;
  
  
}



#s-473eb2a6-5344-4baf-8629-96f1145a8c63 {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-473eb2a6-5344-4baf-8629-96f1145a8c63 {
  margin-bottom: 40px;
}
}







#s-473eb2a6-5344-4baf-8629-96f1145a8c63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-473eb2a6-5344-4baf-8629-96f1145a8c63.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3823c90a-f33c-40a2-a826-2e07d9c2b20e {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 64px;
max-width: 80px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-3823c90a-f33c-40a2-a826-2e07d9c2b20e img.shogun-image,
  #s-3823c90a-f33c-40a2-a826-2e07d9c2b20e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3823c90a-f33c-40a2-a826-2e07d9c2b20e {
    width: 100%;
    height: auto;
  }



  #s-3823c90a-f33c-40a2-a826-2e07d9c2b20e img.shogun-image {
    

    
    
    
  }


#s-3823c90a-f33c-40a2-a826-2e07d9c2b20e .shogun-image-content {
  
    align-items: center;
  
}

#s-b8704138-e5bd-41e7-9b28-f0ca07b25df9 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b8704138-e5bd-41e7-9b28-f0ca07b25df9 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Crimson Text";
  font-style:  normal ;
  font-size: 36px;
  
  letter-spacing: 2px;
  
}



#s-bbd77900-db16-4698-8c08-aa35a31c9432 {
  margin-left: -4%;
margin-right: -4%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-bbd77900-db16-4698-8c08-aa35a31c9432 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
}
}@media (max-width: 767px){#s-bbd77900-db16-4698-8c08-aa35a31c9432 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 16%;
padding-right: 16%;
}
}
#s-bbd77900-db16-4698-8c08-aa35a31c9432 .shogun-heading-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.4em;
  
  
}



@media (min-width: 0px) {
[id="s-f8657da1-a494-41db-8676-213075e96ef6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f8657da1-a494-41db-8676-213075e96ef6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f8657da1-a494-41db-8676-213075e96ef6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f8657da1-a494-41db-8676-213075e96ef6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ea1e92de-1998-436c-9101-dd0d03f62bee {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-ea1e92de-1998-436c-9101-dd0d03f62bee {
  margin-bottom: 40px;
}
}







#s-ea1e92de-1998-436c-9101-dd0d03f62bee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea1e92de-1998-436c-9101-dd0d03f62bee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a50f3d2e-4fc9-49d0-93ad-81b6842caa35 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 64px;
max-width: 80px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-a50f3d2e-4fc9-49d0-93ad-81b6842caa35 img.shogun-image,
  #s-a50f3d2e-4fc9-49d0-93ad-81b6842caa35 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a50f3d2e-4fc9-49d0-93ad-81b6842caa35 {
    width: 100%;
    height: auto;
  }



  #s-a50f3d2e-4fc9-49d0-93ad-81b6842caa35 img.shogun-image {
    

    
    
    
  }


#s-a50f3d2e-4fc9-49d0-93ad-81b6842caa35 .shogun-image-content {
  
    align-items: center;
  
}

#s-971d8b5a-c6aa-4cb4-abe8-8842352611d7 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-971d8b5a-c6aa-4cb4-abe8-8842352611d7 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Crimson Text";
  font-style:  normal ;
  font-size: 36px;
  
  letter-spacing: 2px;
  
}



#s-a8ce9b47-1a20-4ac9-b152-7f9319c185eb {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}
@media (max-width: 767px){#s-a8ce9b47-1a20-4ac9-b152-7f9319c185eb {
  margin-left: 20%;
margin-right: 20%;
}
}
#s-a8ce9b47-1a20-4ac9-b152-7f9319c185eb .shogun-heading-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.4em;
  
  
}



#s-f005351b-eda0-4537-8ed8-ba8d1df18b19 {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-f005351b-eda0-4537-8ed8-ba8d1df18b19 {
  margin-bottom: 40px;
}
}







#s-f005351b-eda0-4537-8ed8-ba8d1df18b19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f005351b-eda0-4537-8ed8-ba8d1df18b19.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-206b1968-8280-4a3f-9cbd-c3022cc7954a {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 64px;
max-width: 80px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-206b1968-8280-4a3f-9cbd-c3022cc7954a img.shogun-image,
  #s-206b1968-8280-4a3f-9cbd-c3022cc7954a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-206b1968-8280-4a3f-9cbd-c3022cc7954a {
    width: 100%;
    height: auto;
  }



  #s-206b1968-8280-4a3f-9cbd-c3022cc7954a img.shogun-image {
    

    
    
    
  }


#s-206b1968-8280-4a3f-9cbd-c3022cc7954a .shogun-image-content {
  
    align-items: center;
  
}

#s-53bcf362-a2ac-48f8-bba6-b7c3fdbcadd6 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-53bcf362-a2ac-48f8-bba6-b7c3fdbcadd6 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Crimson Text";
  font-style:  normal ;
  font-size: 36px;
  
  letter-spacing: 2px;
  
}



#s-149a03f4-927d-4336-bf14-ee2459154ae1 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-149a03f4-927d-4336-bf14-ee2459154ae1 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-149a03f4-927d-4336-bf14-ee2459154ae1 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-149a03f4-927d-4336-bf14-ee2459154ae1 {
  padding-left: 30%;
padding-right: 30%;
}
}
#s-149a03f4-927d-4336-bf14-ee2459154ae1 .shogun-heading-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.4em;
  
  
}



#s-52d8201e-423b-4eb9-93b7-cc52968b47b5 {
  min-height: 70px;
}
@media (max-width: 767px){#s-52d8201e-423b-4eb9-93b7-cc52968b47b5 {
  display: none;
}
#s-52d8201e-423b-4eb9-93b7-cc52968b47b5, #wrap-s-52d8201e-423b-4eb9-93b7-cc52968b47b5 { display: none !important; }}







#s-52d8201e-423b-4eb9-93b7-cc52968b47b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52d8201e-423b-4eb9-93b7-cc52968b47b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-92b93bb8-7303-4ca1-9d70-4119bf24c6cf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-92b93bb8-7303-4ca1-9d70-4119bf24c6cf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-92b93bb8-7303-4ca1-9d70-4119bf24c6cf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-92b93bb8-7303-4ca1-9d70-4119bf24c6cf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-92b93bb8-7303-4ca1-9d70-4119bf24c6cf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-92b93bb8-7303-4ca1-9d70-4119bf24c6cf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-92b93bb8-7303-4ca1-9d70-4119bf24c6cf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-c6eeeddb-46b7-4486-a34f-32b6e3e42cf1 {
  border-style: solid;
margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
line-height: 2em;
letter-spacing: 1px;
}
#s-c6eeeddb-46b7-4486-a34f-32b6e3e42cf1:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(51, 51, 51, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c6eeeddb-46b7-4486-a34f-32b6e3e42cf1:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(170, 170, 170, 1) !important;}

  #s-c6eeeddb-46b7-4486-a34f-32b6e3e42cf1-root {
    text-align: center;
  }


#s-c6eeeddb-46b7-4486-a34f-32b6e3e42cf1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c6eeeddb-46b7-4486-a34f-32b6e3e42cf1-root {
    text-align: center;
  }


#s-c6eeeddb-46b7-4486-a34f-32b6e3e42cf1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c6eeeddb-46b7-4486-a34f-32b6e3e42cf1-root {
    text-align: center;
  }


#s-c6eeeddb-46b7-4486-a34f-32b6e3e42cf1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c6eeeddb-46b7-4486-a34f-32b6e3e42cf1-root {
    text-align: center;
  }


#s-c6eeeddb-46b7-4486-a34f-32b6e3e42cf1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c6eeeddb-46b7-4486-a34f-32b6e3e42cf1-root {
    text-align: center;
  }


#s-c6eeeddb-46b7-4486-a34f-32b6e3e42cf1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-d65bcff7-131f-49b9-8806-89d684e3bb19 {
  padding-top: 50px;
padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d65bcff7-131f-49b9-8806-89d684e3bb19 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d65bcff7-131f-49b9-8806-89d684e3bb19 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d65bcff7-131f-49b9-8806-89d684e3bb19 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-d65bcff7-131f-49b9-8806-89d684e3bb19 {
  padding-top: 0px;
padding-left: 20px;
padding-right: 20px;
}
}







#s-d65bcff7-131f-49b9-8806-89d684e3bb19 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-d65bcff7-131f-49b9-8806-89d684e3bb19.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-29fb3ba2-a257-45de-ab8f-3eb8960fdd6e {
  padding-top: 10px;
text-align: center;
}
@media (max-width: 767px){#s-29fb3ba2-a257-45de-ab8f-3eb8960fdd6e {
  padding-top: 30px;
}
}
#s-29fb3ba2-a257-45de-ab8f-3eb8960fdd6e .shogun-heading-component h3 {
  color: rgba(200, 178, 152, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 0.5px;
  
}



#s-20754ecd-4fd3-4d60-bf42-1a714c959ce1 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 2px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-20754ecd-4fd3-4d60-bf42-1a714c959ce1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-20754ecd-4fd3-4d60-bf42-1a714c959ce1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-20754ecd-4fd3-4d60-bf42-1a714c959ce1 {
  
}
}@media (max-width: 767px){#s-20754ecd-4fd3-4d60-bf42-1a714c959ce1 {
  
}
}
#s-20754ecd-4fd3-4d60-bf42-1a714c959ce1 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Crimson Text";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 0px;
  
}


@media (max-width: 767px){#s-20754ecd-4fd3-4d60-bf42-1a714c959ce1 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Crimson Text";
  font-style:  normal ;
  font-size: 26px;
  
  letter-spacing: 0px;
  
}


}
#s-0da3c365-fe19-45d5-88ad-232aba21f6f8 {
  margin-left: 0px;
margin-right: 0px;
opacity: 1;
}
@media (min-width: 1200px){#s-0da3c365-fe19-45d5-88ad-232aba21f6f8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0da3c365-fe19-45d5-88ad-232aba21f6f8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0da3c365-fe19-45d5-88ad-232aba21f6f8 {
  
}
}@media (max-width: 767px){#s-0da3c365-fe19-45d5-88ad-232aba21f6f8 {
  
}
}
@media (min-width: 0px) {
[id="s-0da3c365-fe19-45d5-88ad-232aba21f6f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0da3c365-fe19-45d5-88ad-232aba21f6f8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-0da3c365-fe19-45d5-88ad-232aba21f6f8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-0da3c365-fe19-45d5-88ad-232aba21f6f8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-3c0820d6-bb5f-459a-832e-84e06223fc14 {
  background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
background-position: center center;
background-attachment: scroll;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3c0820d6-bb5f-459a-832e-84e06223fc14 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3c0820d6-bb5f-459a-832e-84e06223fc14 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3c0820d6-bb5f-459a-832e-84e06223fc14 {
  
}
}@media (max-width: 767px){#s-3c0820d6-bb5f-459a-832e-84e06223fc14 {
  margin-bottom: 0px;
}
}







#s-3c0820d6-bb5f-459a-832e-84e06223fc14 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-3c0820d6-bb5f-459a-832e-84e06223fc14 {
  cursor: pointer;
}#s-3c0820d6-bb5f-459a-832e-84e06223fc14.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f35f7800-5a99-4870-be34-f93afb6fbe51 {
  text-align: center;
}
#s-f35f7800-5a99-4870-be34-f93afb6fbe51:hover {opacity: 0.75 !important;}






  img.s-f35f7800-5a99-4870-be34-f93afb6fbe51.shogun-image {
    
    
  }


.s-f35f7800-5a99-4870-be34-f93afb6fbe51 .shogun-image-content {
  
    align-items: center;
  
}

.s-f35f7800-5a99-4870-be34-f93afb6fbe51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f35f7800-5a99-4870-be34-f93afb6fbe51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f35f7800-5a99-4870-be34-f93afb6fbe51.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-f35f7800-5a99-4870-be34-f93afb6fbe51.shogun-image {
    
    
  }


.s-f35f7800-5a99-4870-be34-f93afb6fbe51 .shogun-image-content {
  
    align-items: center;
  
}

.s-f35f7800-5a99-4870-be34-f93afb6fbe51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f35f7800-5a99-4870-be34-f93afb6fbe51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f35f7800-5a99-4870-be34-f93afb6fbe51.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){





  img.s-f35f7800-5a99-4870-be34-f93afb6fbe51.shogun-image {
    
    
  }


.s-f35f7800-5a99-4870-be34-f93afb6fbe51 .shogun-image-content {
  
    align-items: center;
  
}

.s-f35f7800-5a99-4870-be34-f93afb6fbe51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f35f7800-5a99-4870-be34-f93afb6fbe51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f35f7800-5a99-4870-be34-f93afb6fbe51.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){





  img.s-f35f7800-5a99-4870-be34-f93afb6fbe51.shogun-image {
    
    
  }


.s-f35f7800-5a99-4870-be34-f93afb6fbe51 .shogun-image-content {
  
    align-items: center;
  
}

.s-f35f7800-5a99-4870-be34-f93afb6fbe51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f35f7800-5a99-4870-be34-f93afb6fbe51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f35f7800-5a99-4870-be34-f93afb6fbe51.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){





  img.s-f35f7800-5a99-4870-be34-f93afb6fbe51.shogun-image {
    
    
  }


.s-f35f7800-5a99-4870-be34-f93afb6fbe51 .shogun-image-content {
  
    align-items: center;
  
}

.s-f35f7800-5a99-4870-be34-f93afb6fbe51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f35f7800-5a99-4870-be34-f93afb6fbe51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f35f7800-5a99-4870-be34-f93afb6fbe51.shogun-image {
  box-sizing: border-box;
}




}
#s-35af9b85-eba4-415c-bb8e-f11125de6f6c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(51, 51, 51, 1);
background-image: none;
hover-type: color;
}
#s-35af9b85-eba4-415c-bb8e-f11125de6f6c:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(200, 178, 152, 1) !important;}#s-35af9b85-eba4-415c-bb8e-f11125de6f6c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-35af9b85-eba4-415c-bb8e-f11125de6f6c-root {
    text-align: center;
  }


#s-35af9b85-eba4-415c-bb8e-f11125de6f6c.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-35af9b85-eba4-415c-bb8e-f11125de6f6c-root {
    text-align: center;
  }


#s-35af9b85-eba4-415c-bb8e-f11125de6f6c.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-35af9b85-eba4-415c-bb8e-f11125de6f6c-root {
    text-align: center;
  }


#s-35af9b85-eba4-415c-bb8e-f11125de6f6c.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-35af9b85-eba4-415c-bb8e-f11125de6f6c-root {
    text-align: center;
  }


#s-35af9b85-eba4-415c-bb8e-f11125de6f6c.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-35af9b85-eba4-415c-bb8e-f11125de6f6c-root {
    text-align: center;
  }


#s-35af9b85-eba4-415c-bb8e-f11125de6f6c.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}
#s-dc30d5a7-67a2-4da7-8072-1111f492940a {
  background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-dc30d5a7-67a2-4da7-8072-1111f492940a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dc30d5a7-67a2-4da7-8072-1111f492940a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dc30d5a7-67a2-4da7-8072-1111f492940a {
  
}
}@media (max-width: 767px){#s-dc30d5a7-67a2-4da7-8072-1111f492940a {
  
}
}







#s-dc30d5a7-67a2-4da7-8072-1111f492940a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-dc30d5a7-67a2-4da7-8072-1111f492940a {
  cursor: pointer;
}#s-dc30d5a7-67a2-4da7-8072-1111f492940a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-170d3638-6a8d-428b-badc-8c2ae0da55ad {
  text-align: center;
}
#s-170d3638-6a8d-428b-badc-8c2ae0da55ad:hover {opacity: 0.75 !important;}






  img.s-170d3638-6a8d-428b-badc-8c2ae0da55ad.shogun-image {
    
    
  }


.s-170d3638-6a8d-428b-badc-8c2ae0da55ad .shogun-image-content {
  
    align-items: center;
  
}

.s-170d3638-6a8d-428b-badc-8c2ae0da55ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-170d3638-6a8d-428b-badc-8c2ae0da55ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-170d3638-6a8d-428b-badc-8c2ae0da55ad.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-170d3638-6a8d-428b-badc-8c2ae0da55ad.shogun-image {
    
    
  }


.s-170d3638-6a8d-428b-badc-8c2ae0da55ad .shogun-image-content {
  
    align-items: center;
  
}

.s-170d3638-6a8d-428b-badc-8c2ae0da55ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-170d3638-6a8d-428b-badc-8c2ae0da55ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-170d3638-6a8d-428b-badc-8c2ae0da55ad.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){





  img.s-170d3638-6a8d-428b-badc-8c2ae0da55ad.shogun-image {
    
    
  }


.s-170d3638-6a8d-428b-badc-8c2ae0da55ad .shogun-image-content {
  
    align-items: center;
  
}

.s-170d3638-6a8d-428b-badc-8c2ae0da55ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-170d3638-6a8d-428b-badc-8c2ae0da55ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-170d3638-6a8d-428b-badc-8c2ae0da55ad.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){





  img.s-170d3638-6a8d-428b-badc-8c2ae0da55ad.shogun-image {
    
    
  }


.s-170d3638-6a8d-428b-badc-8c2ae0da55ad .shogun-image-content {
  
    align-items: center;
  
}

.s-170d3638-6a8d-428b-badc-8c2ae0da55ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-170d3638-6a8d-428b-badc-8c2ae0da55ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-170d3638-6a8d-428b-badc-8c2ae0da55ad.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){





  img.s-170d3638-6a8d-428b-badc-8c2ae0da55ad.shogun-image {
    
    
  }


.s-170d3638-6a8d-428b-badc-8c2ae0da55ad .shogun-image-content {
  
    align-items: center;
  
}

.s-170d3638-6a8d-428b-badc-8c2ae0da55ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-170d3638-6a8d-428b-badc-8c2ae0da55ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-170d3638-6a8d-428b-badc-8c2ae0da55ad.shogun-image {
  box-sizing: border-box;
}




}
#s-ffb3f512-ba79-4ccb-9456-5f2d09702119 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(51, 51, 51, 1);
background-image: none;
hover-type: color;
}
#s-ffb3f512-ba79-4ccb-9456-5f2d09702119:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(200, 178, 152, 1) !important;}#s-ffb3f512-ba79-4ccb-9456-5f2d09702119:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-ffb3f512-ba79-4ccb-9456-5f2d09702119 {
  padding-bottom: 30px;
}
}

  #s-ffb3f512-ba79-4ccb-9456-5f2d09702119-root {
    text-align: center;
  }


#s-ffb3f512-ba79-4ccb-9456-5f2d09702119.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ffb3f512-ba79-4ccb-9456-5f2d09702119-root {
    text-align: center;
  }


#s-ffb3f512-ba79-4ccb-9456-5f2d09702119.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ffb3f512-ba79-4ccb-9456-5f2d09702119-root {
    text-align: center;
  }


#s-ffb3f512-ba79-4ccb-9456-5f2d09702119.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ffb3f512-ba79-4ccb-9456-5f2d09702119-root {
    text-align: center;
  }


#s-ffb3f512-ba79-4ccb-9456-5f2d09702119.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ffb3f512-ba79-4ccb-9456-5f2d09702119-root {
    text-align: center;
  }


#s-ffb3f512-ba79-4ccb-9456-5f2d09702119.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}
#s-ed27fcfe-980d-41f0-a2d0-ad2c541500ad {
  text-align: center;
}
#s-ed27fcfe-980d-41f0-a2d0-ad2c541500ad:hover {opacity: 0.75 !important;}






  img.s-ed27fcfe-980d-41f0-a2d0-ad2c541500ad.shogun-image {
    
    
  }


.s-ed27fcfe-980d-41f0-a2d0-ad2c541500ad .shogun-image-content {
  
    align-items: center;
  
}

.s-ed27fcfe-980d-41f0-a2d0-ad2c541500ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed27fcfe-980d-41f0-a2d0-ad2c541500ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed27fcfe-980d-41f0-a2d0-ad2c541500ad.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-ed27fcfe-980d-41f0-a2d0-ad2c541500ad.shogun-image {
    
    
  }


.s-ed27fcfe-980d-41f0-a2d0-ad2c541500ad .shogun-image-content {
  
    align-items: center;
  
}

.s-ed27fcfe-980d-41f0-a2d0-ad2c541500ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed27fcfe-980d-41f0-a2d0-ad2c541500ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed27fcfe-980d-41f0-a2d0-ad2c541500ad.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){





  img.s-ed27fcfe-980d-41f0-a2d0-ad2c541500ad.shogun-image {
    
    
  }


.s-ed27fcfe-980d-41f0-a2d0-ad2c541500ad .shogun-image-content {
  
    align-items: center;
  
}

.s-ed27fcfe-980d-41f0-a2d0-ad2c541500ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed27fcfe-980d-41f0-a2d0-ad2c541500ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed27fcfe-980d-41f0-a2d0-ad2c541500ad.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){





  img.s-ed27fcfe-980d-41f0-a2d0-ad2c541500ad.shogun-image {
    
    
  }


.s-ed27fcfe-980d-41f0-a2d0-ad2c541500ad .shogun-image-content {
  
    align-items: center;
  
}

.s-ed27fcfe-980d-41f0-a2d0-ad2c541500ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed27fcfe-980d-41f0-a2d0-ad2c541500ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed27fcfe-980d-41f0-a2d0-ad2c541500ad.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){





  img.s-ed27fcfe-980d-41f0-a2d0-ad2c541500ad.shogun-image {
    
    
  }


.s-ed27fcfe-980d-41f0-a2d0-ad2c541500ad .shogun-image-content {
  
    align-items: center;
  
}

.s-ed27fcfe-980d-41f0-a2d0-ad2c541500ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed27fcfe-980d-41f0-a2d0-ad2c541500ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed27fcfe-980d-41f0-a2d0-ad2c541500ad.shogun-image {
  box-sizing: border-box;
}




}
#s-d9aa0859-27d0-418c-bf05-4b834d19af8f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(51, 51, 51, 1);
background-image: none;
hover-type: color;
}
#s-d9aa0859-27d0-418c-bf05-4b834d19af8f:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(200, 178, 152, 1) !important;}#s-d9aa0859-27d0-418c-bf05-4b834d19af8f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-d9aa0859-27d0-418c-bf05-4b834d19af8f {
  padding-bottom: 30px;
}
}

  #s-d9aa0859-27d0-418c-bf05-4b834d19af8f-root {
    text-align: center;
  }


#s-d9aa0859-27d0-418c-bf05-4b834d19af8f.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d9aa0859-27d0-418c-bf05-4b834d19af8f-root {
    text-align: center;
  }


#s-d9aa0859-27d0-418c-bf05-4b834d19af8f.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d9aa0859-27d0-418c-bf05-4b834d19af8f-root {
    text-align: center;
  }


#s-d9aa0859-27d0-418c-bf05-4b834d19af8f.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d9aa0859-27d0-418c-bf05-4b834d19af8f-root {
    text-align: center;
  }


#s-d9aa0859-27d0-418c-bf05-4b834d19af8f.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d9aa0859-27d0-418c-bf05-4b834d19af8f-root {
    text-align: center;
  }


#s-d9aa0859-27d0-418c-bf05-4b834d19af8f.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}
#s-b3e5293b-3bad-4e8f-9985-d011c155b6eb {
  min-height: 20px;
}








#s-b3e5293b-3bad-4e8f-9985-d011c155b6eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3e5293b-3bad-4e8f-9985-d011c155b6eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-39cea5ef-a822-427a-9222-61f34b03ddf1 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-39cea5ef-a822-427a-9222-61f34b03ddf1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-39cea5ef-a822-427a-9222-61f34b03ddf1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-39cea5ef-a822-427a-9222-61f34b03ddf1 {
  
}
}@media (max-width: 767px){#s-39cea5ef-a822-427a-9222-61f34b03ddf1 {
  
}
}
@media (min-width: 0px) {
[id="s-39cea5ef-a822-427a-9222-61f34b03ddf1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39cea5ef-a822-427a-9222-61f34b03ddf1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-39cea5ef-a822-427a-9222-61f34b03ddf1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-39cea5ef-a822-427a-9222-61f34b03ddf1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-f2825467-d8c7-436f-be74-8ade2a526044 {
  background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
background-position: center center;
background-attachment: scroll;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f2825467-d8c7-436f-be74-8ade2a526044 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f2825467-d8c7-436f-be74-8ade2a526044 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f2825467-d8c7-436f-be74-8ade2a526044 {
  
}
}@media (max-width: 767px){#s-f2825467-d8c7-436f-be74-8ade2a526044 {
  margin-bottom: 2px;
}
}







#s-f2825467-d8c7-436f-be74-8ade2a526044 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-f2825467-d8c7-436f-be74-8ade2a526044 {
  cursor: pointer;
}#s-f2825467-d8c7-436f-be74-8ade2a526044.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa013c3f-3671-4b94-a27f-5935907e8968 {
  text-align: center;
}
#s-fa013c3f-3671-4b94-a27f-5935907e8968:hover {opacity: 0.75 !important;}






  img.s-fa013c3f-3671-4b94-a27f-5935907e8968.shogun-image {
    
    
  }


.s-fa013c3f-3671-4b94-a27f-5935907e8968 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa013c3f-3671-4b94-a27f-5935907e8968.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa013c3f-3671-4b94-a27f-5935907e8968.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa013c3f-3671-4b94-a27f-5935907e8968.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-fa013c3f-3671-4b94-a27f-5935907e8968.shogun-image {
    
    
  }


.s-fa013c3f-3671-4b94-a27f-5935907e8968 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa013c3f-3671-4b94-a27f-5935907e8968.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa013c3f-3671-4b94-a27f-5935907e8968.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa013c3f-3671-4b94-a27f-5935907e8968.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){





  img.s-fa013c3f-3671-4b94-a27f-5935907e8968.shogun-image {
    
    
  }


.s-fa013c3f-3671-4b94-a27f-5935907e8968 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa013c3f-3671-4b94-a27f-5935907e8968.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa013c3f-3671-4b94-a27f-5935907e8968.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa013c3f-3671-4b94-a27f-5935907e8968.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){





  img.s-fa013c3f-3671-4b94-a27f-5935907e8968.shogun-image {
    
    
  }


.s-fa013c3f-3671-4b94-a27f-5935907e8968 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa013c3f-3671-4b94-a27f-5935907e8968.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa013c3f-3671-4b94-a27f-5935907e8968.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa013c3f-3671-4b94-a27f-5935907e8968.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){





  img.s-fa013c3f-3671-4b94-a27f-5935907e8968.shogun-image {
    
    
  }


.s-fa013c3f-3671-4b94-a27f-5935907e8968 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa013c3f-3671-4b94-a27f-5935907e8968.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa013c3f-3671-4b94-a27f-5935907e8968.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa013c3f-3671-4b94-a27f-5935907e8968.shogun-image {
  box-sizing: border-box;
}




}
#s-187f893a-b347-4016-a74a-fe52f3719893 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(51, 51, 51, 1);
background-image: none;
hover-type: color;
}
#s-187f893a-b347-4016-a74a-fe52f3719893:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(200, 178, 152, 1) !important;}#s-187f893a-b347-4016-a74a-fe52f3719893:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-187f893a-b347-4016-a74a-fe52f3719893 {
  padding-bottom: 30px;
}
}

  #s-187f893a-b347-4016-a74a-fe52f3719893-root {
    text-align: center;
  }


#s-187f893a-b347-4016-a74a-fe52f3719893.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-187f893a-b347-4016-a74a-fe52f3719893-root {
    text-align: center;
  }


#s-187f893a-b347-4016-a74a-fe52f3719893.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-187f893a-b347-4016-a74a-fe52f3719893-root {
    text-align: center;
  }


#s-187f893a-b347-4016-a74a-fe52f3719893.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-187f893a-b347-4016-a74a-fe52f3719893-root {
    text-align: center;
  }


#s-187f893a-b347-4016-a74a-fe52f3719893.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-187f893a-b347-4016-a74a-fe52f3719893-root {
    text-align: center;
  }


#s-187f893a-b347-4016-a74a-fe52f3719893.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}
#s-bd9cd953-66ed-4293-bd0c-c986f55ef762 {
  background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-bd9cd953-66ed-4293-bd0c-c986f55ef762 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bd9cd953-66ed-4293-bd0c-c986f55ef762 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bd9cd953-66ed-4293-bd0c-c986f55ef762 {
  
}
}@media (max-width: 767px){#s-bd9cd953-66ed-4293-bd0c-c986f55ef762 {
  
}
}







#s-bd9cd953-66ed-4293-bd0c-c986f55ef762 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-bd9cd953-66ed-4293-bd0c-c986f55ef762 {
  cursor: pointer;
}#s-bd9cd953-66ed-4293-bd0c-c986f55ef762.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-67841cbc-2f66-41a4-a011-0c4a57456fa0 {
  text-align: center;
}
#s-67841cbc-2f66-41a4-a011-0c4a57456fa0:hover {opacity: 0.75 !important;}






  img.s-67841cbc-2f66-41a4-a011-0c4a57456fa0.shogun-image {
    
    
  }


.s-67841cbc-2f66-41a4-a011-0c4a57456fa0 .shogun-image-content {
  
    align-items: center;
  
}

.s-67841cbc-2f66-41a4-a011-0c4a57456fa0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67841cbc-2f66-41a4-a011-0c4a57456fa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67841cbc-2f66-41a4-a011-0c4a57456fa0.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-67841cbc-2f66-41a4-a011-0c4a57456fa0.shogun-image {
    
    
  }


.s-67841cbc-2f66-41a4-a011-0c4a57456fa0 .shogun-image-content {
  
    align-items: center;
  
}

.s-67841cbc-2f66-41a4-a011-0c4a57456fa0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67841cbc-2f66-41a4-a011-0c4a57456fa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67841cbc-2f66-41a4-a011-0c4a57456fa0.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){





  img.s-67841cbc-2f66-41a4-a011-0c4a57456fa0.shogun-image {
    
    
  }


.s-67841cbc-2f66-41a4-a011-0c4a57456fa0 .shogun-image-content {
  
    align-items: center;
  
}

.s-67841cbc-2f66-41a4-a011-0c4a57456fa0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67841cbc-2f66-41a4-a011-0c4a57456fa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67841cbc-2f66-41a4-a011-0c4a57456fa0.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){





  img.s-67841cbc-2f66-41a4-a011-0c4a57456fa0.shogun-image {
    
    
  }


.s-67841cbc-2f66-41a4-a011-0c4a57456fa0 .shogun-image-content {
  
    align-items: center;
  
}

.s-67841cbc-2f66-41a4-a011-0c4a57456fa0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67841cbc-2f66-41a4-a011-0c4a57456fa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67841cbc-2f66-41a4-a011-0c4a57456fa0.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){





  img.s-67841cbc-2f66-41a4-a011-0c4a57456fa0.shogun-image {
    
    
  }


.s-67841cbc-2f66-41a4-a011-0c4a57456fa0 .shogun-image-content {
  
    align-items: center;
  
}

.s-67841cbc-2f66-41a4-a011-0c4a57456fa0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67841cbc-2f66-41a4-a011-0c4a57456fa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67841cbc-2f66-41a4-a011-0c4a57456fa0.shogun-image {
  box-sizing: border-box;
}




}
#s-b80c73cd-3390-4f11-a992-aa0c3223f5be {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(51, 51, 51, 1);
background-image: none;
hover-type: color;
}
#s-b80c73cd-3390-4f11-a992-aa0c3223f5be:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(200, 178, 152, 1) !important;}#s-b80c73cd-3390-4f11-a992-aa0c3223f5be:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-b80c73cd-3390-4f11-a992-aa0c3223f5be {
  padding-bottom: 32px;
}
}

  #s-b80c73cd-3390-4f11-a992-aa0c3223f5be-root {
    text-align: center;
  }


#s-b80c73cd-3390-4f11-a992-aa0c3223f5be.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b80c73cd-3390-4f11-a992-aa0c3223f5be-root {
    text-align: center;
  }


#s-b80c73cd-3390-4f11-a992-aa0c3223f5be.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b80c73cd-3390-4f11-a992-aa0c3223f5be-root {
    text-align: center;
  }


#s-b80c73cd-3390-4f11-a992-aa0c3223f5be.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b80c73cd-3390-4f11-a992-aa0c3223f5be-root {
    text-align: center;
  }


#s-b80c73cd-3390-4f11-a992-aa0c3223f5be.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b80c73cd-3390-4f11-a992-aa0c3223f5be-root {
    text-align: center;
  }


#s-b80c73cd-3390-4f11-a992-aa0c3223f5be.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}
#s-987aed51-eab6-4436-97ac-badd4d66d8b7 {
  text-align: center;
}
#s-987aed51-eab6-4436-97ac-badd4d66d8b7:hover {opacity: 0.75 !important;}






  img.s-987aed51-eab6-4436-97ac-badd4d66d8b7.shogun-image {
    
    
  }


.s-987aed51-eab6-4436-97ac-badd4d66d8b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-987aed51-eab6-4436-97ac-badd4d66d8b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-987aed51-eab6-4436-97ac-badd4d66d8b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-987aed51-eab6-4436-97ac-badd4d66d8b7.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-987aed51-eab6-4436-97ac-badd4d66d8b7.shogun-image {
    
    
  }


.s-987aed51-eab6-4436-97ac-badd4d66d8b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-987aed51-eab6-4436-97ac-badd4d66d8b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-987aed51-eab6-4436-97ac-badd4d66d8b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-987aed51-eab6-4436-97ac-badd4d66d8b7.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){





  img.s-987aed51-eab6-4436-97ac-badd4d66d8b7.shogun-image {
    
    
  }


.s-987aed51-eab6-4436-97ac-badd4d66d8b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-987aed51-eab6-4436-97ac-badd4d66d8b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-987aed51-eab6-4436-97ac-badd4d66d8b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-987aed51-eab6-4436-97ac-badd4d66d8b7.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){





  img.s-987aed51-eab6-4436-97ac-badd4d66d8b7.shogun-image {
    
    
  }


.s-987aed51-eab6-4436-97ac-badd4d66d8b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-987aed51-eab6-4436-97ac-badd4d66d8b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-987aed51-eab6-4436-97ac-badd4d66d8b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-987aed51-eab6-4436-97ac-badd4d66d8b7.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){





  img.s-987aed51-eab6-4436-97ac-badd4d66d8b7.shogun-image {
    
    
  }


.s-987aed51-eab6-4436-97ac-badd4d66d8b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-987aed51-eab6-4436-97ac-badd4d66d8b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-987aed51-eab6-4436-97ac-badd4d66d8b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-987aed51-eab6-4436-97ac-badd4d66d8b7.shogun-image {
  box-sizing: border-box;
}




}
#s-f6046a8a-c889-4a88-98b8-983dcf90fd2b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(51, 51, 51, 1);
background-image: none;
hover-type: color;
}
#s-f6046a8a-c889-4a88-98b8-983dcf90fd2b:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(200, 178, 152, 1) !important;}#s-f6046a8a-c889-4a88-98b8-983dcf90fd2b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f6046a8a-c889-4a88-98b8-983dcf90fd2b-root {
    text-align: center;
  }


#s-f6046a8a-c889-4a88-98b8-983dcf90fd2b.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f6046a8a-c889-4a88-98b8-983dcf90fd2b-root {
    text-align: center;
  }


#s-f6046a8a-c889-4a88-98b8-983dcf90fd2b.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f6046a8a-c889-4a88-98b8-983dcf90fd2b-root {
    text-align: center;
  }


#s-f6046a8a-c889-4a88-98b8-983dcf90fd2b.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f6046a8a-c889-4a88-98b8-983dcf90fd2b-root {
    text-align: center;
  }


#s-f6046a8a-c889-4a88-98b8-983dcf90fd2b.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f6046a8a-c889-4a88-98b8-983dcf90fd2b-root {
    text-align: center;
  }


#s-f6046a8a-c889-4a88-98b8-983dcf90fd2b.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}
#s-4e80f81a-fe3e-4e72-9398-81f468c288ca {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 450px;
background-color: rgba(251, 249, 247, 1);
}
@media (min-width: 1200px){#s-4e80f81a-fe3e-4e72-9398-81f468c288ca {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4e80f81a-fe3e-4e72-9398-81f468c288ca {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4e80f81a-fe3e-4e72-9398-81f468c288ca {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-4e80f81a-fe3e-4e72-9398-81f468c288ca {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-4e80f81a-fe3e-4e72-9398-81f468c288ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e80f81a-fe3e-4e72-9398-81f468c288ca.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8176b998-3dce-49ca-81f3-2c79714c7441 {
  min-height: 13px;
}
@media (max-width: 767px){#s-8176b998-3dce-49ca-81f3-2c79714c7441 {
  
}
}
@media (min-width: 0px) {
[id="s-8176b998-3dce-49ca-81f3-2c79714c7441"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8176b998-3dce-49ca-81f3-2c79714c7441"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8176b998-3dce-49ca-81f3-2c79714c7441"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8176b998-3dce-49ca-81f3-2c79714c7441"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8176b998-3dce-49ca-81f3-2c79714c7441"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8176b998-3dce-49ca-81f3-2c79714c7441"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8176b998-3dce-49ca-81f3-2c79714c7441"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-1792c803-ee32-4bd0-ac0a-7c14ff5c86d8 {
  min-height: 50px;
}








#s-1792c803-ee32-4bd0-ac0a-7c14ff5c86d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1792c803-ee32-4bd0-ac0a-7c14ff5c86d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b72ea70-70b4-437d-bbc8-85d795755b3e {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-1b72ea70-70b4-437d-bbc8-85d795755b3e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1b72ea70-70b4-437d-bbc8-85d795755b3e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1b72ea70-70b4-437d-bbc8-85d795755b3e {
  
}
}@media (max-width: 767px){#s-1b72ea70-70b4-437d-bbc8-85d795755b3e {
  
}
}
#s-1b72ea70-70b4-437d-bbc8-85d795755b3e .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Crimson Text";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 0px;
  
}


@media (max-width: 767px){#s-1b72ea70-70b4-437d-bbc8-85d795755b3e .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Crimson Text";
  font-style:  normal ;
  font-size: 26px;
  
  letter-spacing: 0px;
  
}


}
#s-a8d7a8a8-ac98-409d-857f-5d67758ca3f7 {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
min-height: 450px;
}
@media (max-width: 767px){#s-a8d7a8a8-ac98-409d-857f-5d67758ca3f7 {
  min-height: 480px;
}
}
#s-a8d7a8a8-ac98-409d-857f-5d67758ca3f7 .shg-sld-dot {
  background-color: rgba(200, 178, 152, 1);
}

#s-a8d7a8a8-ac98-409d-857f-5d67758ca3f7 .shg-sld-nav-button.shg-sld-left,
#s-a8d7a8a8-ac98-409d-857f-5d67758ca3f7 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(200, 178, 152, 1);
}

#s-65249e61-9315-4775-8fbb-99eaf64050a8 {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 450px;
background-color: rgba(255, 255, 255, 1);
}








#s-65249e61-9315-4775-8fbb-99eaf64050a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65249e61-9315-4775-8fbb-99eaf64050a8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-46512a4e-61c3-48b7-aa5d-7c241b9c1630 {
  padding-bottom: 10px;
}
@media (max-width: 767px){#s-46512a4e-61c3-48b7-aa5d-7c241b9c1630 {
  display: none;
}
#s-46512a4e-61c3-48b7-aa5d-7c241b9c1630, #wrap-s-46512a4e-61c3-48b7-aa5d-7c241b9c1630 { display: none !important; }}
@media (min-width: 0px) {
[id="s-46512a4e-61c3-48b7-aa5d-7c241b9c1630"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-46512a4e-61c3-48b7-aa5d-7c241b9c1630"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-46512a4e-61c3-48b7-aa5d-7c241b9c1630"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-46512a4e-61c3-48b7-aa5d-7c241b9c1630"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-46512a4e-61c3-48b7-aa5d-7c241b9c1630"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-46512a4e-61c3-48b7-aa5d-7c241b9c1630"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-46512a4e-61c3-48b7-aa5d-7c241b9c1630"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

}

#s-6a14dc00-3315-44c3-af04-78effdf04c41 {
  border-radius: 0px;
max-width: 100px;
text-align: center;
}







  img.s-6a14dc00-3315-44c3-af04-78effdf04c41.shogun-image {
    
    
  }


.s-6a14dc00-3315-44c3-af04-78effdf04c41 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a14dc00-3315-44c3-af04-78effdf04c41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a14dc00-3315-44c3-af04-78effdf04c41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a14dc00-3315-44c3-af04-78effdf04c41.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-6a14dc00-3315-44c3-af04-78effdf04c41.shogun-image {
    
    
  }


.s-6a14dc00-3315-44c3-af04-78effdf04c41 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a14dc00-3315-44c3-af04-78effdf04c41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a14dc00-3315-44c3-af04-78effdf04c41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a14dc00-3315-44c3-af04-78effdf04c41.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){





  img.s-6a14dc00-3315-44c3-af04-78effdf04c41.shogun-image {
    
    
  }


.s-6a14dc00-3315-44c3-af04-78effdf04c41 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a14dc00-3315-44c3-af04-78effdf04c41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a14dc00-3315-44c3-af04-78effdf04c41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a14dc00-3315-44c3-af04-78effdf04c41.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){





  img.s-6a14dc00-3315-44c3-af04-78effdf04c41.shogun-image {
    
    
  }


.s-6a14dc00-3315-44c3-af04-78effdf04c41 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a14dc00-3315-44c3-af04-78effdf04c41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a14dc00-3315-44c3-af04-78effdf04c41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a14dc00-3315-44c3-af04-78effdf04c41.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){





  img.s-6a14dc00-3315-44c3-af04-78effdf04c41.shogun-image {
    
    
  }


.s-6a14dc00-3315-44c3-af04-78effdf04c41 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a14dc00-3315-44c3-af04-78effdf04c41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a14dc00-3315-44c3-af04-78effdf04c41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a14dc00-3315-44c3-af04-78effdf04c41.shogun-image {
  box-sizing: border-box;
}




}
#s-c261297b-e0d0-487a-8656-40c277b05e10 {
  padding-top: 20px;
padding-left: 8%;
padding-bottom: 10px;
padding-right: 8%;
text-align: center;
}

#s-c261297b-e0d0-487a-8656-40c277b05e10 .shogun-heading-component h6 {
  color: ;
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  
  
}



#s-d7e6672a-a7ec-440e-857e-53bc461db00f {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-d7e6672a-a7ec-440e-857e-53bc461db00f .shogun-heading-component h6 {
  color: rgba(153, 153, 153, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-c89eb0b4-4a7c-4aab-8162-521782a4427b {
  max-width: 100px;
text-align: center;
}
@media (min-width: 1200px){#s-c89eb0b4-4a7c-4aab-8162-521782a4427b {
  display: none;
}
#s-c89eb0b4-4a7c-4aab-8162-521782a4427b, #wrap-s-c89eb0b4-4a7c-4aab-8162-521782a4427b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c89eb0b4-4a7c-4aab-8162-521782a4427b {
  display: none;
}
#s-c89eb0b4-4a7c-4aab-8162-521782a4427b, #wrap-s-c89eb0b4-4a7c-4aab-8162-521782a4427b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c89eb0b4-4a7c-4aab-8162-521782a4427b {
  display: none;
}
#s-c89eb0b4-4a7c-4aab-8162-521782a4427b, #wrap-s-c89eb0b4-4a7c-4aab-8162-521782a4427b { display: none !important; }}






  img.s-c89eb0b4-4a7c-4aab-8162-521782a4427b.shogun-image {
    
    
  }


.s-c89eb0b4-4a7c-4aab-8162-521782a4427b .shogun-image-content {
  
    align-items: center;
  
}

.s-c89eb0b4-4a7c-4aab-8162-521782a4427b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c89eb0b4-4a7c-4aab-8162-521782a4427b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c89eb0b4-4a7c-4aab-8162-521782a4427b.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-c89eb0b4-4a7c-4aab-8162-521782a4427b.shogun-image {
    
    
  }


.s-c89eb0b4-4a7c-4aab-8162-521782a4427b .shogun-image-content {
  
    align-items: center;
  
}

.s-c89eb0b4-4a7c-4aab-8162-521782a4427b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c89eb0b4-4a7c-4aab-8162-521782a4427b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c89eb0b4-4a7c-4aab-8162-521782a4427b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){





  img.s-c89eb0b4-4a7c-4aab-8162-521782a4427b.shogun-image {
    
    
  }


.s-c89eb0b4-4a7c-4aab-8162-521782a4427b .shogun-image-content {
  
    align-items: center;
  
}

.s-c89eb0b4-4a7c-4aab-8162-521782a4427b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c89eb0b4-4a7c-4aab-8162-521782a4427b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c89eb0b4-4a7c-4aab-8162-521782a4427b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){





  img.s-c89eb0b4-4a7c-4aab-8162-521782a4427b.shogun-image {
    
    
  }


.s-c89eb0b4-4a7c-4aab-8162-521782a4427b .shogun-image-content {
  
    align-items: center;
  
}

.s-c89eb0b4-4a7c-4aab-8162-521782a4427b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c89eb0b4-4a7c-4aab-8162-521782a4427b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c89eb0b4-4a7c-4aab-8162-521782a4427b.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){





  img.s-c89eb0b4-4a7c-4aab-8162-521782a4427b.shogun-image {
    
    
  }


.s-c89eb0b4-4a7c-4aab-8162-521782a4427b .shogun-image-content {
  
    align-items: center;
  
}

.s-c89eb0b4-4a7c-4aab-8162-521782a4427b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c89eb0b4-4a7c-4aab-8162-521782a4427b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c89eb0b4-4a7c-4aab-8162-521782a4427b.shogun-image {
  box-sizing: border-box;
}




}
#s-8223f864-3163-44a7-a8a4-72da38968092 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-8223f864-3163-44a7-a8a4-72da38968092 {
  display: none;
}
#s-8223f864-3163-44a7-a8a4-72da38968092, #wrap-s-8223f864-3163-44a7-a8a4-72da38968092 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8223f864-3163-44a7-a8a4-72da38968092 {
  display: none;
}
#s-8223f864-3163-44a7-a8a4-72da38968092, #wrap-s-8223f864-3163-44a7-a8a4-72da38968092 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8223f864-3163-44a7-a8a4-72da38968092 {
  display: none;
}
#s-8223f864-3163-44a7-a8a4-72da38968092, #wrap-s-8223f864-3163-44a7-a8a4-72da38968092 { display: none !important; }}
#s-8223f864-3163-44a7-a8a4-72da38968092 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-9c35e08a-74c9-493b-b3df-3efc857ca157 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-9c35e08a-74c9-493b-b3df-3efc857ca157 {
  display: none;
}
#s-9c35e08a-74c9-493b-b3df-3efc857ca157, #wrap-s-9c35e08a-74c9-493b-b3df-3efc857ca157 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9c35e08a-74c9-493b-b3df-3efc857ca157 {
  display: none;
}
#s-9c35e08a-74c9-493b-b3df-3efc857ca157, #wrap-s-9c35e08a-74c9-493b-b3df-3efc857ca157 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9c35e08a-74c9-493b-b3df-3efc857ca157 {
  display: none;
}
#s-9c35e08a-74c9-493b-b3df-3efc857ca157, #wrap-s-9c35e08a-74c9-493b-b3df-3efc857ca157 { display: none !important; }}
#s-9c35e08a-74c9-493b-b3df-3efc857ca157 .shogun-heading-component h6 {
  color: rgba(153, 153, 153, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-99a3ce6a-5f03-4aa7-a522-acb707a6c57a {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: left;
}
@media (min-width: 1200px){#s-99a3ce6a-5f03-4aa7-a522-acb707a6c57a {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-99a3ce6a-5f03-4aa7-a522-acb707a6c57a {
  padding-left: 15%;
padding-right: 15%;
}
}
#s-99a3ce6a-5f03-4aa7-a522-acb707a6c57a .shogun-heading-component h5 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  italic ;
  font-size: 20px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-3fec9287-cf9e-4372-86b0-b83a7f4f666a {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 480px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-3fec9287-cf9e-4372-86b0-b83a7f4f666a {
  min-height: 520px;
}
}







#s-3fec9287-cf9e-4372-86b0-b83a7f4f666a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3fec9287-cf9e-4372-86b0-b83a7f4f666a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3f93a183-eefd-4112-9ff2-38873dda1aab {
  padding-bottom: 10px;
}
@media (max-width: 767px){#s-3f93a183-eefd-4112-9ff2-38873dda1aab {
  display: none;
}
#s-3f93a183-eefd-4112-9ff2-38873dda1aab, #wrap-s-3f93a183-eefd-4112-9ff2-38873dda1aab { display: none !important; }}
@media (min-width: 0px) {
[id="s-3f93a183-eefd-4112-9ff2-38873dda1aab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3f93a183-eefd-4112-9ff2-38873dda1aab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-3f93a183-eefd-4112-9ff2-38873dda1aab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-3f93a183-eefd-4112-9ff2-38873dda1aab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-3f93a183-eefd-4112-9ff2-38873dda1aab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-3f93a183-eefd-4112-9ff2-38873dda1aab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-3f93a183-eefd-4112-9ff2-38873dda1aab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

}

#s-0ef2fab6-1953-4230-8d07-bca9cad0376b {
  border-radius: 0px;
max-width: 100px;
text-align: center;
}







  img.s-0ef2fab6-1953-4230-8d07-bca9cad0376b.shogun-image {
    
    
  }


.s-0ef2fab6-1953-4230-8d07-bca9cad0376b .shogun-image-content {
  
    align-items: center;
  
}

.s-0ef2fab6-1953-4230-8d07-bca9cad0376b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ef2fab6-1953-4230-8d07-bca9cad0376b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ef2fab6-1953-4230-8d07-bca9cad0376b.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-0ef2fab6-1953-4230-8d07-bca9cad0376b.shogun-image {
    
    
  }


.s-0ef2fab6-1953-4230-8d07-bca9cad0376b .shogun-image-content {
  
    align-items: center;
  
}

.s-0ef2fab6-1953-4230-8d07-bca9cad0376b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ef2fab6-1953-4230-8d07-bca9cad0376b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ef2fab6-1953-4230-8d07-bca9cad0376b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){





  img.s-0ef2fab6-1953-4230-8d07-bca9cad0376b.shogun-image {
    
    
  }


.s-0ef2fab6-1953-4230-8d07-bca9cad0376b .shogun-image-content {
  
    align-items: center;
  
}

.s-0ef2fab6-1953-4230-8d07-bca9cad0376b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ef2fab6-1953-4230-8d07-bca9cad0376b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ef2fab6-1953-4230-8d07-bca9cad0376b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){





  img.s-0ef2fab6-1953-4230-8d07-bca9cad0376b.shogun-image {
    
    
  }


.s-0ef2fab6-1953-4230-8d07-bca9cad0376b .shogun-image-content {
  
    align-items: center;
  
}

.s-0ef2fab6-1953-4230-8d07-bca9cad0376b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ef2fab6-1953-4230-8d07-bca9cad0376b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ef2fab6-1953-4230-8d07-bca9cad0376b.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){





  img.s-0ef2fab6-1953-4230-8d07-bca9cad0376b.shogun-image {
    
    
  }


.s-0ef2fab6-1953-4230-8d07-bca9cad0376b .shogun-image-content {
  
    align-items: center;
  
}

.s-0ef2fab6-1953-4230-8d07-bca9cad0376b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ef2fab6-1953-4230-8d07-bca9cad0376b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ef2fab6-1953-4230-8d07-bca9cad0376b.shogun-image {
  box-sizing: border-box;
}




}
#s-87f2958f-3e4a-4c2a-b627-a17d004e58bb {
  padding-top: 20px;
padding-left: 8%;
padding-bottom: 10px;
padding-right: 8%;
text-align: center;
}

#s-87f2958f-3e4a-4c2a-b627-a17d004e58bb .shogun-heading-component h6 {
  color: ;
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  
  
}



#s-b2612473-80c7-43de-8973-512b0b56f70d {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-b2612473-80c7-43de-8973-512b0b56f70d .shogun-heading-component h6 {
  color: rgba(153, 153, 153, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-9b509505-3bf1-4c6f-ba09-d2bed0cee312 {
  max-width: 100px;
text-align: center;
}
@media (min-width: 1200px){#s-9b509505-3bf1-4c6f-ba09-d2bed0cee312 {
  display: none;
}
#s-9b509505-3bf1-4c6f-ba09-d2bed0cee312, #wrap-s-9b509505-3bf1-4c6f-ba09-d2bed0cee312 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9b509505-3bf1-4c6f-ba09-d2bed0cee312 {
  display: none;
}
#s-9b509505-3bf1-4c6f-ba09-d2bed0cee312, #wrap-s-9b509505-3bf1-4c6f-ba09-d2bed0cee312 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9b509505-3bf1-4c6f-ba09-d2bed0cee312 {
  display: none;
}
#s-9b509505-3bf1-4c6f-ba09-d2bed0cee312, #wrap-s-9b509505-3bf1-4c6f-ba09-d2bed0cee312 { display: none !important; }}






  img.s-9b509505-3bf1-4c6f-ba09-d2bed0cee312.shogun-image {
    
    
  }


.s-9b509505-3bf1-4c6f-ba09-d2bed0cee312 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b509505-3bf1-4c6f-ba09-d2bed0cee312.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b509505-3bf1-4c6f-ba09-d2bed0cee312.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b509505-3bf1-4c6f-ba09-d2bed0cee312.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-9b509505-3bf1-4c6f-ba09-d2bed0cee312.shogun-image {
    
    
  }


.s-9b509505-3bf1-4c6f-ba09-d2bed0cee312 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b509505-3bf1-4c6f-ba09-d2bed0cee312.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b509505-3bf1-4c6f-ba09-d2bed0cee312.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b509505-3bf1-4c6f-ba09-d2bed0cee312.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){





  img.s-9b509505-3bf1-4c6f-ba09-d2bed0cee312.shogun-image {
    
    
  }


.s-9b509505-3bf1-4c6f-ba09-d2bed0cee312 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b509505-3bf1-4c6f-ba09-d2bed0cee312.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b509505-3bf1-4c6f-ba09-d2bed0cee312.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b509505-3bf1-4c6f-ba09-d2bed0cee312.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){





  img.s-9b509505-3bf1-4c6f-ba09-d2bed0cee312.shogun-image {
    
    
  }


.s-9b509505-3bf1-4c6f-ba09-d2bed0cee312 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b509505-3bf1-4c6f-ba09-d2bed0cee312.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b509505-3bf1-4c6f-ba09-d2bed0cee312.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b509505-3bf1-4c6f-ba09-d2bed0cee312.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){





  img.s-9b509505-3bf1-4c6f-ba09-d2bed0cee312.shogun-image {
    
    
  }


.s-9b509505-3bf1-4c6f-ba09-d2bed0cee312 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b509505-3bf1-4c6f-ba09-d2bed0cee312.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b509505-3bf1-4c6f-ba09-d2bed0cee312.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b509505-3bf1-4c6f-ba09-d2bed0cee312.shogun-image {
  box-sizing: border-box;
}




}
#s-e4344ed4-c5a7-4fb0-a05a-d63b1046cdb8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-e4344ed4-c5a7-4fb0-a05a-d63b1046cdb8 {
  display: none;
}
#s-e4344ed4-c5a7-4fb0-a05a-d63b1046cdb8, #wrap-s-e4344ed4-c5a7-4fb0-a05a-d63b1046cdb8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e4344ed4-c5a7-4fb0-a05a-d63b1046cdb8 {
  display: none;
}
#s-e4344ed4-c5a7-4fb0-a05a-d63b1046cdb8, #wrap-s-e4344ed4-c5a7-4fb0-a05a-d63b1046cdb8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e4344ed4-c5a7-4fb0-a05a-d63b1046cdb8 {
  display: none;
}
#s-e4344ed4-c5a7-4fb0-a05a-d63b1046cdb8, #wrap-s-e4344ed4-c5a7-4fb0-a05a-d63b1046cdb8 { display: none !important; }}
#s-e4344ed4-c5a7-4fb0-a05a-d63b1046cdb8 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-37900a38-8ec3-45d5-b0cb-6cc47fd76e13 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-37900a38-8ec3-45d5-b0cb-6cc47fd76e13 {
  display: none;
}
#s-37900a38-8ec3-45d5-b0cb-6cc47fd76e13, #wrap-s-37900a38-8ec3-45d5-b0cb-6cc47fd76e13 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-37900a38-8ec3-45d5-b0cb-6cc47fd76e13 {
  display: none;
}
#s-37900a38-8ec3-45d5-b0cb-6cc47fd76e13, #wrap-s-37900a38-8ec3-45d5-b0cb-6cc47fd76e13 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-37900a38-8ec3-45d5-b0cb-6cc47fd76e13 {
  display: none;
}
#s-37900a38-8ec3-45d5-b0cb-6cc47fd76e13, #wrap-s-37900a38-8ec3-45d5-b0cb-6cc47fd76e13 { display: none !important; }}
#s-37900a38-8ec3-45d5-b0cb-6cc47fd76e13 .shogun-heading-component h6 {
  color: rgba(153, 153, 153, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-ed728983-22d5-4968-8208-e08a759d287b {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: left;
}

#s-ed728983-22d5-4968-8208-e08a759d287b .shogun-heading-component h5 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  italic ;
  font-size: 20px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-ed728983-22d5-4968-8208-e08a759d287b .shogun-heading-component h5 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  italic ;
  font-size: 18px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-ed728983-22d5-4968-8208-e08a759d287b .shogun-heading-component h5 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  italic ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-744dd14c-663d-4c56-9e5b-1f157a2cf851 {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 480px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-744dd14c-663d-4c56-9e5b-1f157a2cf851 {
  min-height: 522px;
}
}







#s-744dd14c-663d-4c56-9e5b-1f157a2cf851 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-744dd14c-663d-4c56-9e5b-1f157a2cf851.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4799e085-4f1f-49af-b7b5-7fffe5fe696b {
  padding-bottom: 10px;
}
@media (max-width: 767px){#s-4799e085-4f1f-49af-b7b5-7fffe5fe696b {
  display: none;
}
#s-4799e085-4f1f-49af-b7b5-7fffe5fe696b, #wrap-s-4799e085-4f1f-49af-b7b5-7fffe5fe696b { display: none !important; }}
@media (min-width: 0px) {
[id="s-4799e085-4f1f-49af-b7b5-7fffe5fe696b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4799e085-4f1f-49af-b7b5-7fffe5fe696b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-4799e085-4f1f-49af-b7b5-7fffe5fe696b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-4799e085-4f1f-49af-b7b5-7fffe5fe696b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-4799e085-4f1f-49af-b7b5-7fffe5fe696b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-4799e085-4f1f-49af-b7b5-7fffe5fe696b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-4799e085-4f1f-49af-b7b5-7fffe5fe696b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

}

#s-6af5eaca-2284-4789-9db5-ad7156e62e1a {
  border-radius: 0px;
max-width: 100px;
text-align: center;
}







  img.s-6af5eaca-2284-4789-9db5-ad7156e62e1a.shogun-image {
    
    
  }


.s-6af5eaca-2284-4789-9db5-ad7156e62e1a .shogun-image-content {
  
    align-items: center;
  
}

.s-6af5eaca-2284-4789-9db5-ad7156e62e1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6af5eaca-2284-4789-9db5-ad7156e62e1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6af5eaca-2284-4789-9db5-ad7156e62e1a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-6af5eaca-2284-4789-9db5-ad7156e62e1a.shogun-image {
    
    
  }


.s-6af5eaca-2284-4789-9db5-ad7156e62e1a .shogun-image-content {
  
    align-items: center;
  
}

.s-6af5eaca-2284-4789-9db5-ad7156e62e1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6af5eaca-2284-4789-9db5-ad7156e62e1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6af5eaca-2284-4789-9db5-ad7156e62e1a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){





  img.s-6af5eaca-2284-4789-9db5-ad7156e62e1a.shogun-image {
    
    
  }


.s-6af5eaca-2284-4789-9db5-ad7156e62e1a .shogun-image-content {
  
    align-items: center;
  
}

.s-6af5eaca-2284-4789-9db5-ad7156e62e1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6af5eaca-2284-4789-9db5-ad7156e62e1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6af5eaca-2284-4789-9db5-ad7156e62e1a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){





  img.s-6af5eaca-2284-4789-9db5-ad7156e62e1a.shogun-image {
    
    
  }


.s-6af5eaca-2284-4789-9db5-ad7156e62e1a .shogun-image-content {
  
    align-items: center;
  
}

.s-6af5eaca-2284-4789-9db5-ad7156e62e1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6af5eaca-2284-4789-9db5-ad7156e62e1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6af5eaca-2284-4789-9db5-ad7156e62e1a.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){





  img.s-6af5eaca-2284-4789-9db5-ad7156e62e1a.shogun-image {
    
    
  }


.s-6af5eaca-2284-4789-9db5-ad7156e62e1a .shogun-image-content {
  
    align-items: center;
  
}

.s-6af5eaca-2284-4789-9db5-ad7156e62e1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6af5eaca-2284-4789-9db5-ad7156e62e1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6af5eaca-2284-4789-9db5-ad7156e62e1a.shogun-image {
  box-sizing: border-box;
}




}
#s-be7caa74-84a7-434b-afd1-b461b534a1cb {
  padding-top: 20px;
padding-left: 8%;
padding-bottom: 10px;
padding-right: 8%;
text-align: center;
}

#s-be7caa74-84a7-434b-afd1-b461b534a1cb .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  
  
}



#s-eff2b321-a967-4c5e-91c6-877105a1ca0c {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-eff2b321-a967-4c5e-91c6-877105a1ca0c .shogun-heading-component h6 {
  color: rgba(153, 153, 153, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-e03b23ca-414e-4678-8e23-3770c571289a {
  max-width: 100px;
text-align: center;
}
@media (min-width: 1200px){#s-e03b23ca-414e-4678-8e23-3770c571289a {
  display: none;
}
#s-e03b23ca-414e-4678-8e23-3770c571289a, #wrap-s-e03b23ca-414e-4678-8e23-3770c571289a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e03b23ca-414e-4678-8e23-3770c571289a {
  display: none;
}
#s-e03b23ca-414e-4678-8e23-3770c571289a, #wrap-s-e03b23ca-414e-4678-8e23-3770c571289a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e03b23ca-414e-4678-8e23-3770c571289a {
  display: none;
}
#s-e03b23ca-414e-4678-8e23-3770c571289a, #wrap-s-e03b23ca-414e-4678-8e23-3770c571289a { display: none !important; }}






  img.s-e03b23ca-414e-4678-8e23-3770c571289a.shogun-image {
    
    
  }


.s-e03b23ca-414e-4678-8e23-3770c571289a .shogun-image-content {
  
    align-items: center;
  
}

.s-e03b23ca-414e-4678-8e23-3770c571289a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e03b23ca-414e-4678-8e23-3770c571289a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e03b23ca-414e-4678-8e23-3770c571289a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-e03b23ca-414e-4678-8e23-3770c571289a.shogun-image {
    
    
  }


.s-e03b23ca-414e-4678-8e23-3770c571289a .shogun-image-content {
  
    align-items: center;
  
}

.s-e03b23ca-414e-4678-8e23-3770c571289a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e03b23ca-414e-4678-8e23-3770c571289a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e03b23ca-414e-4678-8e23-3770c571289a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){





  img.s-e03b23ca-414e-4678-8e23-3770c571289a.shogun-image {
    
    
  }


.s-e03b23ca-414e-4678-8e23-3770c571289a .shogun-image-content {
  
    align-items: center;
  
}

.s-e03b23ca-414e-4678-8e23-3770c571289a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e03b23ca-414e-4678-8e23-3770c571289a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e03b23ca-414e-4678-8e23-3770c571289a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){





  img.s-e03b23ca-414e-4678-8e23-3770c571289a.shogun-image {
    
    
  }


.s-e03b23ca-414e-4678-8e23-3770c571289a .shogun-image-content {
  
    align-items: center;
  
}

.s-e03b23ca-414e-4678-8e23-3770c571289a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e03b23ca-414e-4678-8e23-3770c571289a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e03b23ca-414e-4678-8e23-3770c571289a.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){





  img.s-e03b23ca-414e-4678-8e23-3770c571289a.shogun-image {
    
    
  }


.s-e03b23ca-414e-4678-8e23-3770c571289a .shogun-image-content {
  
    align-items: center;
  
}

.s-e03b23ca-414e-4678-8e23-3770c571289a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e03b23ca-414e-4678-8e23-3770c571289a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e03b23ca-414e-4678-8e23-3770c571289a.shogun-image {
  box-sizing: border-box;
}




}
#s-cf8992d2-957e-403b-a135-7e93ed79514e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-cf8992d2-957e-403b-a135-7e93ed79514e {
  display: none;
}
#s-cf8992d2-957e-403b-a135-7e93ed79514e, #wrap-s-cf8992d2-957e-403b-a135-7e93ed79514e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cf8992d2-957e-403b-a135-7e93ed79514e {
  display: none;
}
#s-cf8992d2-957e-403b-a135-7e93ed79514e, #wrap-s-cf8992d2-957e-403b-a135-7e93ed79514e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cf8992d2-957e-403b-a135-7e93ed79514e {
  display: none;
}
#s-cf8992d2-957e-403b-a135-7e93ed79514e, #wrap-s-cf8992d2-957e-403b-a135-7e93ed79514e { display: none !important; }}
#s-cf8992d2-957e-403b-a135-7e93ed79514e .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-e9fdf190-18b9-4fbf-b838-2f686def2e29 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-e9fdf190-18b9-4fbf-b838-2f686def2e29 {
  display: none;
}
#s-e9fdf190-18b9-4fbf-b838-2f686def2e29, #wrap-s-e9fdf190-18b9-4fbf-b838-2f686def2e29 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e9fdf190-18b9-4fbf-b838-2f686def2e29 {
  display: none;
}
#s-e9fdf190-18b9-4fbf-b838-2f686def2e29, #wrap-s-e9fdf190-18b9-4fbf-b838-2f686def2e29 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e9fdf190-18b9-4fbf-b838-2f686def2e29 {
  display: none;
}
#s-e9fdf190-18b9-4fbf-b838-2f686def2e29, #wrap-s-e9fdf190-18b9-4fbf-b838-2f686def2e29 { display: none !important; }}
#s-e9fdf190-18b9-4fbf-b838-2f686def2e29 .shogun-heading-component h6 {
  color: rgba(153, 153, 153, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-ab9fe670-1e59-43ec-a04b-89ec88728242 {
  padding-top: 10px;
padding-left: 8%;
padding-bottom: 10px;
padding-right: 8%;
text-align: left;
}

#s-ab9fe670-1e59-43ec-a04b-89ec88728242 .shogun-heading-component h5 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  italic ;
  font-size: 20px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-ab9fe670-1e59-43ec-a04b-89ec88728242 .shogun-heading-component h5 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  italic ;
  font-size: 18px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-ab9fe670-1e59-43ec-a04b-89ec88728242 .shogun-heading-component h5 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  italic ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-6b3aff31-986a-44c4-9ada-fc3958ddb892 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 500px;
background-position: center center;
}








#s-6b3aff31-986a-44c4-9ada-fc3958ddb892 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.1;
}#s-6b3aff31-986a-44c4-9ada-fc3958ddb892.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-b30a5918-5c91-4c7d-a93f-5367c6964158"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b30a5918-5c91-4c7d-a93f-5367c6964158"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b30a5918-5c91-4c7d-a93f-5367c6964158"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b30a5918-5c91-4c7d-a93f-5367c6964158"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b30a5918-5c91-4c7d-a93f-5367c6964158"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b30a5918-5c91-4c7d-a93f-5367c6964158"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b30a5918-5c91-4c7d-a93f-5367c6964158"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-9aa90826-ae02-4867-80d2-ee07547a9171 {
  margin-left: 15%;
margin-right: 15%;
min-height: 298px;
max-width: 400px;
background-color: rgba(240, 240, 240, 1);
}
@media (max-width: 767px){#s-9aa90826-ae02-4867-80d2-ee07547a9171 {
  min-height: 380px;
}
}







#s-9aa90826-ae02-4867-80d2-ee07547a9171 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-9aa90826-ae02-4867-80d2-ee07547a9171.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-81c3d123-410d-45d3-8f8d-4db16dcd29dc {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-81c3d123-410d-45d3-8f8d-4db16dcd29dc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-81c3d123-410d-45d3-8f8d-4db16dcd29dc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-81c3d123-410d-45d3-8f8d-4db16dcd29dc {
  
}
}@media (max-width: 767px){#s-81c3d123-410d-45d3-8f8d-4db16dcd29dc {
  padding-top: 20px;
padding-left: 10%;
padding-right: 10%;
}
}
#s-81c3d123-410d-45d3-8f8d-4db16dcd29dc .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Crimson Text";
  font-style:  normal ;
  font-size: 26px;
  
  letter-spacing: 0px;
  
}



#s-e163b1eb-b8cb-47ce-a83b-a7e69a92af79 {
  padding-top: 10px;
padding-left: 15%;
padding-bottom: 25px;
padding-right: 15%;
}
@media (max-width: 767px){#s-e163b1eb-b8cb-47ce-a83b-a7e69a92af79 {
  padding-top: 10px;
}
}
#s-fc12ec6d-cb2e-4fe6-9ec6-c44fdc784f6b {
  border-style: solid;
margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
line-height: 2em;
letter-spacing: 1px;
}
#s-fc12ec6d-cb2e-4fe6-9ec6-c44fdc784f6b:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(51, 51, 51, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-fc12ec6d-cb2e-4fe6-9ec6-c44fdc784f6b:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(170, 170, 170, 1) !important;}

  #s-fc12ec6d-cb2e-4fe6-9ec6-c44fdc784f6b-root {
    text-align: center;
  }


#s-fc12ec6d-cb2e-4fe6-9ec6-c44fdc784f6b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fc12ec6d-cb2e-4fe6-9ec6-c44fdc784f6b-root {
    text-align: center;
  }


#s-fc12ec6d-cb2e-4fe6-9ec6-c44fdc784f6b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fc12ec6d-cb2e-4fe6-9ec6-c44fdc784f6b-root {
    text-align: center;
  }


#s-fc12ec6d-cb2e-4fe6-9ec6-c44fdc784f6b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fc12ec6d-cb2e-4fe6-9ec6-c44fdc784f6b-root {
    text-align: center;
  }


#s-fc12ec6d-cb2e-4fe6-9ec6-c44fdc784f6b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fc12ec6d-cb2e-4fe6-9ec6-c44fdc784f6b-root {
    text-align: center;
  }


#s-fc12ec6d-cb2e-4fe6-9ec6-c44fdc784f6b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-4a63e4f7-eb46-49ef-9558-eeb0fd14deed {
  min-height: 50px;
}








#s-4a63e4f7-eb46-49ef-9558-eeb0fd14deed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a63e4f7-eb46-49ef-9558-eeb0fd14deed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fce47b9a-f4aa-4a56-85e0-5d68ecdf3ed4 {
  padding-top: 50px;
padding-bottom: 16px;
text-align: center;
}

#s-fce47b9a-f4aa-4a56-85e0-5d68ecdf3ed4 .shogun-heading-component h3 {
  color: rgba(200, 178, 152, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 0.5px;
  
}



@media (min-width: 0px) {
[id="s-c9cb4f4c-3494-4a6d-9ec3-127b9f7c3f57"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c9cb4f4c-3494-4a6d-9ec3-127b9f7c3f57"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c9cb4f4c-3494-4a6d-9ec3-127b9f7c3f57"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c9cb4f4c-3494-4a6d-9ec3-127b9f7c3f57"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c9cb4f4c-3494-4a6d-9ec3-127b9f7c3f57"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c9cb4f4c-3494-4a6d-9ec3-127b9f7c3f57"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c9cb4f4c-3494-4a6d-9ec3-127b9f7c3f57"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-227410cc-23db-4b70-b865-9e4b1d4b0fae {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-227410cc-23db-4b70-b865-9e4b1d4b0fae {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-227410cc-23db-4b70-b865-9e4b1d4b0fae {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-227410cc-23db-4b70-b865-9e4b1d4b0fae {
  
}
}@media (max-width: 767px){#s-227410cc-23db-4b70-b865-9e4b1d4b0fae {
  padding-left: 10%;
padding-right: 10%;
}
}
#s-227410cc-23db-4b70-b865-9e4b1d4b0fae .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Crimson Text";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 0px;
  
}


@media (max-width: 767px){#s-227410cc-23db-4b70-b865-9e4b1d4b0fae .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Crimson Text";
  font-style:  normal ;
  font-size: 26px;
  
  letter-spacing: 0px;
  
}


}
@media (min-width: 0px) {
[id="s-080b6a7a-fb73-45bc-addc-9c69ab9aa3a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-080b6a7a-fb73-45bc-addc-9c69ab9aa3a5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-080b6a7a-fb73-45bc-addc-9c69ab9aa3a5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-080b6a7a-fb73-45bc-addc-9c69ab9aa3a5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d109f71d-4024-412a-874b-7140375f00f6 {
  max-width: 100px;
text-align: center;
}







  img.s-d109f71d-4024-412a-874b-7140375f00f6.shogun-image {
    
    
  }


.s-d109f71d-4024-412a-874b-7140375f00f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-d109f71d-4024-412a-874b-7140375f00f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d109f71d-4024-412a-874b-7140375f00f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d109f71d-4024-412a-874b-7140375f00f6.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-d109f71d-4024-412a-874b-7140375f00f6.shogun-image {
    
    
  }


.s-d109f71d-4024-412a-874b-7140375f00f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-d109f71d-4024-412a-874b-7140375f00f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d109f71d-4024-412a-874b-7140375f00f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d109f71d-4024-412a-874b-7140375f00f6.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){





  img.s-d109f71d-4024-412a-874b-7140375f00f6.shogun-image {
    
    
  }


.s-d109f71d-4024-412a-874b-7140375f00f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-d109f71d-4024-412a-874b-7140375f00f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d109f71d-4024-412a-874b-7140375f00f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d109f71d-4024-412a-874b-7140375f00f6.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){





  img.s-d109f71d-4024-412a-874b-7140375f00f6.shogun-image {
    
    
  }


.s-d109f71d-4024-412a-874b-7140375f00f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-d109f71d-4024-412a-874b-7140375f00f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d109f71d-4024-412a-874b-7140375f00f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d109f71d-4024-412a-874b-7140375f00f6.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){





  img.s-d109f71d-4024-412a-874b-7140375f00f6.shogun-image {
    
    
  }


.s-d109f71d-4024-412a-874b-7140375f00f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-d109f71d-4024-412a-874b-7140375f00f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d109f71d-4024-412a-874b-7140375f00f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d109f71d-4024-412a-874b-7140375f00f6.shogun-image {
  box-sizing: border-box;
}




}
#s-779e48da-eee6-49a0-a2a9-f104e560bb7a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-779e48da-eee6-49a0-a2a9-f104e560bb7a .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Crimson Text";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-e8a5f7e3-a321-4597-9334-7ba6e11fbdd1 {
  padding-top: 10px;
padding-left: 15%;
padding-bottom: 10px;
padding-right: 15%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e8a5f7e3-a321-4597-9334-7ba6e11fbdd1 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-34e5a06d-7710-4c24-8509-23df9cc4a738 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(102, 102, 102, 1);
background-image: none;
hover-type: color;
}
#s-34e5a06d-7710-4c24-8509-23df9cc4a738:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(200, 178, 152, 1) !important;}#s-34e5a06d-7710-4c24-8509-23df9cc4a738:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-34e5a06d-7710-4c24-8509-23df9cc4a738-root {
    text-align: center;
  }


#s-34e5a06d-7710-4c24-8509-23df9cc4a738.shg-btn {
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-34e5a06d-7710-4c24-8509-23df9cc4a738-root {
    text-align: center;
  }


#s-34e5a06d-7710-4c24-8509-23df9cc4a738.shg-btn {
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-34e5a06d-7710-4c24-8509-23df9cc4a738-root {
    text-align: center;
  }


#s-34e5a06d-7710-4c24-8509-23df9cc4a738.shg-btn {
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-34e5a06d-7710-4c24-8509-23df9cc4a738-root {
    text-align: center;
  }


#s-34e5a06d-7710-4c24-8509-23df9cc4a738.shg-btn {
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-34e5a06d-7710-4c24-8509-23df9cc4a738-root {
    text-align: center;
  }


#s-34e5a06d-7710-4c24-8509-23df9cc4a738.shg-btn {
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

@media (min-width: 1200px){#s-62d11078-eda7-42ef-8e60-f5e0dc897d23 {
  display: none;
}
#s-62d11078-eda7-42ef-8e60-f5e0dc897d23, #wrap-s-62d11078-eda7-42ef-8e60-f5e0dc897d23 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-62d11078-eda7-42ef-8e60-f5e0dc897d23 {
  display: none;
}
#s-62d11078-eda7-42ef-8e60-f5e0dc897d23, #wrap-s-62d11078-eda7-42ef-8e60-f5e0dc897d23 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-62d11078-eda7-42ef-8e60-f5e0dc897d23 {
  display: none;
}
#s-62d11078-eda7-42ef-8e60-f5e0dc897d23, #wrap-s-62d11078-eda7-42ef-8e60-f5e0dc897d23 { display: none !important; }}
#s-62d11078-eda7-42ef-8e60-f5e0dc897d23 hr {
  border-top: 1px solid #ddd;
}
@media (min-width: 768px) and (max-width: 991px){#s-62d11078-eda7-42ef-8e60-f5e0dc897d23 hr {
  border-top: 2px solid #ddd;
}
}
#s-38916a1b-4e91-4bb0-bef7-8e4b3db0e705 {
  max-width: 100px;
text-align: center;
}
@media (max-width: 767px){#s-38916a1b-4e91-4bb0-bef7-8e4b3db0e705 {
  padding-top: 20px;
padding-bottom: 0px;
}
}






  img.s-38916a1b-4e91-4bb0-bef7-8e4b3db0e705.shogun-image {
    
    
  }


.s-38916a1b-4e91-4bb0-bef7-8e4b3db0e705 .shogun-image-content {
  
    align-items: center;
  
}

.s-38916a1b-4e91-4bb0-bef7-8e4b3db0e705.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38916a1b-4e91-4bb0-bef7-8e4b3db0e705.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38916a1b-4e91-4bb0-bef7-8e4b3db0e705.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-38916a1b-4e91-4bb0-bef7-8e4b3db0e705.shogun-image {
    
    
  }


.s-38916a1b-4e91-4bb0-bef7-8e4b3db0e705 .shogun-image-content {
  
    align-items: center;
  
}

.s-38916a1b-4e91-4bb0-bef7-8e4b3db0e705.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38916a1b-4e91-4bb0-bef7-8e4b3db0e705.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38916a1b-4e91-4bb0-bef7-8e4b3db0e705.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){





  img.s-38916a1b-4e91-4bb0-bef7-8e4b3db0e705.shogun-image {
    
    
  }


.s-38916a1b-4e91-4bb0-bef7-8e4b3db0e705 .shogun-image-content {
  
    align-items: center;
  
}

.s-38916a1b-4e91-4bb0-bef7-8e4b3db0e705.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38916a1b-4e91-4bb0-bef7-8e4b3db0e705.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38916a1b-4e91-4bb0-bef7-8e4b3db0e705.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){





  img.s-38916a1b-4e91-4bb0-bef7-8e4b3db0e705.shogun-image {
    
    
  }


.s-38916a1b-4e91-4bb0-bef7-8e4b3db0e705 .shogun-image-content {
  
    align-items: center;
  
}

.s-38916a1b-4e91-4bb0-bef7-8e4b3db0e705.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38916a1b-4e91-4bb0-bef7-8e4b3db0e705.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38916a1b-4e91-4bb0-bef7-8e4b3db0e705.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){





  img.s-38916a1b-4e91-4bb0-bef7-8e4b3db0e705.shogun-image {
    
    
  }


.s-38916a1b-4e91-4bb0-bef7-8e4b3db0e705 .shogun-image-content {
  
    align-items: center;
  
}

.s-38916a1b-4e91-4bb0-bef7-8e4b3db0e705.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38916a1b-4e91-4bb0-bef7-8e4b3db0e705.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38916a1b-4e91-4bb0-bef7-8e4b3db0e705.shogun-image {
  box-sizing: border-box;
}




}
#s-31ae4e78-e38b-44f8-9740-814c9361274e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-31ae4e78-e38b-44f8-9740-814c9361274e .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Crimson Text";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-00dc8569-8591-444a-9567-ab813e13c67e {
  padding-top: 10px;
padding-left: 12%;
padding-bottom: 10px;
padding-right: 12%;
}
@media (min-width: 768px) and (max-width: 991px){#s-00dc8569-8591-444a-9567-ab813e13c67e {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-586b681b-3634-4456-a94a-e5f275afb622 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(102, 102, 102, 1);
background-image: none;
hover-type: color;
}
#s-586b681b-3634-4456-a94a-e5f275afb622:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(200, 178, 152, 1) !important;}#s-586b681b-3634-4456-a94a-e5f275afb622:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-586b681b-3634-4456-a94a-e5f275afb622-root {
    text-align: center;
  }


#s-586b681b-3634-4456-a94a-e5f275afb622.shg-btn {
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-586b681b-3634-4456-a94a-e5f275afb622-root {
    text-align: center;
  }


#s-586b681b-3634-4456-a94a-e5f275afb622.shg-btn {
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-586b681b-3634-4456-a94a-e5f275afb622-root {
    text-align: center;
  }


#s-586b681b-3634-4456-a94a-e5f275afb622.shg-btn {
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-586b681b-3634-4456-a94a-e5f275afb622-root {
    text-align: center;
  }


#s-586b681b-3634-4456-a94a-e5f275afb622.shg-btn {
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-586b681b-3634-4456-a94a-e5f275afb622-root {
    text-align: center;
  }


#s-586b681b-3634-4456-a94a-e5f275afb622.shg-btn {
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-d269785f-5624-4e06-acf8-2f84519267d3 {
  display: none;
}
#s-d269785f-5624-4e06-acf8-2f84519267d3, #wrap-s-d269785f-5624-4e06-acf8-2f84519267d3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d269785f-5624-4e06-acf8-2f84519267d3 {
  display: none;
}
#s-d269785f-5624-4e06-acf8-2f84519267d3, #wrap-s-d269785f-5624-4e06-acf8-2f84519267d3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d269785f-5624-4e06-acf8-2f84519267d3 {
  display: none;
}
#s-d269785f-5624-4e06-acf8-2f84519267d3, #wrap-s-d269785f-5624-4e06-acf8-2f84519267d3 { display: none !important; }}
#s-d269785f-5624-4e06-acf8-2f84519267d3 hr {
  border-top: 1px solid #ddd;
}
@media (min-width: 768px) and (max-width: 991px){#s-d269785f-5624-4e06-acf8-2f84519267d3 hr {
  border-top: 2px solid #ddd;
}
}
#s-f2a4162c-1886-40bd-81fe-24a993a79335 {
  max-width: 100px;
text-align: center;
}
@media (max-width: 767px){#s-f2a4162c-1886-40bd-81fe-24a993a79335 {
  padding-top: 20px;
padding-bottom: 0px;
}
}






  img.s-f2a4162c-1886-40bd-81fe-24a993a79335.shogun-image {
    
    
  }


.s-f2a4162c-1886-40bd-81fe-24a993a79335 .shogun-image-content {
  
    align-items: center;
  
}

.s-f2a4162c-1886-40bd-81fe-24a993a79335.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2a4162c-1886-40bd-81fe-24a993a79335.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2a4162c-1886-40bd-81fe-24a993a79335.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-f2a4162c-1886-40bd-81fe-24a993a79335.shogun-image {
    
    
  }


.s-f2a4162c-1886-40bd-81fe-24a993a79335 .shogun-image-content {
  
    align-items: center;
  
}

.s-f2a4162c-1886-40bd-81fe-24a993a79335.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2a4162c-1886-40bd-81fe-24a993a79335.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2a4162c-1886-40bd-81fe-24a993a79335.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){





  img.s-f2a4162c-1886-40bd-81fe-24a993a79335.shogun-image {
    
    
  }


.s-f2a4162c-1886-40bd-81fe-24a993a79335 .shogun-image-content {
  
    align-items: center;
  
}

.s-f2a4162c-1886-40bd-81fe-24a993a79335.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2a4162c-1886-40bd-81fe-24a993a79335.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2a4162c-1886-40bd-81fe-24a993a79335.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){





  img.s-f2a4162c-1886-40bd-81fe-24a993a79335.shogun-image {
    
    
  }


.s-f2a4162c-1886-40bd-81fe-24a993a79335 .shogun-image-content {
  
    align-items: center;
  
}

.s-f2a4162c-1886-40bd-81fe-24a993a79335.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2a4162c-1886-40bd-81fe-24a993a79335.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2a4162c-1886-40bd-81fe-24a993a79335.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){





  img.s-f2a4162c-1886-40bd-81fe-24a993a79335.shogun-image {
    
    
  }


.s-f2a4162c-1886-40bd-81fe-24a993a79335 .shogun-image-content {
  
    align-items: center;
  
}

.s-f2a4162c-1886-40bd-81fe-24a993a79335.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2a4162c-1886-40bd-81fe-24a993a79335.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2a4162c-1886-40bd-81fe-24a993a79335.shogun-image {
  box-sizing: border-box;
}




}
#s-942843e5-c071-4ce8-8b36-2f204a5638d3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-942843e5-c071-4ce8-8b36-2f204a5638d3 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Crimson Text";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-6a0b1692-a0fe-4c12-8beb-bffb72aa3634 {
  padding-top: 10px;
padding-left: 12%;
padding-bottom: 10px;
padding-right: 12%;
}
@media (min-width: 768px) and (max-width: 991px){#s-6a0b1692-a0fe-4c12-8beb-bffb72aa3634 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-a45e4fe2-b32b-4010-8bb0-e230d801d3da {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(102, 102, 102, 1);
background-image: none;
hover-type: color;
}
#s-a45e4fe2-b32b-4010-8bb0-e230d801d3da:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(200, 178, 152, 1) !important;}#s-a45e4fe2-b32b-4010-8bb0-e230d801d3da:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a45e4fe2-b32b-4010-8bb0-e230d801d3da-root {
    text-align: center;
  }


#s-a45e4fe2-b32b-4010-8bb0-e230d801d3da.shg-btn {
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a45e4fe2-b32b-4010-8bb0-e230d801d3da-root {
    text-align: center;
  }


#s-a45e4fe2-b32b-4010-8bb0-e230d801d3da.shg-btn {
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a45e4fe2-b32b-4010-8bb0-e230d801d3da-root {
    text-align: center;
  }


#s-a45e4fe2-b32b-4010-8bb0-e230d801d3da.shg-btn {
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a45e4fe2-b32b-4010-8bb0-e230d801d3da-root {
    text-align: center;
  }


#s-a45e4fe2-b32b-4010-8bb0-e230d801d3da.shg-btn {
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a45e4fe2-b32b-4010-8bb0-e230d801d3da-root {
    text-align: center;
  }


#s-a45e4fe2-b32b-4010-8bb0-e230d801d3da.shg-btn {
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}
#s-575f3305-a00c-4189-8151-41f8516ddbec {
  min-height: 50px;
}








#s-575f3305-a00c-4189-8151-41f8516ddbec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-575f3305-a00c-4189-8151-41f8516ddbec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93daa262-b7ff-4b43-824d-fdf8f0e22585 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: left center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-93daa262-b7ff-4b43-824d-fdf8f0e22585 {
  min-height: 400px;
}
}







#s-93daa262-b7ff-4b43-824d-fdf8f0e22585 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.1;
}#s-93daa262-b7ff-4b43-824d-fdf8f0e22585.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-4680e297-3b6b-4056-9da5-53f4bb2fbb97"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4680e297-3b6b-4056-9da5-53f4bb2fbb97"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4680e297-3b6b-4056-9da5-53f4bb2fbb97"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4680e297-3b6b-4056-9da5-53f4bb2fbb97"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4680e297-3b6b-4056-9da5-53f4bb2fbb97"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4680e297-3b6b-4056-9da5-53f4bb2fbb97"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4680e297-3b6b-4056-9da5-53f4bb2fbb97"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-5d6e47ed-afb1-4d33-b5ee-23c01a9a2974 {
  margin-left: 15%;
margin-right: 15%;
min-height: 300px;
max-width: 400px;
background-color: rgba(240, 240, 240, 1);
}
@media (max-width: 767px){#s-5d6e47ed-afb1-4d33-b5ee-23c01a9a2974 {
  min-height: 340px;
}
}







#s-5d6e47ed-afb1-4d33-b5ee-23c01a9a2974 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-5d6e47ed-afb1-4d33-b5ee-23c01a9a2974.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-5d6e47ed-afb1-4d33-b5ee-23c01a9a2974 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-5d6e47ed-afb1-4d33-b5ee-23c01a9a2974.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-a908a565-684b-43fd-b295-cb9513f09ef8 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-a908a565-684b-43fd-b295-cb9513f09ef8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a908a565-684b-43fd-b295-cb9513f09ef8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a908a565-684b-43fd-b295-cb9513f09ef8 {
  
}
}@media (max-width: 767px){#s-a908a565-684b-43fd-b295-cb9513f09ef8 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-left: 10%;
padding-right: 10%;
}
}
#s-a908a565-684b-43fd-b295-cb9513f09ef8 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Crimson Text";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 0px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-a908a565-684b-43fd-b295-cb9513f09ef8 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Crimson Text";
  font-style:  normal ;
  font-size: 26px;
  
  letter-spacing: 0px;
  
}


}@media (max-width: 767px){#s-a908a565-684b-43fd-b295-cb9513f09ef8 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Crimson Text";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 0px;
  
}


}
#s-af8691bc-ca06-4a12-9a55-13501ad7a1a7 {
  padding-top: 0px;
padding-left: 15%;
padding-bottom: 20px;
padding-right: 15%;
}
@media (max-width: 767px){#s-af8691bc-ca06-4a12-9a55-13501ad7a1a7 {
  padding-left: 10%;
padding-right: 10%;
}
}
#s-204ed1d9-df35-4c57-872e-3608f22c2fbe {
  border-style: solid;
margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
line-height: 2em;
letter-spacing: 1px;
}
#s-204ed1d9-df35-4c57-872e-3608f22c2fbe:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(51, 51, 51, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-204ed1d9-df35-4c57-872e-3608f22c2fbe:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(170, 170, 170, 1) !important;}

  #s-204ed1d9-df35-4c57-872e-3608f22c2fbe-root {
    text-align: center;
  }


#s-204ed1d9-df35-4c57-872e-3608f22c2fbe.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-204ed1d9-df35-4c57-872e-3608f22c2fbe-root {
    text-align: center;
  }


#s-204ed1d9-df35-4c57-872e-3608f22c2fbe.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-204ed1d9-df35-4c57-872e-3608f22c2fbe-root {
    text-align: center;
  }


#s-204ed1d9-df35-4c57-872e-3608f22c2fbe.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-204ed1d9-df35-4c57-872e-3608f22c2fbe-root {
    text-align: center;
  }


#s-204ed1d9-df35-4c57-872e-3608f22c2fbe.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-204ed1d9-df35-4c57-872e-3608f22c2fbe-root {
    text-align: center;
  }


#s-204ed1d9-df35-4c57-872e-3608f22c2fbe.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-e7120b13-84dc-4d49-b569-cebf8fdfc5a4 {
  min-height: 50px;
}








#s-e7120b13-84dc-4d49-b569-cebf8fdfc5a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7120b13-84dc-4d49-b569-cebf8fdfc5a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4a4ab8ea-4467-430e-9271-25ed01177983 {
  padding-top: 60px;
padding-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-4a4ab8ea-4467-430e-9271-25ed01177983"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4a4ab8ea-4467-430e-9271-25ed01177983"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4a4ab8ea-4467-430e-9271-25ed01177983"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4a4ab8ea-4467-430e-9271-25ed01177983"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4a4ab8ea-4467-430e-9271-25ed01177983"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a4ab8ea-4467-430e-9271-25ed01177983"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4a4ab8ea-4467-430e-9271-25ed01177983"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-bc1534d1-2947-43b3-a2ce-452d573da0a7 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-bc1534d1-2947-43b3-a2ce-452d573da0a7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bc1534d1-2947-43b3-a2ce-452d573da0a7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bc1534d1-2947-43b3-a2ce-452d573da0a7 {
  
}
}@media (max-width: 767px){#s-bc1534d1-2947-43b3-a2ce-452d573da0a7 {
  
}
}
#s-bc1534d1-2947-43b3-a2ce-452d573da0a7 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Crimson Text";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 0px;
  
}



#s-641ec7d5-4759-4290-9888-19419278d0b7 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
}

#s-641ec7d5-4759-4290-9888-19419278d0b7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-641ec7d5-4759-4290-9888-19419278d0b7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(251, 249, 247, 1);
  padding: 10px;
}

#s-641ec7d5-4759-4290-9888-19419278d0b7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(51, 51, 51, 1);
}

#s-641ec7d5-4759-4290-9888-19419278d0b7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-641ec7d5-4759-4290-9888-19419278d0b7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(51, 51, 51, 1);
  text-align: left;
  font-family: Lato;
  font-weight: 700;
  font-style: ;
  font-size: 14px;
}

#s-641ec7d5-4759-4290-9888-19419278d0b7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-7672b668-3eca-4ed1-b507-c2f7f2988977 {
  padding-top: 17px;
padding-left: 3%;
padding-bottom: 17px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-cbd06211-e6b1-40a4-818f-50ea83ee9050 {
  padding-top: 17px;
padding-left: 3%;
padding-bottom: 17px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-6ee4e3dd-78c6-4109-b936-b1c3807cd7b4 {
  padding-top: 17px;
padding-left: 3%;
padding-bottom: 17px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-0357630a-1ed5-4d62-bd63-61e444163e71 {
  padding-top: 17px;
padding-left: 3%;
padding-bottom: 17px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-736cf67f-3878-4a74-806f-2f5a60bebf19 {
  padding-top: 17px;
padding-left: 3%;
padding-bottom: 17px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-e58d6ece-6d44-4612-9214-a1980b9ca1cf {
  padding-top: 17px;
padding-left: 3%;
padding-bottom: 17px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-61633821-c14f-4482-8334-b625d7351e9b {
  padding-top: 17px;
padding-left: 3%;
padding-bottom: 17px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-4cf84689-d87a-41c5-8ba2-448d79a94198 {
  padding-top: 17px;
padding-left: 3%;
padding-bottom: 17px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-f090d246-841a-421f-be52-f2b4daaf5ca3 {
  padding-top: 17px;
padding-left: 3%;
padding-bottom: 17px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}

#s-82afd309-73ed-4e90-812a-1e7ab9ec634e {
  padding-top: 17px;
padding-left: 3%;
padding-bottom: 17px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
opacity: 1;
}

#s-e66f4aa8-b10e-4b75-bf69-f461a0e68a2d {
  min-height: 50px;
}








#s-e66f4aa8-b10e-4b75-bf69-f461a0e68a2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e66f4aa8-b10e-4b75-bf69-f461a0e68a2d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-05e86479-98c0-42cd-be67-2cc15a639c80 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
max-width: 500px;
}

#s-05e86479-98c0-42cd-be67-2cc15a639c80 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-05e86479-98c0-42cd-be67-2cc15a639c80 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-05e86479-98c0-42cd-be67-2cc15a639c80 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: ;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-05e86479-98c0-42cd-be67-2cc15a639c80 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-05e86479-98c0-42cd-be67-2cc15a639c80 td.shogun-table-column, #s-05e86479-98c0-42cd-be67-2cc15a639c80 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-147cb984-a21a-4f7b-a0fb-3083e81e4399 {
  min-height: 50px;
}








#s-147cb984-a21a-4f7b-a0fb-3083e81e4399 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-147cb984-a21a-4f7b-a0fb-3083e81e4399.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@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}
