.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-ac6f96d7-923d-405a-b553-d868127cb41b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ac6f96d7-923d-405a-b553-d868127cb41b {
  display: none;
}
#s-ac6f96d7-923d-405a-b553-d868127cb41b, #wrap-s-ac6f96d7-923d-405a-b553-d868127cb41b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ac6f96d7-923d-405a-b553-d868127cb41b {
  display: none;
}
#s-ac6f96d7-923d-405a-b553-d868127cb41b, #wrap-s-ac6f96d7-923d-405a-b553-d868127cb41b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ac6f96d7-923d-405a-b553-d868127cb41b {
  display: none;
}
#s-ac6f96d7-923d-405a-b553-d868127cb41b, #wrap-s-ac6f96d7-923d-405a-b553-d868127cb41b { display:none !important; }}







#s-ac6f96d7-923d-405a-b553-d868127cb41b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac6f96d7-923d-405a-b553-d868127cb41b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-c0dc1860-f103-4fd0-98e5-df302892417e {
  margin-left: 3%;
margin-bottom: 5px;
margin-right: 3%;
}

.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-693ca98d-977d-46ab-aba3-31901f639e61 {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-693ca98d-977d-46ab-aba3-31901f639e61 {
  display: none;
}
#s-693ca98d-977d-46ab-aba3-31901f639e61, #wrap-s-693ca98d-977d-46ab-aba3-31901f639e61 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-693ca98d-977d-46ab-aba3-31901f639e61 {
  display: none;
}
#s-693ca98d-977d-46ab-aba3-31901f639e61, #wrap-s-693ca98d-977d-46ab-aba3-31901f639e61 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-693ca98d-977d-46ab-aba3-31901f639e61 {
  display: none;
}
#s-693ca98d-977d-46ab-aba3-31901f639e61, #wrap-s-693ca98d-977d-46ab-aba3-31901f639e61 { display:none !important; }}
#s-693ca98d-977d-46ab-aba3-31901f639e61 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-693ca98d-977d-46ab-aba3-31901f639e61 .shg-sld-nav-button.shg-sld-left,
#s-693ca98d-977d-46ab-aba3-31901f639e61 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-ee2b9cc3-218c-4651-aac8-5bb33a58d863 {
  min-height: 50px;
}








#s-ee2b9cc3-218c-4651-aac8-5bb33a58d863 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee2b9cc3-218c-4651-aac8-5bb33a58d863.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-7d16767a-ca5e-4cf5-8909-29654b03355e {
  text-align: center;
}







  #s-7d16767a-ca5e-4cf5-8909-29654b03355e img.shogun-image {
    

    
    
    
  }


#s-7d16767a-ca5e-4cf5-8909-29654b03355e .shogun-image-content {
  
    align-items: center;
  
}

#s-502a7a06-fa1d-462c-ba88-31e0ba13ae4d {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-51e7ab0d-45a0-455f-90b5-e26a608ca98b {
  min-height: 50px;
}








#s-51e7ab0d-45a0-455f-90b5-e26a608ca98b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51e7ab0d-45a0-455f-90b5-e26a608ca98b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8520a06-952b-4f63-8895-872709c5d232 {
  text-align: center;
}







  #s-a8520a06-952b-4f63-8895-872709c5d232 img.shogun-image {
    

    
    
    
  }


#s-a8520a06-952b-4f63-8895-872709c5d232 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a74feba-1e0e-4246-a29a-1357ea5beed0 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-fb140eae-e331-4b04-abe5-4c281c1fa434 {
  min-height: 50px;
}








#s-fb140eae-e331-4b04-abe5-4c281c1fa434 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb140eae-e331-4b04-abe5-4c281c1fa434.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aacd210a-e471-40b2-9d7a-1a5e6e88fb8a {
  text-align: center;
}







  #s-aacd210a-e471-40b2-9d7a-1a5e6e88fb8a img.shogun-image {
    

    
    
    
  }


#s-aacd210a-e471-40b2-9d7a-1a5e6e88fb8a .shogun-image-content {
  
    align-items: center;
  
}

#s-f9e6f23a-0129-442a-8eae-9c3bc23610ec {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-9e463cf4-a5af-4eb8-bf28-ab71df779400 {
  min-height: 50px;
}








#s-9e463cf4-a5af-4eb8-bf28-ab71df779400 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e463cf4-a5af-4eb8-bf28-ab71df779400.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9774c585-c14f-45f4-8b27-a2eed5453521 {
  text-align: center;
}







  #s-9774c585-c14f-45f4-8b27-a2eed5453521 img.shogun-image {
    

    
    
    
  }


#s-9774c585-c14f-45f4-8b27-a2eed5453521 .shogun-image-content {
  
    align-items: center;
  
}

#s-43f49d92-e2c0-4564-a079-808b50965c5b {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-d86c1e06-d7c1-4382-8847-5de83e8f22e8 {
  min-height: 50px;
}








#s-d86c1e06-d7c1-4382-8847-5de83e8f22e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d86c1e06-d7c1-4382-8847-5de83e8f22e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf651b7b-e66c-46ce-9120-634db12cb0e5 {
  text-align: center;
}







  #s-cf651b7b-e66c-46ce-9120-634db12cb0e5 img.shogun-image {
    

    
    
    
  }


#s-cf651b7b-e66c-46ce-9120-634db12cb0e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-2bc4151b-deb2-425d-8926-82069489d7a6 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-1dd4c594-d9b1-4356-a130-7d179a3802cf {
  min-height: 50px;
}








#s-1dd4c594-d9b1-4356-a130-7d179a3802cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1dd4c594-d9b1-4356-a130-7d179a3802cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-12018932-c00a-427a-9892-f8fea35a8d69 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 3%;
padding-right: 3%;
text-align: center;
}







  #s-12018932-c00a-427a-9892-f8fea35a8d69 img.shogun-image {
    

    
    
    
  }


#s-12018932-c00a-427a-9892-f8fea35a8d69 .shogun-image-content {
  
    align-items: center;
  
}

#s-40e8e2ea-2cc9-4993-a13a-9d1bc3df25be {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-49fd356d-6156-416f-bc01-f312f23c85cb {
  min-height: 50px;
}








#s-49fd356d-6156-416f-bc01-f312f23c85cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49fd356d-6156-416f-bc01-f312f23c85cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-12c5df3c-f1a0-47e2-877e-bee8f5d45c73 {
  text-align: center;
}







  #s-12c5df3c-f1a0-47e2-877e-bee8f5d45c73 img.shogun-image {
    

    
    
    
  }


#s-12c5df3c-f1a0-47e2-877e-bee8f5d45c73 .shogun-image-content {
  
    align-items: center;
  
}

#s-45d2c1fe-959e-462b-849f-9540022ebe85 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-8adfb1f7-adb2-42e0-889c-ab100af04e6f {
  min-height: 50px;
}








#s-8adfb1f7-adb2-42e0-889c-ab100af04e6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8adfb1f7-adb2-42e0-889c-ab100af04e6f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-143fce70-4d66-4ea0-a523-dded3a0a9f55 {
  text-align: center;
}







  #s-143fce70-4d66-4ea0-a523-dded3a0a9f55 img.shogun-image {
    

    
    
    
  }


#s-143fce70-4d66-4ea0-a523-dded3a0a9f55 .shogun-image-content {
  
    align-items: center;
  
}

#s-38e54522-5456-4b1c-96a0-a369a86b21f6 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-8fd4a7ad-8488-4171-8098-3c2ffa620714 {
  min-height: 50px;
}








#s-8fd4a7ad-8488-4171-8098-3c2ffa620714 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fd4a7ad-8488-4171-8098-3c2ffa620714.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d6efd5b9-ab72-48be-a778-954f725ec235 {
  padding-left: 3%;
padding-right: 3%;
text-align: center;
}







  #s-d6efd5b9-ab72-48be-a778-954f725ec235 img.shogun-image {
    

    
    
    
  }


#s-d6efd5b9-ab72-48be-a778-954f725ec235 .shogun-image-content {
  
    align-items: center;
  
}

#s-2bb602cc-4f6f-4d51-a3e1-beb40bb45a30 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-c50efcd8-8f49-4e62-bd4a-120d772d5320 {
  min-height: 50px;
}








#s-c50efcd8-8f49-4e62-bd4a-120d772d5320 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c50efcd8-8f49-4e62-bd4a-120d772d5320.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c4844927-f96f-4d46-9d80-f833529a68e1 {
  padding-left: 3%;
padding-right: 3%;
text-align: center;
}







  #s-c4844927-f96f-4d46-9d80-f833529a68e1 img.shogun-image {
    

    
    
    
  }


#s-c4844927-f96f-4d46-9d80-f833529a68e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f750255-dcc3-479d-9c55-0f174fed376a {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 1200px){#s-0aa13e33-305b-4f23-9cbb-27afafdd8f93 {
  padding-top: 120px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0aa13e33-305b-4f23-9cbb-27afafdd8f93 {
  padding-top: 100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0aa13e33-305b-4f23-9cbb-27afafdd8f93 {
  padding-top: 60px;
}
}@media (max-width: 767px){#s-0aa13e33-305b-4f23-9cbb-27afafdd8f93 {
  padding-top: 0px;
}
}







#s-0aa13e33-305b-4f23-9cbb-27afafdd8f93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0aa13e33-305b-4f23-9cbb-27afafdd8f93.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eed0b73e-0a1d-4ac8-90bc-7223245a37fc {
  margin-left: 3%;
margin-right: 3%;
min-height: 50px;
}
@media (min-width: 1200px){#s-eed0b73e-0a1d-4ac8-90bc-7223245a37fc {
  display: none;
}
#s-eed0b73e-0a1d-4ac8-90bc-7223245a37fc, #wrap-s-eed0b73e-0a1d-4ac8-90bc-7223245a37fc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eed0b73e-0a1d-4ac8-90bc-7223245a37fc {
  display: none;
}
#s-eed0b73e-0a1d-4ac8-90bc-7223245a37fc, #wrap-s-eed0b73e-0a1d-4ac8-90bc-7223245a37fc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eed0b73e-0a1d-4ac8-90bc-7223245a37fc {
  display: none;
}
#s-eed0b73e-0a1d-4ac8-90bc-7223245a37fc, #wrap-s-eed0b73e-0a1d-4ac8-90bc-7223245a37fc { display:none !important; }}@media (max-width: 767px){#s-eed0b73e-0a1d-4ac8-90bc-7223245a37fc {
  
}
}







#s-eed0b73e-0a1d-4ac8-90bc-7223245a37fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eed0b73e-0a1d-4ac8-90bc-7223245a37fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f07cfbbe-beaf-4ec8-912d-ee0c3229356d {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
min-height: 50px;
}








#s-f07cfbbe-beaf-4ec8-912d-ee0c3229356d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f07cfbbe-beaf-4ec8-912d-ee0c3229356d.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-ad5b262d-d46a-4e35-a5f6-50477cc220cf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-ad5b262d-d46a-4e35-a5f6-50477cc220cf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-ad5b262d-d46a-4e35-a5f6-50477cc220cf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad5b262d-d46a-4e35-a5f6-50477cc220cf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

}

.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: ;
  font-family: ;
}

.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-4a95f3f9-8bd3-42a2-badf-461e90a52653 {
  border-style: solid;
margin-right: 0%;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(8, 9, 10, 1);
border-radius: 3px;
background-color: rgba(0, 68, 204, 1);
text-align: center;
text-decoration: none;
color: rgba(250, 250, 255, 1);
background-image: none;
hover-type: color;
letter-spacing: 3px;
line-height: 1em;
}
#s-4a95f3f9-8bd3-42a2-badf-461e90a52653: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(8, 9, 10, 1) !important;
border-radius: 7px !important;
background-color: rgba(0, 68, 204, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(246, 174, 45, 1) !important;}#s-4a95f3f9-8bd3-42a2-badf-461e90a52653:active {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(8, 9, 10, 1) !important;
border-radius: 3px !important;
background-color: rgba(246, 174, 45, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(8, 9, 10, 1) !important;}

  #s-4a95f3f9-8bd3-42a2-badf-461e90a52653-root {
    text-align: center;
  }


#s-4a95f3f9-8bd3-42a2-badf-461e90a52653.shg-btn {
  color: rgba(250, 250, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4a95f3f9-8bd3-42a2-badf-461e90a52653-root {
    text-align: center;
  }


#s-4a95f3f9-8bd3-42a2-badf-461e90a52653.shg-btn {
  color: rgba(250, 250, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4a95f3f9-8bd3-42a2-badf-461e90a52653-root {
    text-align: center;
  }


#s-4a95f3f9-8bd3-42a2-badf-461e90a52653.shg-btn {
  color: rgba(250, 250, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4a95f3f9-8bd3-42a2-badf-461e90a52653-root {
    text-align: center;
  }


#s-4a95f3f9-8bd3-42a2-badf-461e90a52653.shg-btn {
  color: rgba(250, 250, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4a95f3f9-8bd3-42a2-badf-461e90a52653-root {
    text-align: center;
  }


#s-4a95f3f9-8bd3-42a2-badf-461e90a52653.shg-btn {
  color: rgba(250, 250, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-dae875e1-efe8-4fad-ae3b-d67c90223397 {
  border-style: solid;
margin-right: 0%;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(8, 9, 10, 1);
border-radius: 3px;
background-color: rgba(197, 15, 15, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
letter-spacing: 3px;
line-height: 1em;
}
#s-dae875e1-efe8-4fad-ae3b-d67c90223397: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(8, 9, 10, 1) !important;
border-radius: 3px !important;
background-color: rgba(197, 15, 15, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(246, 174, 45, 1) !important;}#s-dae875e1-efe8-4fad-ae3b-d67c90223397:active {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(8, 9, 10, 1) !important;
border-radius: 3px !important;
background-color: rgba(246, 174, 45, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(8, 9, 10, 1) !important;}

  #s-dae875e1-efe8-4fad-ae3b-d67c90223397-root {
    text-align: center;
  }


#s-dae875e1-efe8-4fad-ae3b-d67c90223397.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-dae875e1-efe8-4fad-ae3b-d67c90223397-root {
    text-align: center;
  }


#s-dae875e1-efe8-4fad-ae3b-d67c90223397.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dae875e1-efe8-4fad-ae3b-d67c90223397-root {
    text-align: center;
  }


#s-dae875e1-efe8-4fad-ae3b-d67c90223397.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dae875e1-efe8-4fad-ae3b-d67c90223397-root {
    text-align: center;
  }


#s-dae875e1-efe8-4fad-ae3b-d67c90223397.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-dae875e1-efe8-4fad-ae3b-d67c90223397-root {
    text-align: center;
  }


#s-dae875e1-efe8-4fad-ae3b-d67c90223397.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-c4f24249-0b90-4e89-8111-a374d5963c2c {
  border-style: solid;
margin-top: 10px;
margin-right: 0%;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(8, 9, 10, 1);
border-radius: 3px;
background-color: rgba(8, 9, 10, 1);
text-align: center;
text-decoration: none;
color: rgba(250, 250, 255, 1);
background-image: none;
hover-type: color;
letter-spacing: 3px;
line-height: 1em;
}
#s-c4f24249-0b90-4e89-8111-a374d5963c2c: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(8, 9, 10, 1) !important;
border-radius: 3px !important;
background-color: rgba(8, 9, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(246, 174, 45, 1) !important;}#s-c4f24249-0b90-4e89-8111-a374d5963c2c:active {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(8, 9, 10, 1) !important;
border-radius: 3px !important;
background-color: rgba(246, 174, 45, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(8, 9, 10, 1) !important;}

  #s-c4f24249-0b90-4e89-8111-a374d5963c2c-root {
    text-align: center;
  }


#s-c4f24249-0b90-4e89-8111-a374d5963c2c.shg-btn {
  color: rgba(250, 250, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c4f24249-0b90-4e89-8111-a374d5963c2c-root {
    text-align: center;
  }


#s-c4f24249-0b90-4e89-8111-a374d5963c2c.shg-btn {
  color: rgba(250, 250, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c4f24249-0b90-4e89-8111-a374d5963c2c-root {
    text-align: center;
  }


#s-c4f24249-0b90-4e89-8111-a374d5963c2c.shg-btn {
  color: rgba(250, 250, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c4f24249-0b90-4e89-8111-a374d5963c2c-root {
    text-align: center;
  }


#s-c4f24249-0b90-4e89-8111-a374d5963c2c.shg-btn {
  color: rgba(250, 250, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c4f24249-0b90-4e89-8111-a374d5963c2c-root {
    text-align: center;
  }


#s-c4f24249-0b90-4e89-8111-a374d5963c2c.shg-btn {
  color: rgba(250, 250, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-eeadc03b-3a67-42b9-8c26-f2102d689cd4 {
  margin-left: 0%;
margin-bottom: -10px;
margin-right: 0%;
}

#s-a2b8badf-0e66-429c-bbb7-c4d82e3490d8 {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 5px;
margin-right: 12%;
padding-left: 0px;
padding-right: 0px;
}

@media (max-width: 767px){#s-26374707-8d96-407a-963a-844ed5347f4a {
  display: none;
}
#s-26374707-8d96-407a-963a-844ed5347f4a, #wrap-s-26374707-8d96-407a-963a-844ed5347f4a { display:none !important; }}







#s-26374707-8d96-407a-963a-844ed5347f4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26374707-8d96-407a-963a-844ed5347f4a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3a9054d-ecd7-4340-86b1-93f31da1c4dc {
  padding-bottom: 20px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a3a9054d-ecd7-4340-86b1-93f31da1c4dc {
  display: none;
}
#s-a3a9054d-ecd7-4340-86b1-93f31da1c4dc, #wrap-s-a3a9054d-ecd7-4340-86b1-93f31da1c4dc { display:none !important; }}@media (max-width: 767px){#s-a3a9054d-ecd7-4340-86b1-93f31da1c4dc {
  display: none;
}
#s-a3a9054d-ecd7-4340-86b1-93f31da1c4dc, #wrap-s-a3a9054d-ecd7-4340-86b1-93f31da1c4dc { display:none !important; }}






  #s-a3a9054d-ecd7-4340-86b1-93f31da1c4dc img.shogun-image {
    

    
    
    
  }


#s-a3a9054d-ecd7-4340-86b1-93f31da1c4dc .shogun-image-content {
  
    align-items: center;
  
}

#s-28461aef-6958-4ee6-922b-d045712e1425 {
  margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}

#s-f2e69de6-c09f-499e-9f57-0775ab183abf {
  margin-left: 0%;
padding-left: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-f2e69de6-c09f-499e-9f57-0775ab183abf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f2e69de6-c09f-499e-9f57-0775ab183abf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f2e69de6-c09f-499e-9f57-0775ab183abf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f2e69de6-c09f-499e-9f57-0775ab183abf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}








#s-75e25852-dd2f-4e6f-b06c-fda5547b86d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75e25852-dd2f-4e6f-b06c-fda5547b86d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d5a74269-d030-4c95-8a33-e3bd5aba64a6 {
  margin-left: 3%;
margin-right: 3%;
}

#s-f293facb-c6d1-440f-87ce-e0822ce54b92 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}







  #s-f293facb-c6d1-440f-87ce-e0822ce54b92 img.shogun-image {
    

    
    
    
  }


#s-f293facb-c6d1-440f-87ce-e0822ce54b92 .shogun-image-content {
  
    align-items: center;
  
}

#s-834089ee-53d3-4d58-a66b-2863daee8e24 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(8, 9, 10, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(250, 250, 255, 1);
}
#s-834089ee-53d3-4d58-a66b-2863daee8e24:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-834089ee-53d3-4d58-a66b-2863daee8e24:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-834089ee-53d3-4d58-a66b-2863daee8e24-root {
    text-align: center;
  }


#s-834089ee-53d3-4d58-a66b-2863daee8e24.shg-btn {
  color: rgba(250, 250, 255, 1);
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-834089ee-53d3-4d58-a66b-2863daee8e24-root {
    text-align: center;
  }


#s-834089ee-53d3-4d58-a66b-2863daee8e24.shg-btn {
  color: rgba(250, 250, 255, 1);
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-834089ee-53d3-4d58-a66b-2863daee8e24-root {
    text-align: center;
  }


#s-834089ee-53d3-4d58-a66b-2863daee8e24.shg-btn {
  color: rgba(250, 250, 255, 1);
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-834089ee-53d3-4d58-a66b-2863daee8e24-root {
    text-align: center;
  }


#s-834089ee-53d3-4d58-a66b-2863daee8e24.shg-btn {
  color: rgba(250, 250, 255, 1);
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-834089ee-53d3-4d58-a66b-2863daee8e24-root {
    text-align: center;
  }


#s-834089ee-53d3-4d58-a66b-2863daee8e24.shg-btn {
  color: rgba(250, 250, 255, 1);
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}







#s-6bffbc64-d430-4f35-aaef-864ce3697ec6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6bffbc64-d430-4f35-aaef-864ce3697ec6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-92a0e041-d0ce-4aa2-ab11-00ef100ff131 {
  margin-left: 3%;
margin-right: 3%;
}

#s-cbc95c30-2fcc-4b63-ab0d-15a2d4abf7a1 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}







  #s-cbc95c30-2fcc-4b63-ab0d-15a2d4abf7a1 img.shogun-image {
    

    
    
    
  }


#s-cbc95c30-2fcc-4b63-ab0d-15a2d4abf7a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-3d4f4188-0027-4852-8af9-cc77fdb692d2 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(8, 9, 10, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(250, 250, 255, 1);
}
#s-3d4f4188-0027-4852-8af9-cc77fdb692d2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3d4f4188-0027-4852-8af9-cc77fdb692d2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3d4f4188-0027-4852-8af9-cc77fdb692d2-root {
    text-align: center;
  }


#s-3d4f4188-0027-4852-8af9-cc77fdb692d2.shg-btn {
  color: rgba(250, 250, 255, 1);
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3d4f4188-0027-4852-8af9-cc77fdb692d2-root {
    text-align: center;
  }


#s-3d4f4188-0027-4852-8af9-cc77fdb692d2.shg-btn {
  color: rgba(250, 250, 255, 1);
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3d4f4188-0027-4852-8af9-cc77fdb692d2-root {
    text-align: center;
  }


#s-3d4f4188-0027-4852-8af9-cc77fdb692d2.shg-btn {
  color: rgba(250, 250, 255, 1);
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3d4f4188-0027-4852-8af9-cc77fdb692d2-root {
    text-align: center;
  }


#s-3d4f4188-0027-4852-8af9-cc77fdb692d2.shg-btn {
  color: rgba(250, 250, 255, 1);
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3d4f4188-0027-4852-8af9-cc77fdb692d2-root {
    text-align: center;
  }


#s-3d4f4188-0027-4852-8af9-cc77fdb692d2.shg-btn {
  color: rgba(250, 250, 255, 1);
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}







#s-5e4d36bd-fbc1-4d55-8360-5d665b018383 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e4d36bd-fbc1-4d55-8360-5d665b018383.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dfdb09b4-b069-4900-bb69-0e5ba27430b2 {
  margin-left: 3%;
margin-right: 3%;
}

#s-bf11bbaf-fc99-4335-81ed-a07200d02070 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}







  #s-bf11bbaf-fc99-4335-81ed-a07200d02070 img.shogun-image {
    

    
    
    
  }


#s-bf11bbaf-fc99-4335-81ed-a07200d02070 .shogun-image-content {
  
    align-items: center;
  
}

#s-fd3f16b4-05f1-4e1d-949d-1b082876a426 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(8, 9, 10, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(250, 250, 255, 1);
}
#s-fd3f16b4-05f1-4e1d-949d-1b082876a426:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fd3f16b4-05f1-4e1d-949d-1b082876a426:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fd3f16b4-05f1-4e1d-949d-1b082876a426-root {
    text-align: center;
  }


#s-fd3f16b4-05f1-4e1d-949d-1b082876a426.shg-btn {
  color: rgba(250, 250, 255, 1);
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fd3f16b4-05f1-4e1d-949d-1b082876a426-root {
    text-align: center;
  }


#s-fd3f16b4-05f1-4e1d-949d-1b082876a426.shg-btn {
  color: rgba(250, 250, 255, 1);
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fd3f16b4-05f1-4e1d-949d-1b082876a426-root {
    text-align: center;
  }


#s-fd3f16b4-05f1-4e1d-949d-1b082876a426.shg-btn {
  color: rgba(250, 250, 255, 1);
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fd3f16b4-05f1-4e1d-949d-1b082876a426-root {
    text-align: center;
  }


#s-fd3f16b4-05f1-4e1d-949d-1b082876a426.shg-btn {
  color: rgba(250, 250, 255, 1);
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fd3f16b4-05f1-4e1d-949d-1b082876a426-root {
    text-align: center;
  }


#s-fd3f16b4-05f1-4e1d-949d-1b082876a426.shg-btn {
  color: rgba(250, 250, 255, 1);
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-b23e14d1-ee5c-40dd-85d6-1ef22e5a59a2 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
}








#s-b23e14d1-ee5c-40dd-85d6-1ef22e5a59a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b23e14d1-ee5c-40dd-85d6-1ef22e5a59a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19816d0a-2361-45b2-99cd-4db9525614e1 {
  margin-left: 3%;
margin-right: 3%;
}

#s-24a9bb7f-c867-447a-afe1-dec5120ec607 {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
text-align: center;
}







  #s-24a9bb7f-c867-447a-afe1-dec5120ec607 img.shogun-image {
    

    
    
    
  }


#s-24a9bb7f-c867-447a-afe1-dec5120ec607 .shogun-image-content {
  
    align-items: center;
  
}

#s-080378c4-b42d-4ad4-8b46-a9573d5aec60 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(8, 9, 10, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(250, 250, 255, 1);
}
#s-080378c4-b42d-4ad4-8b46-a9573d5aec60:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-080378c4-b42d-4ad4-8b46-a9573d5aec60:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-080378c4-b42d-4ad4-8b46-a9573d5aec60-root {
    text-align: center;
  }


#s-080378c4-b42d-4ad4-8b46-a9573d5aec60.shg-btn {
  color: rgba(250, 250, 255, 1);
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-080378c4-b42d-4ad4-8b46-a9573d5aec60-root {
    text-align: center;
  }


#s-080378c4-b42d-4ad4-8b46-a9573d5aec60.shg-btn {
  color: rgba(250, 250, 255, 1);
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-080378c4-b42d-4ad4-8b46-a9573d5aec60-root {
    text-align: center;
  }


#s-080378c4-b42d-4ad4-8b46-a9573d5aec60.shg-btn {
  color: rgba(250, 250, 255, 1);
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-080378c4-b42d-4ad4-8b46-a9573d5aec60-root {
    text-align: center;
  }


#s-080378c4-b42d-4ad4-8b46-a9573d5aec60.shg-btn {
  color: rgba(250, 250, 255, 1);
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-080378c4-b42d-4ad4-8b46-a9573d5aec60-root {
    text-align: center;
  }


#s-080378c4-b42d-4ad4-8b46-a9573d5aec60.shg-btn {
  color: rgba(250, 250, 255, 1);
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-bf7a1637-e17c-4bac-8a18-84642626deb3 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
padding-bottom: 25px;
}








#s-bf7a1637-e17c-4bac-8a18-84642626deb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf7a1637-e17c-4bac-8a18-84642626deb3.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-19e8f423-1c4e-46c4-b943-bb7d1809ea10 {
  border-style: solid;
margin-right: 0%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(8, 9, 10, 1);
border-radius: 3px;
background-color: rgba(0, 68, 204, 1);
text-align: center;
text-decoration: none;
color: rgba(250, 250, 255, 1);
background-image: none;
hover-type: color;
letter-spacing: 3px;
line-height: 1em;
}
#s-19e8f423-1c4e-46c4-b943-bb7d1809ea10: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(8, 9, 10, 1) !important;
border-radius: 7px !important;
background-color: rgba(0, 68, 204, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(246, 174, 45, 1) !important;}#s-19e8f423-1c4e-46c4-b943-bb7d1809ea10:active {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(8, 9, 10, 1) !important;
border-radius: 3px !important;
background-color: rgba(246, 174, 45, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(8, 9, 10, 1) !important;}

  #s-19e8f423-1c4e-46c4-b943-bb7d1809ea10-root {
    text-align: center;
  }


#s-19e8f423-1c4e-46c4-b943-bb7d1809ea10.shg-btn {
  color: rgba(250, 250, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-19e8f423-1c4e-46c4-b943-bb7d1809ea10-root {
    text-align: center;
  }


#s-19e8f423-1c4e-46c4-b943-bb7d1809ea10.shg-btn {
  color: rgba(250, 250, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-19e8f423-1c4e-46c4-b943-bb7d1809ea10-root {
    text-align: center;
  }


#s-19e8f423-1c4e-46c4-b943-bb7d1809ea10.shg-btn {
  color: rgba(250, 250, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-19e8f423-1c4e-46c4-b943-bb7d1809ea10-root {
    text-align: center;
  }


#s-19e8f423-1c4e-46c4-b943-bb7d1809ea10.shg-btn {
  color: rgba(250, 250, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-19e8f423-1c4e-46c4-b943-bb7d1809ea10-root {
    text-align: center;
  }


#s-19e8f423-1c4e-46c4-b943-bb7d1809ea10.shg-btn {
  color: rgba(250, 250, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-3d696e91-cf69-4ee3-9934-3e14775c8e59 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
}








#s-3d696e91-cf69-4ee3-9934-3e14775c8e59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d696e91-cf69-4ee3-9934-3e14775c8e59.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-c8f80c13-6b93-4a89-87ba-fca08fc1971d {
  border-style: solid;
margin-top: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(8, 9, 10, 1);
border-radius: 3px;
background-color: rgba(197, 15, 15, 1);
text-align: center;
text-decoration: none;
color: rgba(250, 250, 255, 1);
background-image: none;
hover-type: color;
letter-spacing: 3px;
line-height: 1em;
}
#s-c8f80c13-6b93-4a89-87ba-fca08fc1971d: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(8, 9, 10, 1) !important;
border-radius: 3px !important;
background-color: rgba(197, 15, 15, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(246, 174, 45, 1) !important;}#s-c8f80c13-6b93-4a89-87ba-fca08fc1971d:active {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(8, 9, 10, 1) !important;
border-radius: 3px !important;
background-color: rgba(246, 174, 45, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(8, 9, 10, 1) !important;}

  #s-c8f80c13-6b93-4a89-87ba-fca08fc1971d-root {
    text-align: center;
  }


#s-c8f80c13-6b93-4a89-87ba-fca08fc1971d.shg-btn {
  color: rgba(250, 250, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c8f80c13-6b93-4a89-87ba-fca08fc1971d-root {
    text-align: center;
  }


#s-c8f80c13-6b93-4a89-87ba-fca08fc1971d.shg-btn {
  color: rgba(250, 250, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c8f80c13-6b93-4a89-87ba-fca08fc1971d-root {
    text-align: center;
  }


#s-c8f80c13-6b93-4a89-87ba-fca08fc1971d.shg-btn {
  color: rgba(250, 250, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c8f80c13-6b93-4a89-87ba-fca08fc1971d-root {
    text-align: center;
  }


#s-c8f80c13-6b93-4a89-87ba-fca08fc1971d.shg-btn {
  color: rgba(250, 250, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c8f80c13-6b93-4a89-87ba-fca08fc1971d-root {
    text-align: center;
  }


#s-c8f80c13-6b93-4a89-87ba-fca08fc1971d.shg-btn {
  color: rgba(250, 250, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-6f078e6f-0a16-44de-a368-3227124057e2 {
  min-height: 0px;
}
@media (max-width: 767px){#s-6f078e6f-0a16-44de-a368-3227124057e2 {
  display: none;
}
#s-6f078e6f-0a16-44de-a368-3227124057e2, #wrap-s-6f078e6f-0a16-44de-a368-3227124057e2 { display:none !important; }}







#s-6f078e6f-0a16-44de-a368-3227124057e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f078e6f-0a16-44de-a368-3227124057e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1456d38c-b7ed-4fa0-96cc-dfbae7a5aad9 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 10px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-1456d38c-b7ed-4fa0-96cc-dfbae7a5aad9 {
  display: none;
}
#s-1456d38c-b7ed-4fa0-96cc-dfbae7a5aad9, #wrap-s-1456d38c-b7ed-4fa0-96cc-dfbae7a5aad9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1456d38c-b7ed-4fa0-96cc-dfbae7a5aad9 {
  display: none;
}
#s-1456d38c-b7ed-4fa0-96cc-dfbae7a5aad9, #wrap-s-1456d38c-b7ed-4fa0-96cc-dfbae7a5aad9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1456d38c-b7ed-4fa0-96cc-dfbae7a5aad9 {
  display: none;
}
#s-1456d38c-b7ed-4fa0-96cc-dfbae7a5aad9, #wrap-s-1456d38c-b7ed-4fa0-96cc-dfbae7a5aad9 { display:none !important; }}
@media (min-width: 0px) {
[id="s-1456d38c-b7ed-4fa0-96cc-dfbae7a5aad9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1456d38c-b7ed-4fa0-96cc-dfbae7a5aad9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1456d38c-b7ed-4fa0-96cc-dfbae7a5aad9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1456d38c-b7ed-4fa0-96cc-dfbae7a5aad9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-2d30d411-a833-489b-8639-102d2ebe83d1 {
  min-height: 120px;
}








#s-2d30d411-a833-489b-8639-102d2ebe83d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d30d411-a833-489b-8639-102d2ebe83d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a0b072f-c3e3-47a5-8a82-2dcf1b3857b8 {
  margin-left: 25%;
margin-right: 25%;
max-width: 125px;
text-align: center;
}







  #s-7a0b072f-c3e3-47a5-8a82-2dcf1b3857b8 img.shogun-image {
    

    
    
    
  }


#s-7a0b072f-c3e3-47a5-8a82-2dcf1b3857b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-465244bf-aa85-4d27-a9e4-0cf8a1f7ddcc {
  margin-left: 3%;
margin-right: 3%;
padding-top: 5px;
}

#s-25b137c6-92ec-4779-a897-07859572f838 {
  min-height: 120px;
}








#s-25b137c6-92ec-4779-a897-07859572f838 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25b137c6-92ec-4779-a897-07859572f838.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c870f6d8-2ef6-4863-b644-9c0abab5fa63 {
  margin-left: 25%;
margin-right: 25%;
max-width: 100px;
text-align: center;
}







  #s-c870f6d8-2ef6-4863-b644-9c0abab5fa63 img.shogun-image {
    

    
    
    
  }


#s-c870f6d8-2ef6-4863-b644-9c0abab5fa63 .shogun-image-content {
  
    align-items: center;
  
}

#s-8977d2a9-40c6-4f4f-841c-91da21c14d6a {
  margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
padding-top: 5px;
}

#s-0fc9727d-9707-411a-9b4d-e3b8a93a6115 {
  min-height: 120px;
}








#s-0fc9727d-9707-411a-9b4d-e3b8a93a6115 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0fc9727d-9707-411a-9b4d-e3b8a93a6115.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a7ad8e3-77b6-4fd0-b998-a7716f8ca353 {
  margin-left: 10%;
margin-right: 10%;
max-width: 250px;
text-align: right;
}







  #s-6a7ad8e3-77b6-4fd0-b998-a7716f8ca353 img.shogun-image {
    

    
    
    
  }


#s-6a7ad8e3-77b6-4fd0-b998-a7716f8ca353 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ab4d9a6-3cb7-429e-8372-6d82c90dc5e0 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 5px;
}

#s-03a68b2a-955e-4e13-a49b-b2f496756a1b {
  min-height: 50px;
}








#s-03a68b2a-955e-4e13-a49b-b2f496756a1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03a68b2a-955e-4e13-a49b-b2f496756a1b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-438809d8-3036-4a8d-aa3c-7b6060b9e422 {
  min-height: 0px;
}
@media (min-width: 1200px){#s-438809d8-3036-4a8d-aa3c-7b6060b9e422 {
  display: none;
}
#s-438809d8-3036-4a8d-aa3c-7b6060b9e422, #wrap-s-438809d8-3036-4a8d-aa3c-7b6060b9e422 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-438809d8-3036-4a8d-aa3c-7b6060b9e422 {
  display: none;
}
#s-438809d8-3036-4a8d-aa3c-7b6060b9e422, #wrap-s-438809d8-3036-4a8d-aa3c-7b6060b9e422 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-438809d8-3036-4a8d-aa3c-7b6060b9e422 {
  display: none;
}
#s-438809d8-3036-4a8d-aa3c-7b6060b9e422, #wrap-s-438809d8-3036-4a8d-aa3c-7b6060b9e422 { display:none !important; }}@media (max-width: 767px){#s-438809d8-3036-4a8d-aa3c-7b6060b9e422 {
  
}
}







#s-438809d8-3036-4a8d-aa3c-7b6060b9e422 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-438809d8-3036-4a8d-aa3c-7b6060b9e422.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;
}

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

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

.shogun-image.hover ~ * {
  z-index: 1;
}

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

#s-f136f89c-b8cc-4f94-8329-943259c7a2a5 {
  text-align: center;
}







  img.s-f136f89c-b8cc-4f94-8329-943259c7a2a5.shogun-image {
    
    
  }


.s-f136f89c-b8cc-4f94-8329-943259c7a2a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-f136f89c-b8cc-4f94-8329-943259c7a2a5.shg-align-container {
  text-align: center
}

.s-f136f89c-b8cc-4f94-8329-943259c7a2a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f136f89c-b8cc-4f94-8329-943259c7a2a5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f136f89c-b8cc-4f94-8329-943259c7a2a5.shogun-image {
    
    
  }


.s-f136f89c-b8cc-4f94-8329-943259c7a2a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-f136f89c-b8cc-4f94-8329-943259c7a2a5.shg-align-container {
  text-align: center
}

.s-f136f89c-b8cc-4f94-8329-943259c7a2a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f136f89c-b8cc-4f94-8329-943259c7a2a5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f136f89c-b8cc-4f94-8329-943259c7a2a5.shogun-image {
    
    
  }


.s-f136f89c-b8cc-4f94-8329-943259c7a2a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-f136f89c-b8cc-4f94-8329-943259c7a2a5.shg-align-container {
  text-align: center
}

.s-f136f89c-b8cc-4f94-8329-943259c7a2a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f136f89c-b8cc-4f94-8329-943259c7a2a5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f136f89c-b8cc-4f94-8329-943259c7a2a5.shogun-image {
    
    
  }


.s-f136f89c-b8cc-4f94-8329-943259c7a2a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-f136f89c-b8cc-4f94-8329-943259c7a2a5.shg-align-container {
  text-align: center
}

.s-f136f89c-b8cc-4f94-8329-943259c7a2a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f136f89c-b8cc-4f94-8329-943259c7a2a5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f136f89c-b8cc-4f94-8329-943259c7a2a5.shogun-image {
    
    
  }


.s-f136f89c-b8cc-4f94-8329-943259c7a2a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-f136f89c-b8cc-4f94-8329-943259c7a2a5.shg-align-container {
  text-align: center
}

.s-f136f89c-b8cc-4f94-8329-943259c7a2a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f136f89c-b8cc-4f94-8329-943259c7a2a5.shogun-image {
  box-sizing: border-box;
}


}
#s-4dd5251d-8f7f-4955-82f0-922f998cbf75 {
  min-height: 0px;
}








#s-4dd5251d-8f7f-4955-82f0-922f998cbf75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4dd5251d-8f7f-4955-82f0-922f998cbf75.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-98ed7108-eeb8-4c8e-aec5-b5e52d3b795a {
  padding-left: 3%;
padding-right: 3%;
}

#s-98ed7108-eeb8-4c8e-aec5-b5e52d3b795a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-98ed7108-eeb8-4c8e-aec5-b5e52d3b795a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(250, 250, 255, 1);
  padding: 10px;
}

#s-98ed7108-eeb8-4c8e-aec5-b5e52d3b795a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-98ed7108-eeb8-4c8e-aec5-b5e52d3b795a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-98ed7108-eeb8-4c8e-aec5-b5e52d3b795a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 500;
  font-style: ;
  font-size: 16px;
}

#s-98ed7108-eeb8-4c8e-aec5-b5e52d3b795a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-8f6fa1ac-5bdb-4574-97df-4c4ba43341ee {
  min-height: 50px;
background-color: rgba(250, 250, 255, 1);
background-attachment: scroll;
}








#s-8f6fa1ac-5bdb-4574-97df-4c4ba43341ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f6fa1ac-5bdb-4574-97df-4c4ba43341ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-f97ab75a-da1d-4c16-9ec3-fdb0df6fbc96 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f97ab75a-da1d-4c16-9ec3-fdb0df6fbc96 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}



#s-4adb3659-bbd2-4d6c-bd9f-1443e735a3e2 {
  text-align: left;
}

#s-1ef33309-b629-4daa-858a-3fadc8b6cb0d {
  margin-top: 15px;
margin-bottom: 15px;
}
@media (max-width: 767px){#s-1ef33309-b629-4daa-858a-3fadc8b6cb0d {
  display: none;
}
#s-1ef33309-b629-4daa-858a-3fadc8b6cb0d, #wrap-s-1ef33309-b629-4daa-858a-3fadc8b6cb0d { display:none !important; }}
@media (min-width: 0px) {
[id="s-1ef33309-b629-4daa-858a-3fadc8b6cb0d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1ef33309-b629-4daa-858a-3fadc8b6cb0d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1ef33309-b629-4daa-858a-3fadc8b6cb0d"] > .shg-row > .shg-c-sm-0_4 {
  width: calc(3.333333333333334% - 0.0px);
}

[id="s-1ef33309-b629-4daa-858a-3fadc8b6cb0d"] > .shg-row > .shg-c-sm-3_6 {
  width: calc(30.000000000000004% - 0.0px);
}

[id="s-1ef33309-b629-4daa-858a-3fadc8b6cb0d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1ef33309-b629-4daa-858a-3fadc8b6cb0d"] > .shg-row > .shg-c-md-0_4 {
  width: calc(3.333333333333334% - 0.0px);
}

[id="s-1ef33309-b629-4daa-858a-3fadc8b6cb0d"] > .shg-row > .shg-c-md-3_6 {
  width: calc(30.000000000000004% - 0.0px);
}

[id="s-1ef33309-b629-4daa-858a-3fadc8b6cb0d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1ef33309-b629-4daa-858a-3fadc8b6cb0d"] > .shg-row > .shg-c-lg-0_4 {
  width: calc(3.333333333333334% - 0.0px);
}

[id="s-1ef33309-b629-4daa-858a-3fadc8b6cb0d"] > .shg-row > .shg-c-lg-3_6 {
  width: calc(30.000000000000004% - 0.0px);
}

[id="s-1ef33309-b629-4daa-858a-3fadc8b6cb0d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-896026fd-67d9-4a5c-9f7f-9aa9626eee54 {
  min-height: 80px;
}








#s-896026fd-67d9-4a5c-9f7f-9aa9626eee54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-896026fd-67d9-4a5c-9f7f-9aa9626eee54.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1fbd1f1e-ae49-406b-b124-d0ce3b59032e {
  margin-left: 35%;
margin-right: 35%;
max-width: 125px;
text-align: center;
}







  #s-1fbd1f1e-ae49-406b-b124-d0ce3b59032e img.shogun-image {
    

    
    
    
  }


#s-1fbd1f1e-ae49-406b-b124-d0ce3b59032e .shogun-image-content {
  
    align-items: center;
  
}

#s-14ebdfa3-c4c6-4d0d-a50d-d36abb421443 {
  padding-top: 5px;
}

#s-a9bc34a0-ac67-460f-aa28-b237a27257e5 {
  min-height: 80px;
}








#s-a9bc34a0-ac67-460f-aa28-b237a27257e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9bc34a0-ac67-460f-aa28-b237a27257e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-749f6eaf-04fd-4c47-96a6-be29b582fcd4 {
  margin-left: 40%;
margin-right: 40%;
max-width: 100px;
text-align: center;
}







  #s-749f6eaf-04fd-4c47-96a6-be29b582fcd4 img.shogun-image {
    

    
    
    
  }


#s-749f6eaf-04fd-4c47-96a6-be29b582fcd4 .shogun-image-content {
  
    align-items: center;
  
}

#s-f4294bfc-13b9-40fa-b020-e4982141ab9d {
  margin-bottom: 0px;
padding-top: 5px;
}

#s-bd256b10-fa66-4cf7-a964-42e4375d938c {
  min-height: 80px;
}








#s-bd256b10-fa66-4cf7-a964-42e4375d938c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd256b10-fa66-4cf7-a964-42e4375d938c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b3a8696-a947-47a9-9e70-8419c9ee42e8 {
  margin-left: 25%;
margin-right: 25%;
max-width: 250px;
text-align: right;
}







  #s-3b3a8696-a947-47a9-9e70-8419c9ee42e8 img.shogun-image {
    

    
    
    
  }


#s-3b3a8696-a947-47a9-9e70-8419c9ee42e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-97bfc331-a3f4-4376-8f23-764d0043724a {
  padding-top: 5px;
}

#s-42e65190-83fc-48d3-9705-9bad7a526e5f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-42e65190-83fc-48d3-9705-9bad7a526e5f {
  display: none;
}
#s-42e65190-83fc-48d3-9705-9bad7a526e5f, #wrap-s-42e65190-83fc-48d3-9705-9bad7a526e5f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-42e65190-83fc-48d3-9705-9bad7a526e5f {
  display: none;
}
#s-42e65190-83fc-48d3-9705-9bad7a526e5f, #wrap-s-42e65190-83fc-48d3-9705-9bad7a526e5f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-42e65190-83fc-48d3-9705-9bad7a526e5f {
  display: none;
}
#s-42e65190-83fc-48d3-9705-9bad7a526e5f, #wrap-s-42e65190-83fc-48d3-9705-9bad7a526e5f { display:none !important; }}







#s-42e65190-83fc-48d3-9705-9bad7a526e5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42e65190-83fc-48d3-9705-9bad7a526e5f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-965366a7-cf11-4852-9b14-b40a9ed5176d {
  margin-left: 3%;
margin-right: 3%;
text-align: center;
}







  img.s-965366a7-cf11-4852-9b14-b40a9ed5176d.shogun-image {
    
    
  }


.s-965366a7-cf11-4852-9b14-b40a9ed5176d .shogun-image-content {
  
    align-items: center;
  
}

.s-965366a7-cf11-4852-9b14-b40a9ed5176d.shg-align-container {
  text-align: center
}

.s-965366a7-cf11-4852-9b14-b40a9ed5176d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-965366a7-cf11-4852-9b14-b40a9ed5176d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-965366a7-cf11-4852-9b14-b40a9ed5176d.shogun-image {
    
    
  }


.s-965366a7-cf11-4852-9b14-b40a9ed5176d .shogun-image-content {
  
    align-items: center;
  
}

.s-965366a7-cf11-4852-9b14-b40a9ed5176d.shg-align-container {
  text-align: center
}

.s-965366a7-cf11-4852-9b14-b40a9ed5176d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-965366a7-cf11-4852-9b14-b40a9ed5176d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-965366a7-cf11-4852-9b14-b40a9ed5176d.shogun-image {
    
    
  }


.s-965366a7-cf11-4852-9b14-b40a9ed5176d .shogun-image-content {
  
    align-items: center;
  
}

.s-965366a7-cf11-4852-9b14-b40a9ed5176d.shg-align-container {
  text-align: center
}

.s-965366a7-cf11-4852-9b14-b40a9ed5176d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-965366a7-cf11-4852-9b14-b40a9ed5176d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-965366a7-cf11-4852-9b14-b40a9ed5176d.shogun-image {
    
    
  }


.s-965366a7-cf11-4852-9b14-b40a9ed5176d .shogun-image-content {
  
    align-items: center;
  
}

.s-965366a7-cf11-4852-9b14-b40a9ed5176d.shg-align-container {
  text-align: center
}

.s-965366a7-cf11-4852-9b14-b40a9ed5176d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-965366a7-cf11-4852-9b14-b40a9ed5176d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-965366a7-cf11-4852-9b14-b40a9ed5176d.shogun-image {
    
    
  }


.s-965366a7-cf11-4852-9b14-b40a9ed5176d .shogun-image-content {
  
    align-items: center;
  
}

.s-965366a7-cf11-4852-9b14-b40a9ed5176d.shg-align-container {
  text-align: center
}

.s-965366a7-cf11-4852-9b14-b40a9ed5176d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-965366a7-cf11-4852-9b14-b40a9ed5176d.shogun-image {
  box-sizing: border-box;
}


}
#s-fbfadf5c-44c4-449a-b043-fd6ce2d7b4c5 {
  min-height: 0px;
}
@media (min-width: 1200px){#s-fbfadf5c-44c4-449a-b043-fd6ce2d7b4c5 {
  display: none;
}
#s-fbfadf5c-44c4-449a-b043-fd6ce2d7b4c5, #wrap-s-fbfadf5c-44c4-449a-b043-fd6ce2d7b4c5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fbfadf5c-44c4-449a-b043-fd6ce2d7b4c5 {
  display: none;
}
#s-fbfadf5c-44c4-449a-b043-fd6ce2d7b4c5, #wrap-s-fbfadf5c-44c4-449a-b043-fd6ce2d7b4c5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fbfadf5c-44c4-449a-b043-fd6ce2d7b4c5 {
  display: none;
}
#s-fbfadf5c-44c4-449a-b043-fd6ce2d7b4c5, #wrap-s-fbfadf5c-44c4-449a-b043-fd6ce2d7b4c5 { display:none !important; }}@media (max-width: 767px){#s-fbfadf5c-44c4-449a-b043-fd6ce2d7b4c5 {
  
}
}







#s-fbfadf5c-44c4-449a-b043-fd6ce2d7b4c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbfadf5c-44c4-449a-b043-fd6ce2d7b4c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}








#s-6dd6a00b-c72a-4d63-8698-89fde56dfce1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6dd6a00b-c72a-4d63-8698-89fde56dfce1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3a380f09-2c75-4fba-9ceb-46cdf54d4e14 {
  margin-top: 0px;
margin-bottom: 15px;
padding-left: 3%;
padding-right: 3%;
}

#s-3a380f09-2c75-4fba-9ceb-46cdf54d4e14 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-3a380f09-2c75-4fba-9ceb-46cdf54d4e14 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(250, 250, 255, 1);
  padding: 10px;
}

#s-3a380f09-2c75-4fba-9ceb-46cdf54d4e14 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-3a380f09-2c75-4fba-9ceb-46cdf54d4e14 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-3a380f09-2c75-4fba-9ceb-46cdf54d4e14 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 500;
  font-style: ;
  font-size: 16px;
}

#s-3a380f09-2c75-4fba-9ceb-46cdf54d4e14 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-1d25953c-2c9f-4245-8909-a82982d073ca {
  min-height: 50px;
background-color: rgba(250, 250, 255, 1);
background-attachment: scroll;
}








#s-1d25953c-2c9f-4245-8909-a82982d073ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d25953c-2c9f-4245-8909-a82982d073ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-56ec2235-0d06-4654-81c8-e275c54830b4 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}

#s-74f22af8-d68b-4e18-93f8-19da9df11800 {
  text-align: left;
}

#s-e65ef262-852a-426a-b998-69b9f472dfa9 {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-e65ef262-852a-426a-b998-69b9f472dfa9 {
  display: none;
}
#s-e65ef262-852a-426a-b998-69b9f472dfa9, #wrap-s-e65ef262-852a-426a-b998-69b9f472dfa9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e65ef262-852a-426a-b998-69b9f472dfa9 {
  display: none;
}
#s-e65ef262-852a-426a-b998-69b9f472dfa9, #wrap-s-e65ef262-852a-426a-b998-69b9f472dfa9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e65ef262-852a-426a-b998-69b9f472dfa9 {
  display: none;
}
#s-e65ef262-852a-426a-b998-69b9f472dfa9, #wrap-s-e65ef262-852a-426a-b998-69b9f472dfa9 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e65ef262-852a-426a-b998-69b9f472dfa9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e65ef262-852a-426a-b998-69b9f472dfa9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e65ef262-852a-426a-b998-69b9f472dfa9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e65ef262-852a-426a-b998-69b9f472dfa9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}








#s-f7d73ee5-537b-498b-b461-c5db94b654cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7d73ee5-537b-498b-b461-c5db94b654cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-572ba84a-5a56-41f0-8ca9-28cc9654de95 {
  margin-left: 25%;
margin-right: 25%;
max-width: 125px;
text-align: center;
}







  #s-572ba84a-5a56-41f0-8ca9-28cc9654de95 img.shogun-image {
    

    
    
    
  }


#s-572ba84a-5a56-41f0-8ca9-28cc9654de95 .shogun-image-content {
  
    align-items: center;
  
}

#s-a78091e4-a7b2-4d65-9029-9f6d7f940c9c {
  margin-left: 0%;
margin-right: 0%;
}








#s-43594435-e1fd-4723-a01b-25ecb55dcace > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43594435-e1fd-4723-a01b-25ecb55dcace.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-144c07b5-ced5-45f0-9e9f-730ce7b80009 {
  margin-left: 25%;
margin-right: 25%;
max-width: 100px;
text-align: center;
}







  #s-144c07b5-ced5-45f0-9e9f-730ce7b80009 img.shogun-image {
    

    
    
    
  }


#s-144c07b5-ced5-45f0-9e9f-730ce7b80009 .shogun-image-content {
  
    align-items: center;
  
}

#s-c34a12e0-1b21-472f-a130-738660216947 {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}








#s-7a2510f8-d0ea-46cc-9121-ba3e5496b93e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a2510f8-d0ea-46cc-9121-ba3e5496b93e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c295bef6-98d5-4afa-b2aa-93e2e7f237ef {
  margin-left: 10%;
margin-right: 10%;
max-width: 250px;
text-align: right;
}







  #s-c295bef6-98d5-4afa-b2aa-93e2e7f237ef img.shogun-image {
    

    
    
    
  }


#s-c295bef6-98d5-4afa-b2aa-93e2e7f237ef .shogun-image-content {
  
    align-items: center;
  
}

#s-45bad7af-2602-40b5-9aba-9d84b6cda407 {
  margin-left: 0%;
margin-right: 0%;
}

#s-db9644f0-31e6-45ee-bf2e-821ce2af2e1f {
  margin-top: 15px;
margin-bottom: 15px;
}
@media (max-width: 767px){#s-db9644f0-31e6-45ee-bf2e-821ce2af2e1f {
  display: none;
}
#s-db9644f0-31e6-45ee-bf2e-821ce2af2e1f, #wrap-s-db9644f0-31e6-45ee-bf2e-821ce2af2e1f { display:none !important; }}
@media (min-width: 0px) {
[id="s-db9644f0-31e6-45ee-bf2e-821ce2af2e1f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-db9644f0-31e6-45ee-bf2e-821ce2af2e1f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-db9644f0-31e6-45ee-bf2e-821ce2af2e1f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-db9644f0-31e6-45ee-bf2e-821ce2af2e1f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-db9644f0-31e6-45ee-bf2e-821ce2af2e1f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-db9644f0-31e6-45ee-bf2e-821ce2af2e1f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-db9644f0-31e6-45ee-bf2e-821ce2af2e1f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-db9644f0-31e6-45ee-bf2e-821ce2af2e1f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-db9644f0-31e6-45ee-bf2e-821ce2af2e1f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-db9644f0-31e6-45ee-bf2e-821ce2af2e1f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-db9644f0-31e6-45ee-bf2e-821ce2af2e1f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-af8d3129-2116-4415-9e0f-57af6b240379 {
  min-height: 80px;
}








#s-af8d3129-2116-4415-9e0f-57af6b240379 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af8d3129-2116-4415-9e0f-57af6b240379.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8acb437c-542a-402e-a1d5-75800f1e04dd {
  margin-left: 35%;
margin-right: 35%;
max-width: 125px;
text-align: center;
}







  #s-8acb437c-542a-402e-a1d5-75800f1e04dd img.shogun-image {
    

    
    
    
  }


#s-8acb437c-542a-402e-a1d5-75800f1e04dd .shogun-image-content {
  
    align-items: center;
  
}

#s-989d3a47-5d7b-4824-8886-41359892f6ef {
  margin-left: 3%;
margin-right: 3%;
padding-top: 5px;
}

#s-1e1e1292-7714-4961-84c7-ddd5486bc2d9 {
  min-height: 80px;
}








#s-1e1e1292-7714-4961-84c7-ddd5486bc2d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e1e1292-7714-4961-84c7-ddd5486bc2d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-92c5bc7e-def9-44c6-9b86-43433dfb4fb2 {
  margin-left: 40%;
margin-right: 40%;
max-width: 100px;
text-align: center;
}







  #s-92c5bc7e-def9-44c6-9b86-43433dfb4fb2 img.shogun-image {
    

    
    
    
  }


#s-92c5bc7e-def9-44c6-9b86-43433dfb4fb2 .shogun-image-content {
  
    align-items: center;
  
}

#s-45e23e12-de6e-4425-afac-c01b0167c831 {
  margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
padding-top: 5px;
}

#s-13e46a09-f35a-4dbb-94fe-521f9073b570 {
  min-height: 80px;
}








#s-13e46a09-f35a-4dbb-94fe-521f9073b570 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13e46a09-f35a-4dbb-94fe-521f9073b570.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd66bc12-b800-4d56-88e4-a49f9ef9a998 {
  margin-left: 25%;
margin-right: 25%;
max-width: 250px;
text-align: right;
}







  #s-dd66bc12-b800-4d56-88e4-a49f9ef9a998 img.shogun-image {
    

    
    
    
  }


#s-dd66bc12-b800-4d56-88e4-a49f9ef9a998 .shogun-image-content {
  
    align-items: center;
  
}

#s-d32e58e2-f474-431e-9f1a-dbbb7465ecf8 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 5px;
}

#s-caf16104-9173-472a-85c6-c4c2886e5949 {
  margin-top: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-caf16104-9173-472a-85c6-c4c2886e5949 {
  display: none;
}
#s-caf16104-9173-472a-85c6-c4c2886e5949, #wrap-s-caf16104-9173-472a-85c6-c4c2886e5949 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-caf16104-9173-472a-85c6-c4c2886e5949 {
  display: none;
}
#s-caf16104-9173-472a-85c6-c4c2886e5949, #wrap-s-caf16104-9173-472a-85c6-c4c2886e5949 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-caf16104-9173-472a-85c6-c4c2886e5949 {
  display: none;
}
#s-caf16104-9173-472a-85c6-c4c2886e5949, #wrap-s-caf16104-9173-472a-85c6-c4c2886e5949 { display:none !important; }}







#s-caf16104-9173-472a-85c6-c4c2886e5949 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-caf16104-9173-472a-85c6-c4c2886e5949.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a917afbb-7d15-455d-9bcf-3569a6e8ed8b {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-a917afbb-7d15-455d-9bcf-3569a6e8ed8b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-a917afbb-7d15-455d-9bcf-3569a6e8ed8b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-a917afbb-7d15-455d-9bcf-3569a6e8ed8b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-a917afbb-7d15-455d-9bcf-3569a6e8ed8b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-65e87314-3ba6-4102-b45d-e710834d52ab {
  margin-left: 3%;
margin-bottom: 5px;
margin-right: 3%;
}

#s-2ad33e5a-1e36-4200-8495-75dba1bf584f {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
}







  #s-2ad33e5a-1e36-4200-8495-75dba1bf584f img.shogun-image {
    

    
    
    
  }


#s-2ad33e5a-1e36-4200-8495-75dba1bf584f .shogun-image-content {
  
    align-items: center;
  
}

#s-c3204bf9-1371-477b-93f3-3c93803bd818 {
  margin-left: 3%;
margin-bottom: 5px;
margin-right: 3%;
}

#s-5e1171c0-f9bb-436d-be2b-6b68e0b31ec5 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
}







  #s-5e1171c0-f9bb-436d-be2b-6b68e0b31ec5 img.shogun-image {
    

    
    
    
  }


#s-5e1171c0-f9bb-436d-be2b-6b68e0b31ec5 .shogun-image-content {
  
    align-items: center;
  
}

#s-484a8434-9a35-4d37-8d89-385bf289e203 {
  margin-top: 5px;
margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-484a8434-9a35-4d37-8d89-385bf289e203"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-484a8434-9a35-4d37-8d89-385bf289e203"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-484a8434-9a35-4d37-8d89-385bf289e203"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-484a8434-9a35-4d37-8d89-385bf289e203"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-790b4313-a161-4ade-971e-50ec364034d9 {
  margin-left: 3%;
margin-bottom: 5px;
margin-right: 3%;
}

#s-d5863568-6aa1-4d15-b32a-910feeba0247 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
}







  #s-d5863568-6aa1-4d15-b32a-910feeba0247 img.shogun-image {
    

    
    
    
  }


#s-d5863568-6aa1-4d15-b32a-910feeba0247 .shogun-image-content {
  
    align-items: center;
  
}

#s-9bec92c7-8f0a-457d-a1b0-a5dd9a976411 {
  margin-left: 3%;
margin-bottom: 5px;
margin-right: 3%;
}

#s-c56c8340-0ab0-4dd9-afd5-e67151b94f3a {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
}







  #s-c56c8340-0ab0-4dd9-afd5-e67151b94f3a img.shogun-image {
    

    
    
    
  }


#s-c56c8340-0ab0-4dd9-afd5-e67151b94f3a .shogun-image-content {
  
    align-items: center;
  
}

#s-102f9e41-e1d8-452c-9483-ee62c3b3d838 {
  margin-top: 5px;
margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-102f9e41-e1d8-452c-9483-ee62c3b3d838"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-102f9e41-e1d8-452c-9483-ee62c3b3d838"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-102f9e41-e1d8-452c-9483-ee62c3b3d838"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-102f9e41-e1d8-452c-9483-ee62c3b3d838"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-738dd9c7-203d-4da8-bc4e-b7caedda10da {
  margin-left: 3%;
margin-bottom: 5px;
margin-right: 3%;
}

#s-08741a03-cfd7-465c-af2a-0cbbc95956a6 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
}







  #s-08741a03-cfd7-465c-af2a-0cbbc95956a6 img.shogun-image {
    

    
    
    
  }


#s-08741a03-cfd7-465c-af2a-0cbbc95956a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-42ec61d5-2c8e-44b2-acbd-a588db805f71 {
  margin-left: 3%;
margin-bottom: 5px;
margin-right: 3%;
}

#s-503d1a14-ee97-4912-8ae8-695a131e0e2b {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
}







  #s-503d1a14-ee97-4912-8ae8-695a131e0e2b img.shogun-image {
    

    
    
    
  }


#s-503d1a14-ee97-4912-8ae8-695a131e0e2b .shogun-image-content {
  
    align-items: center;
  
}

#s-fca5298e-7c47-45f6-9add-d3fd32b81f59 {
  margin-top: 5px;
margin-left: 3%;
margin-bottom: 15px;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-fca5298e-7c47-45f6-9add-d3fd32b81f59"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-fca5298e-7c47-45f6-9add-d3fd32b81f59"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-fca5298e-7c47-45f6-9add-d3fd32b81f59"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-fca5298e-7c47-45f6-9add-d3fd32b81f59"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-3f9ad724-f11a-4975-83cc-9ece848ee747 {
  margin-left: 3%;
margin-bottom: 5px;
margin-right: 3%;
}

#s-b3ffa1a5-8e07-47df-93ee-29391076d69d {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
}







  #s-b3ffa1a5-8e07-47df-93ee-29391076d69d img.shogun-image {
    

    
    
    
  }


#s-b3ffa1a5-8e07-47df-93ee-29391076d69d .shogun-image-content {
  
    align-items: center;
  
}

#s-7dc6fa8e-2841-4871-80c5-71c8cc97cc85 {
  margin-left: 3%;
margin-bottom: 5px;
margin-right: 3%;
}

#s-7eee5754-a159-48d7-a056-b95192013faa {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
}







  #s-7eee5754-a159-48d7-a056-b95192013faa img.shogun-image {
    

    
    
    
  }


#s-7eee5754-a159-48d7-a056-b95192013faa .shogun-image-content {
  
    align-items: center;
  
}

#s-df8dfa00-b0fc-469b-91e7-2aff922dc773 {
  margin-top: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-df8dfa00-b0fc-469b-91e7-2aff922dc773 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-df8dfa00-b0fc-469b-91e7-2aff922dc773 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-df8dfa00-b0fc-469b-91e7-2aff922dc773 {
  
}
}@media (max-width: 767px){#s-df8dfa00-b0fc-469b-91e7-2aff922dc773 {
  display: none;
}
#s-df8dfa00-b0fc-469b-91e7-2aff922dc773, #wrap-s-df8dfa00-b0fc-469b-91e7-2aff922dc773 { display:none !important; }}







#s-df8dfa00-b0fc-469b-91e7-2aff922dc773 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df8dfa00-b0fc-469b-91e7-2aff922dc773.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5b5ad3d-72fc-4d9d-8dc8-50c0959f95a5 {
  margin-left: 3%;
margin-bottom: 5px;
margin-right: 3%;
}

#s-b92294e0-e89a-4dd1-9d68-7abf5f747cfd {
  margin-left: 3%;
margin-right: 3%;
}
@media (min-width: 1200px){#s-b92294e0-e89a-4dd1-9d68-7abf5f747cfd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b92294e0-e89a-4dd1-9d68-7abf5f747cfd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b92294e0-e89a-4dd1-9d68-7abf5f747cfd {
  
}
}@media (max-width: 767px){#s-b92294e0-e89a-4dd1-9d68-7abf5f747cfd {
  
}
}
@media (min-width: 0px) {
[id="s-b92294e0-e89a-4dd1-9d68-7abf5f747cfd"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 768px) {
[id="s-b92294e0-e89a-4dd1-9d68-7abf5f747cfd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-b92294e0-e89a-4dd1-9d68-7abf5f747cfd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-b92294e0-e89a-4dd1-9d68-7abf5f747cfd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-a8c2a2f8-5660-4ac9-96c7-3125b6504125 {
  margin-left: 3%;
margin-bottom: 5px;
margin-right: 3%;
}

#s-82f84cd4-28d6-4613-bf95-0d73ceb82b38 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
}







  #s-82f84cd4-28d6-4613-bf95-0d73ceb82b38 img.shogun-image {
    

    
    
    
  }


#s-82f84cd4-28d6-4613-bf95-0d73ceb82b38 .shogun-image-content {
  
    align-items: center;
  
}

#s-cac7ddc1-b07e-4575-9e3c-666249a000f7 {
  margin-left: 3%;
margin-bottom: 5px;
margin-right: 3%;
}

#s-57f5e26e-9c69-49c4-9e72-6870095c7b75 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
}







  #s-57f5e26e-9c69-49c4-9e72-6870095c7b75 img.shogun-image {
    

    
    
    
  }


#s-57f5e26e-9c69-49c4-9e72-6870095c7b75 .shogun-image-content {
  
    align-items: center;
  
}

#s-d14afa98-4b42-4059-a226-03acbc0c0a2f {
  margin-left: 3%;
margin-bottom: 5px;
margin-right: 3%;
}

#s-b705a752-b4ff-48ef-a977-6fd6d2945247 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
}







  #s-b705a752-b4ff-48ef-a977-6fd6d2945247 img.shogun-image {
    

    
    
    
  }


#s-b705a752-b4ff-48ef-a977-6fd6d2945247 .shogun-image-content {
  
    align-items: center;
  
}

#s-88493f9e-1d24-4e34-a0eb-be170d78b2e4 {
  margin-left: 3%;
margin-bottom: 5px;
margin-right: 3%;
}

#s-42db8792-463c-483a-a72d-40ccffa005f5 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
}







  #s-42db8792-463c-483a-a72d-40ccffa005f5 img.shogun-image {
    

    
    
    
  }


#s-42db8792-463c-483a-a72d-40ccffa005f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a7b1e56-ac65-4ba5-9313-4c57119f52d7 {
  margin-top: 0px;
margin-bottom: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-5a7b1e56-ac65-4ba5-9313-4c57119f52d7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5a7b1e56-ac65-4ba5-9313-4c57119f52d7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5a7b1e56-ac65-4ba5-9313-4c57119f52d7 {
  
}
}@media (max-width: 767px){#s-5a7b1e56-ac65-4ba5-9313-4c57119f52d7 {
  display: none;
}
#s-5a7b1e56-ac65-4ba5-9313-4c57119f52d7, #wrap-s-5a7b1e56-ac65-4ba5-9313-4c57119f52d7 { display:none !important; }}







#s-5a7b1e56-ac65-4ba5-9313-4c57119f52d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a7b1e56-ac65-4ba5-9313-4c57119f52d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71c74d5c-5318-4795-b504-535d6207bb4e {
  margin-top: 15px;
margin-left: 3%;
margin-right: 3%;
}
@media (min-width: 1200px){#s-71c74d5c-5318-4795-b504-535d6207bb4e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-71c74d5c-5318-4795-b504-535d6207bb4e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-71c74d5c-5318-4795-b504-535d6207bb4e {
  
}
}@media (max-width: 767px){#s-71c74d5c-5318-4795-b504-535d6207bb4e {
  
}
}
@media (min-width: 0px) {
[id="s-71c74d5c-5318-4795-b504-535d6207bb4e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 768px) {
[id="s-71c74d5c-5318-4795-b504-535d6207bb4e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-71c74d5c-5318-4795-b504-535d6207bb4e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-71c74d5c-5318-4795-b504-535d6207bb4e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-eeff3e59-baef-4b59-aa70-fc4ca77e99e6 {
  margin-left: 3%;
margin-bottom: 5px;
margin-right: 3%;
}

#s-2e32e71a-798d-42aa-9698-68e17dded1ca {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
}







  #s-2e32e71a-798d-42aa-9698-68e17dded1ca img.shogun-image {
    

    
    
    
  }


#s-2e32e71a-798d-42aa-9698-68e17dded1ca .shogun-image-content {
  
    align-items: center;
  
}

#s-212d78b5-cedd-4f2c-9c8d-4bcc547581c6 {
  margin-left: 3%;
margin-bottom: 5px;
margin-right: 3%;
}

#s-c484ba3a-2c3b-4f57-bce4-3e5b3003d9c9 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
}







  #s-c484ba3a-2c3b-4f57-bce4-3e5b3003d9c9 img.shogun-image {
    

    
    
    
  }


#s-c484ba3a-2c3b-4f57-bce4-3e5b3003d9c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-f478cfe7-2b02-4aa6-8d43-6d3c09cec994 {
  margin-left: 3%;
margin-bottom: 5px;
margin-right: 3%;
}

#s-063f36ab-6549-41e8-8eb5-f134f2b53c74 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
}







  #s-063f36ab-6549-41e8-8eb5-f134f2b53c74 img.shogun-image {
    

    
    
    
  }


#s-063f36ab-6549-41e8-8eb5-f134f2b53c74 .shogun-image-content {
  
    align-items: center;
  
}

#s-66589cef-024e-4c80-976c-17badcfaef59 {
  margin-left: 3%;
margin-bottom: 5px;
margin-right: 3%;
}

#s-566377c1-ac64-4856-a674-88f205bf1326 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
}







  #s-566377c1-ac64-4856-a674-88f205bf1326 img.shogun-image {
    

    
    
    
  }


#s-566377c1-ac64-4856-a674-88f205bf1326 .shogun-image-content {
  
    align-items: center;
  
}

#s-09299236-9b6e-4f76-b7ef-eadf1fd299ba {
  margin-top: 0px;
padding-top: 0px;
min-height: 0px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-09299236-9b6e-4f76-b7ef-eadf1fd299ba {
  padding-bottom: 10px;
}
}@media (max-width: 767px){#s-09299236-9b6e-4f76-b7ef-eadf1fd299ba {
  padding-bottom: 10px;
}
}







#s-09299236-9b6e-4f76-b7ef-eadf1fd299ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09299236-9b6e-4f76-b7ef-eadf1fd299ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-27f5125d-9253-4e35-b7f1-b486456ffe7a {
  margin-top: 10px;
margin-bottom: 0px;
padding-left: 200px;
padding-right: 200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-27f5125d-9253-4e35-b7f1-b486456ffe7a {
  padding-left: 100px;
padding-right: 100px;
}
}@media (max-width: 767px){#s-27f5125d-9253-4e35-b7f1-b486456ffe7a {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-e5f3143a-45ea-4419-ad88-38627f12e7c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5f3143a-45ea-4419-ad88-38627f12e7c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b05a04ce-293b-4073-ae39-c6d5b6e38ec9 {
  margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
padding-top: 5px;
}

#s-5acaa1e0-a9fe-4638-a28f-8c712a32311f {
  background-color: rgba(0, 68, 204, 1);
}








#s-5acaa1e0-a9fe-4638-a28f-8c712a32311f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5acaa1e0-a9fe-4638-a28f-8c712a32311f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8aebbf65-ddbd-4b80-ae38-4dcf829bc916 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
padding-top: 5px;
}

#s-3500f2d9-05d4-43e6-a52a-9cdf8e0db4a3 {
  min-height: 50px;
}








#s-3500f2d9-05d4-43e6-a52a-9cdf8e0db4a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3500f2d9-05d4-43e6-a52a-9cdf8e0db4a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-102bd614-9acc-4f27-9141-4f143530eb27 {
  margin-top: 15px;
margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-102bd614-9acc-4f27-9141-4f143530eb27"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-102bd614-9acc-4f27-9141-4f143530eb27"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-102bd614-9acc-4f27-9141-4f143530eb27"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-102bd614-9acc-4f27-9141-4f143530eb27"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-bf4251e3-c641-4cc8-9f6f-ced7bc43b4f0 {
  padding-left: 3%;
padding-right: 3%;
}

#s-bf4251e3-c641-4cc8-9f6f-ced7bc43b4f0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-bf4251e3-c641-4cc8-9f6f-ced7bc43b4f0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(250, 250, 255, 1);
  padding: 10px;
}

#s-bf4251e3-c641-4cc8-9f6f-ced7bc43b4f0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 68, 204, 1);
}

#s-bf4251e3-c641-4cc8-9f6f-ced7bc43b4f0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-bf4251e3-c641-4cc8-9f6f-ced7bc43b4f0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 68, 204, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 18px;
}

#s-bf4251e3-c641-4cc8-9f6f-ced7bc43b4f0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-01b7956c-f77f-4dbb-bbac-f3e03df8946d {
  min-height: 50px;
background-color: rgba(250, 250, 255, 1);
background-attachment: scroll;
}








#s-01b7956c-f77f-4dbb-bbac-f3e03df8946d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01b7956c-f77f-4dbb-bbac-f3e03df8946d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0116fd3d-2454-4dd8-8bca-44c9f725be7b {
  margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
padding-top: 5px;
}

#s-3842b6a9-6d68-4112-8a8a-cf3119db32fc {
  margin-top: 15px;
margin-bottom: 15px;
padding-left: 3%;
padding-right: 3%;
}

#s-3842b6a9-6d68-4112-8a8a-cf3119db32fc > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-3842b6a9-6d68-4112-8a8a-cf3119db32fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(250, 250, 255, 1);
  padding: 10px;
}

#s-3842b6a9-6d68-4112-8a8a-cf3119db32fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 68, 204, 1);
}

#s-3842b6a9-6d68-4112-8a8a-cf3119db32fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-3842b6a9-6d68-4112-8a8a-cf3119db32fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 68, 204, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 18px;
}

#s-3842b6a9-6d68-4112-8a8a-cf3119db32fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-e171a765-05ea-46ce-bf55-f094d57781fa {
  min-height: 50px;
background-color: rgba(250, 250, 255, 1);
background-attachment: scroll;
}








#s-e171a765-05ea-46ce-bf55-f094d57781fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e171a765-05ea-46ce-bf55-f094d57781fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dbcbe680-240b-41a9-9220-6f82cf690caf {
  margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
padding-top: 5px;
}

#s-56d7a986-c17a-483e-b395-f180b59d4442 {
  margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
padding-top: 5px;
}

#s-5badc5d0-a6a6-42f3-999f-381bdae6a948 {
  margin-top: 15px;
margin-bottom: 15px;
padding-left: 3%;
padding-right: 3%;
}

#s-5badc5d0-a6a6-42f3-999f-381bdae6a948 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-5badc5d0-a6a6-42f3-999f-381bdae6a948 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(250, 250, 255, 1);
  padding: 10px;
}

#s-5badc5d0-a6a6-42f3-999f-381bdae6a948 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 68, 204, 1);
}

#s-5badc5d0-a6a6-42f3-999f-381bdae6a948 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-5badc5d0-a6a6-42f3-999f-381bdae6a948 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 68, 204, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 18px;
}

#s-5badc5d0-a6a6-42f3-999f-381bdae6a948 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-07f7328a-cd58-41d1-ad26-8b018b55b85e {
  min-height: 50px;
background-color: rgba(250, 250, 255, 1);
background-attachment: scroll;
}








#s-07f7328a-cd58-41d1-ad26-8b018b55b85e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07f7328a-cd58-41d1-ad26-8b018b55b85e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6da59605-7e41-4f2b-a297-434b412cafd7 {
  margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
padding-top: 5px;
}

@media (min-width: 0px) {
[id="s-9408d598-086f-405e-9faf-a5a0e4b6bd28"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9408d598-086f-405e-9faf-a5a0e4b6bd28"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9408d598-086f-405e-9faf-a5a0e4b6bd28"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9408d598-086f-405e-9faf-a5a0e4b6bd28"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-5fa8390b-c1db-4aab-91e9-b6817ee8040b {
  min-height: 80px;
}








#s-5fa8390b-c1db-4aab-91e9-b6817ee8040b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fa8390b-c1db-4aab-91e9-b6817ee8040b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4dc4aff7-317e-4ea0-ae72-af1bd9cbd1f6 {
  margin-left: 35%;
margin-right: 35%;
max-width: 100px;
text-align: center;
}







  #s-4dc4aff7-317e-4ea0-ae72-af1bd9cbd1f6 img.shogun-image {
    

    
    
    
  }


#s-4dc4aff7-317e-4ea0-ae72-af1bd9cbd1f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-86eec148-42c1-4306-b849-cdcda484ca08 {
  margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
padding-top: 5px;
}

#s-99d600d6-57e1-429f-87a8-bc64c899e922 {
  min-height: 80px;
}








#s-99d600d6-57e1-429f-87a8-bc64c899e922 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99d600d6-57e1-429f-87a8-bc64c899e922.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3f08230d-dafe-4ac7-b3b5-465e61acc761 {
  margin-left: 20%;
margin-right: 20%;
max-width: 250px;
text-align: right;
}







  #s-3f08230d-dafe-4ac7-b3b5-465e61acc761 img.shogun-image {
    

    
    
    
  }


#s-3f08230d-dafe-4ac7-b3b5-465e61acc761 .shogun-image-content {
  
    align-items: center;
  
}

#s-bc19f5c5-2768-42b7-8432-1b0249f06068 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 5px;
}

#s-00fd57ce-bcca-49c7-9b14-57330e297c0a {
  min-height: 0px;
}
@media (min-width: 1200px){#s-00fd57ce-bcca-49c7-9b14-57330e297c0a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-00fd57ce-bcca-49c7-9b14-57330e297c0a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-00fd57ce-bcca-49c7-9b14-57330e297c0a {
  
}
}@media (max-width: 767px){#s-00fd57ce-bcca-49c7-9b14-57330e297c0a {
  display: none;
}
#s-00fd57ce-bcca-49c7-9b14-57330e297c0a, #wrap-s-00fd57ce-bcca-49c7-9b14-57330e297c0a { display:none !important; }}







#s-00fd57ce-bcca-49c7-9b14-57330e297c0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00fd57ce-bcca-49c7-9b14-57330e297c0a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8fd097b5-f97c-4bf1-a73f-3b62f3cf3366 {
  margin-left: 3%;
margin-bottom: 5px;
margin-right: 3%;
}

#s-0a6c1cb5-b881-442c-8d7b-0c5a0faa511d {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-0a6c1cb5-b881-442c-8d7b-0c5a0faa511d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 768px) {
[id="s-0a6c1cb5-b881-442c-8d7b-0c5a0faa511d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-0a6c1cb5-b881-442c-8d7b-0c5a0faa511d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-0a6c1cb5-b881-442c-8d7b-0c5a0faa511d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-91d094ae-b7a6-44ad-ade0-cc45f4a3d29b {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: left;
}



.shg-c#s-91d094ae-b7a6-44ad-ade0-cc45f4a3d29b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91d094ae-b7a6-44ad-ade0-cc45f4a3d29b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-91d094ae-b7a6-44ad-ade0-cc45f4a3d29b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91d094ae-b7a6-44ad-ade0-cc45f4a3d29b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-91d094ae-b7a6-44ad-ade0-cc45f4a3d29b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91d094ae-b7a6-44ad-ade0-cc45f4a3d29b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-91d094ae-b7a6-44ad-ade0-cc45f4a3d29b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91d094ae-b7a6-44ad-ade0-cc45f4a3d29b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-91d094ae-b7a6-44ad-ade0-cc45f4a3d29b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91d094ae-b7a6-44ad-ade0-cc45f4a3d29b img.shogun-image {
  width: 100%;
}



}
#s-997bae75-bad3-4bac-8e46-e98fdd0e9c1d {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: left;
}



.shg-c#s-997bae75-bad3-4bac-8e46-e98fdd0e9c1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-997bae75-bad3-4bac-8e46-e98fdd0e9c1d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-997bae75-bad3-4bac-8e46-e98fdd0e9c1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-997bae75-bad3-4bac-8e46-e98fdd0e9c1d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-997bae75-bad3-4bac-8e46-e98fdd0e9c1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-997bae75-bad3-4bac-8e46-e98fdd0e9c1d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-997bae75-bad3-4bac-8e46-e98fdd0e9c1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-997bae75-bad3-4bac-8e46-e98fdd0e9c1d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-997bae75-bad3-4bac-8e46-e98fdd0e9c1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-997bae75-bad3-4bac-8e46-e98fdd0e9c1d img.shogun-image {
  width: 100%;
}



}
#s-87e76706-5197-4f9a-ad86-b2ea9b48ec76 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: left;
}



.shg-c#s-87e76706-5197-4f9a-ad86-b2ea9b48ec76 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87e76706-5197-4f9a-ad86-b2ea9b48ec76 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-87e76706-5197-4f9a-ad86-b2ea9b48ec76 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87e76706-5197-4f9a-ad86-b2ea9b48ec76 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-87e76706-5197-4f9a-ad86-b2ea9b48ec76 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87e76706-5197-4f9a-ad86-b2ea9b48ec76 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-87e76706-5197-4f9a-ad86-b2ea9b48ec76 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87e76706-5197-4f9a-ad86-b2ea9b48ec76 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-87e76706-5197-4f9a-ad86-b2ea9b48ec76 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87e76706-5197-4f9a-ad86-b2ea9b48ec76 img.shogun-image {
  width: 100%;
}



}
#s-4a18b602-f894-4539-b409-1377bf8adf58 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: left;
}



.shg-c#s-4a18b602-f894-4539-b409-1377bf8adf58 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a18b602-f894-4539-b409-1377bf8adf58 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4a18b602-f894-4539-b409-1377bf8adf58 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a18b602-f894-4539-b409-1377bf8adf58 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4a18b602-f894-4539-b409-1377bf8adf58 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a18b602-f894-4539-b409-1377bf8adf58 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4a18b602-f894-4539-b409-1377bf8adf58 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a18b602-f894-4539-b409-1377bf8adf58 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4a18b602-f894-4539-b409-1377bf8adf58 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a18b602-f894-4539-b409-1377bf8adf58 img.shogun-image {
  width: 100%;
}



}
#s-588bcfd7-f9e1-4537-a277-6f3b22277ea5 {
  border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 7px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-588bcfd7-f9e1-4537-a277-6f3b22277ea5:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(11, 11, 11, 1) !important;
border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-588bcfd7-f9e1-4537-a277-6f3b22277ea5:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(88, 88, 88, 1) !important;}

  #s-588bcfd7-f9e1-4537-a277-6f3b22277ea5-root {
    text-align: center;
  }


#s-588bcfd7-f9e1-4537-a277-6f3b22277ea5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-588bcfd7-f9e1-4537-a277-6f3b22277ea5-root {
    text-align: center;
  }


#s-588bcfd7-f9e1-4537-a277-6f3b22277ea5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-588bcfd7-f9e1-4537-a277-6f3b22277ea5-root {
    text-align: center;
  }


#s-588bcfd7-f9e1-4537-a277-6f3b22277ea5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-588bcfd7-f9e1-4537-a277-6f3b22277ea5-root {
    text-align: center;
  }


#s-588bcfd7-f9e1-4537-a277-6f3b22277ea5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-588bcfd7-f9e1-4537-a277-6f3b22277ea5-root {
    text-align: center;
  }


#s-588bcfd7-f9e1-4537-a277-6f3b22277ea5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-39901539-0309-45d4-ab55-83e076dcd86f {
  min-height: 0px;
}
@media (min-width: 1200px){#s-39901539-0309-45d4-ab55-83e076dcd86f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-39901539-0309-45d4-ab55-83e076dcd86f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-39901539-0309-45d4-ab55-83e076dcd86f {
  
}
}@media (max-width: 767px){#s-39901539-0309-45d4-ab55-83e076dcd86f {
  display: none;
}
#s-39901539-0309-45d4-ab55-83e076dcd86f, #wrap-s-39901539-0309-45d4-ab55-83e076dcd86f { display:none !important; }}







#s-39901539-0309-45d4-ab55-83e076dcd86f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39901539-0309-45d4-ab55-83e076dcd86f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-efe5a486-1d95-4fe6-9a15-6a00009b4dc4 {
  margin-left: 3%;
margin-bottom: 5px;
margin-right: 3%;
}

#s-a74841f6-b54b-40d9-a8c8-c84b1b73045a {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-a74841f6-b54b-40d9-a8c8-c84b1b73045a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 768px) {
[id="s-a74841f6-b54b-40d9-a8c8-c84b1b73045a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-a74841f6-b54b-40d9-a8c8-c84b1b73045a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-a74841f6-b54b-40d9-a8c8-c84b1b73045a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-a36a1087-13a7-4a4b-b340-aadb3f77a0f0 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: left;
}



.shg-c#s-a36a1087-13a7-4a4b-b340-aadb3f77a0f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a36a1087-13a7-4a4b-b340-aadb3f77a0f0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a36a1087-13a7-4a4b-b340-aadb3f77a0f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a36a1087-13a7-4a4b-b340-aadb3f77a0f0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a36a1087-13a7-4a4b-b340-aadb3f77a0f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a36a1087-13a7-4a4b-b340-aadb3f77a0f0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a36a1087-13a7-4a4b-b340-aadb3f77a0f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a36a1087-13a7-4a4b-b340-aadb3f77a0f0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a36a1087-13a7-4a4b-b340-aadb3f77a0f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a36a1087-13a7-4a4b-b340-aadb3f77a0f0 img.shogun-image {
  width: 100%;
}



}
#s-6696182d-e2bf-4ebd-babc-3637e884674d {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: left;
}



.shg-c#s-6696182d-e2bf-4ebd-babc-3637e884674d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6696182d-e2bf-4ebd-babc-3637e884674d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6696182d-e2bf-4ebd-babc-3637e884674d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6696182d-e2bf-4ebd-babc-3637e884674d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6696182d-e2bf-4ebd-babc-3637e884674d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6696182d-e2bf-4ebd-babc-3637e884674d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6696182d-e2bf-4ebd-babc-3637e884674d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6696182d-e2bf-4ebd-babc-3637e884674d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6696182d-e2bf-4ebd-babc-3637e884674d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6696182d-e2bf-4ebd-babc-3637e884674d img.shogun-image {
  width: 100%;
}



}
#s-c99ba78e-8a84-498c-b3b1-e0bdd7a83fc7 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: left;
}



.shg-c#s-c99ba78e-8a84-498c-b3b1-e0bdd7a83fc7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c99ba78e-8a84-498c-b3b1-e0bdd7a83fc7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c99ba78e-8a84-498c-b3b1-e0bdd7a83fc7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c99ba78e-8a84-498c-b3b1-e0bdd7a83fc7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c99ba78e-8a84-498c-b3b1-e0bdd7a83fc7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c99ba78e-8a84-498c-b3b1-e0bdd7a83fc7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c99ba78e-8a84-498c-b3b1-e0bdd7a83fc7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c99ba78e-8a84-498c-b3b1-e0bdd7a83fc7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c99ba78e-8a84-498c-b3b1-e0bdd7a83fc7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c99ba78e-8a84-498c-b3b1-e0bdd7a83fc7 img.shogun-image {
  width: 100%;
}



}
#s-9053cf6a-3fdc-4d0b-afca-b279948b55ca {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: left;
}



.shg-c#s-9053cf6a-3fdc-4d0b-afca-b279948b55ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9053cf6a-3fdc-4d0b-afca-b279948b55ca img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9053cf6a-3fdc-4d0b-afca-b279948b55ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9053cf6a-3fdc-4d0b-afca-b279948b55ca img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9053cf6a-3fdc-4d0b-afca-b279948b55ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9053cf6a-3fdc-4d0b-afca-b279948b55ca img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9053cf6a-3fdc-4d0b-afca-b279948b55ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9053cf6a-3fdc-4d0b-afca-b279948b55ca img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9053cf6a-3fdc-4d0b-afca-b279948b55ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9053cf6a-3fdc-4d0b-afca-b279948b55ca img.shogun-image {
  width: 100%;
}



}
#s-9399d8b3-8eec-4bcb-a89d-6b356dd6d9b1 {
  border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 7px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-9399d8b3-8eec-4bcb-a89d-6b356dd6d9b1:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(11, 11, 11, 1) !important;
border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-9399d8b3-8eec-4bcb-a89d-6b356dd6d9b1:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(88, 88, 88, 1) !important;}

  #s-9399d8b3-8eec-4bcb-a89d-6b356dd6d9b1-root {
    text-align: center;
  }


#s-9399d8b3-8eec-4bcb-a89d-6b356dd6d9b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9399d8b3-8eec-4bcb-a89d-6b356dd6d9b1-root {
    text-align: center;
  }


#s-9399d8b3-8eec-4bcb-a89d-6b356dd6d9b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9399d8b3-8eec-4bcb-a89d-6b356dd6d9b1-root {
    text-align: center;
  }


#s-9399d8b3-8eec-4bcb-a89d-6b356dd6d9b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9399d8b3-8eec-4bcb-a89d-6b356dd6d9b1-root {
    text-align: center;
  }


#s-9399d8b3-8eec-4bcb-a89d-6b356dd6d9b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9399d8b3-8eec-4bcb-a89d-6b356dd6d9b1-root {
    text-align: center;
  }


#s-9399d8b3-8eec-4bcb-a89d-6b356dd6d9b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-9193fa1a-089d-4222-8e07-6edddf53df51 {
  margin-top: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-9193fa1a-089d-4222-8e07-6edddf53df51 {
  display: none;
}
#s-9193fa1a-089d-4222-8e07-6edddf53df51, #wrap-s-9193fa1a-089d-4222-8e07-6edddf53df51 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9193fa1a-089d-4222-8e07-6edddf53df51 {
  display: none;
}
#s-9193fa1a-089d-4222-8e07-6edddf53df51, #wrap-s-9193fa1a-089d-4222-8e07-6edddf53df51 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9193fa1a-089d-4222-8e07-6edddf53df51 {
  display: none;
}
#s-9193fa1a-089d-4222-8e07-6edddf53df51, #wrap-s-9193fa1a-089d-4222-8e07-6edddf53df51 { display:none !important; }}







#s-9193fa1a-089d-4222-8e07-6edddf53df51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9193fa1a-089d-4222-8e07-6edddf53df51.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e5520d1-d6eb-4a86-800c-12ace27983b4 {
  margin-left: 3%;
margin-bottom: 5px;
margin-right: 3%;
}

#s-ba8485fc-ddfe-4b2d-b038-b0d9464d0edf {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
}

@media (min-width: 0px) {
[id="s-ba8485fc-ddfe-4b2d-b038-b0d9464d0edf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-ba8485fc-ddfe-4b2d-b038-b0d9464d0edf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ba8485fc-ddfe-4b2d-b038-b0d9464d0edf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba8485fc-ddfe-4b2d-b038-b0d9464d0edf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-181a3de9-101d-4ea1-a210-cb6226d33c61 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: left;
}



.shg-c#s-181a3de9-101d-4ea1-a210-cb6226d33c61 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-181a3de9-101d-4ea1-a210-cb6226d33c61 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-181a3de9-101d-4ea1-a210-cb6226d33c61 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-181a3de9-101d-4ea1-a210-cb6226d33c61 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-181a3de9-101d-4ea1-a210-cb6226d33c61 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-181a3de9-101d-4ea1-a210-cb6226d33c61 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-181a3de9-101d-4ea1-a210-cb6226d33c61 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-181a3de9-101d-4ea1-a210-cb6226d33c61 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-181a3de9-101d-4ea1-a210-cb6226d33c61 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-181a3de9-101d-4ea1-a210-cb6226d33c61 img.shogun-image {
  width: 100%;
}



}
#s-4e7ee7b8-9398-4edc-8586-bcf6a76a3308 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: left;
}



.shg-c#s-4e7ee7b8-9398-4edc-8586-bcf6a76a3308 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e7ee7b8-9398-4edc-8586-bcf6a76a3308 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4e7ee7b8-9398-4edc-8586-bcf6a76a3308 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e7ee7b8-9398-4edc-8586-bcf6a76a3308 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4e7ee7b8-9398-4edc-8586-bcf6a76a3308 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e7ee7b8-9398-4edc-8586-bcf6a76a3308 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4e7ee7b8-9398-4edc-8586-bcf6a76a3308 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e7ee7b8-9398-4edc-8586-bcf6a76a3308 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4e7ee7b8-9398-4edc-8586-bcf6a76a3308 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e7ee7b8-9398-4edc-8586-bcf6a76a3308 img.shogun-image {
  width: 100%;
}



}
#s-11757098-fbc9-47d9-af53-1dbf745320a5 {
  margin-left: 15px;
margin-right: 15px;
}

@media (min-width: 0px) {
[id="s-11757098-fbc9-47d9-af53-1dbf745320a5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-11757098-fbc9-47d9-af53-1dbf745320a5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-11757098-fbc9-47d9-af53-1dbf745320a5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-11757098-fbc9-47d9-af53-1dbf745320a5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-d0d07f44-560b-4f69-9cb4-242659f3435b {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: left;
}



.shg-c#s-d0d07f44-560b-4f69-9cb4-242659f3435b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0d07f44-560b-4f69-9cb4-242659f3435b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d0d07f44-560b-4f69-9cb4-242659f3435b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0d07f44-560b-4f69-9cb4-242659f3435b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d0d07f44-560b-4f69-9cb4-242659f3435b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0d07f44-560b-4f69-9cb4-242659f3435b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d0d07f44-560b-4f69-9cb4-242659f3435b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0d07f44-560b-4f69-9cb4-242659f3435b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d0d07f44-560b-4f69-9cb4-242659f3435b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0d07f44-560b-4f69-9cb4-242659f3435b img.shogun-image {
  width: 100%;
}



}
#s-b6fd7354-cbfa-4822-9b1d-936a9040bbb0 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: left;
}



.shg-c#s-b6fd7354-cbfa-4822-9b1d-936a9040bbb0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6fd7354-cbfa-4822-9b1d-936a9040bbb0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b6fd7354-cbfa-4822-9b1d-936a9040bbb0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6fd7354-cbfa-4822-9b1d-936a9040bbb0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b6fd7354-cbfa-4822-9b1d-936a9040bbb0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6fd7354-cbfa-4822-9b1d-936a9040bbb0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b6fd7354-cbfa-4822-9b1d-936a9040bbb0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6fd7354-cbfa-4822-9b1d-936a9040bbb0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b6fd7354-cbfa-4822-9b1d-936a9040bbb0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6fd7354-cbfa-4822-9b1d-936a9040bbb0 img.shogun-image {
  width: 100%;
}



}
#s-9d8a8bc1-f614-4f1a-9549-890a2013ab43 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 7px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-9d8a8bc1-f614-4f1a-9549-890a2013ab43:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(11, 11, 11, 1) !important;
border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-9d8a8bc1-f614-4f1a-9549-890a2013ab43:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(88, 88, 88, 1) !important;}

  #s-9d8a8bc1-f614-4f1a-9549-890a2013ab43-root {
    text-align: center;
  }


#s-9d8a8bc1-f614-4f1a-9549-890a2013ab43.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9d8a8bc1-f614-4f1a-9549-890a2013ab43-root {
    text-align: center;
  }


#s-9d8a8bc1-f614-4f1a-9549-890a2013ab43.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9d8a8bc1-f614-4f1a-9549-890a2013ab43-root {
    text-align: center;
  }


#s-9d8a8bc1-f614-4f1a-9549-890a2013ab43.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9d8a8bc1-f614-4f1a-9549-890a2013ab43-root {
    text-align: center;
  }


#s-9d8a8bc1-f614-4f1a-9549-890a2013ab43.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9d8a8bc1-f614-4f1a-9549-890a2013ab43-root {
    text-align: center;
  }


#s-9d8a8bc1-f614-4f1a-9549-890a2013ab43.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-45b40eab-e186-42a7-8629-248347c473eb {
  margin-top: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-45b40eab-e186-42a7-8629-248347c473eb {
  display: none;
}
#s-45b40eab-e186-42a7-8629-248347c473eb, #wrap-s-45b40eab-e186-42a7-8629-248347c473eb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-45b40eab-e186-42a7-8629-248347c473eb {
  display: none;
}
#s-45b40eab-e186-42a7-8629-248347c473eb, #wrap-s-45b40eab-e186-42a7-8629-248347c473eb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-45b40eab-e186-42a7-8629-248347c473eb {
  display: none;
}
#s-45b40eab-e186-42a7-8629-248347c473eb, #wrap-s-45b40eab-e186-42a7-8629-248347c473eb { display:none !important; }}







#s-45b40eab-e186-42a7-8629-248347c473eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45b40eab-e186-42a7-8629-248347c473eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-215b0cdb-85d0-4096-83db-5cc9678d0f3a {
  margin-left: 3%;
margin-bottom: 5px;
margin-right: 3%;
}

#s-9f30f481-f9e7-4184-9525-5b635d69b241 {
  margin-top: 10px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
}

@media (min-width: 0px) {
[id="s-9f30f481-f9e7-4184-9525-5b635d69b241"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-9f30f481-f9e7-4184-9525-5b635d69b241"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9f30f481-f9e7-4184-9525-5b635d69b241"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f30f481-f9e7-4184-9525-5b635d69b241"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-4acd25df-1582-411d-a629-f453cba671aa {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: left;
}



.shg-c#s-4acd25df-1582-411d-a629-f453cba671aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4acd25df-1582-411d-a629-f453cba671aa img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4acd25df-1582-411d-a629-f453cba671aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4acd25df-1582-411d-a629-f453cba671aa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4acd25df-1582-411d-a629-f453cba671aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4acd25df-1582-411d-a629-f453cba671aa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4acd25df-1582-411d-a629-f453cba671aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4acd25df-1582-411d-a629-f453cba671aa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4acd25df-1582-411d-a629-f453cba671aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4acd25df-1582-411d-a629-f453cba671aa img.shogun-image {
  width: 100%;
}



}
#s-efd3fbd3-224f-4e4b-9b24-09a0662eb094 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: left;
}



.shg-c#s-efd3fbd3-224f-4e4b-9b24-09a0662eb094 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-efd3fbd3-224f-4e4b-9b24-09a0662eb094 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-efd3fbd3-224f-4e4b-9b24-09a0662eb094 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-efd3fbd3-224f-4e4b-9b24-09a0662eb094 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-efd3fbd3-224f-4e4b-9b24-09a0662eb094 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-efd3fbd3-224f-4e4b-9b24-09a0662eb094 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-efd3fbd3-224f-4e4b-9b24-09a0662eb094 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-efd3fbd3-224f-4e4b-9b24-09a0662eb094 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-efd3fbd3-224f-4e4b-9b24-09a0662eb094 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-efd3fbd3-224f-4e4b-9b24-09a0662eb094 img.shogun-image {
  width: 100%;
}



}
#s-046593d5-539f-4a0d-9739-8f1297a5e700 {
  margin-left: 15px;
margin-right: 15px;
}

@media (min-width: 0px) {
[id="s-046593d5-539f-4a0d-9739-8f1297a5e700"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-046593d5-539f-4a0d-9739-8f1297a5e700"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-046593d5-539f-4a0d-9739-8f1297a5e700"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-046593d5-539f-4a0d-9739-8f1297a5e700"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-afc024e7-91eb-4e54-a4ba-f7158f220f2b {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: left;
}



.shg-c#s-afc024e7-91eb-4e54-a4ba-f7158f220f2b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afc024e7-91eb-4e54-a4ba-f7158f220f2b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-afc024e7-91eb-4e54-a4ba-f7158f220f2b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afc024e7-91eb-4e54-a4ba-f7158f220f2b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-afc024e7-91eb-4e54-a4ba-f7158f220f2b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afc024e7-91eb-4e54-a4ba-f7158f220f2b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-afc024e7-91eb-4e54-a4ba-f7158f220f2b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afc024e7-91eb-4e54-a4ba-f7158f220f2b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-afc024e7-91eb-4e54-a4ba-f7158f220f2b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afc024e7-91eb-4e54-a4ba-f7158f220f2b img.shogun-image {
  width: 100%;
}



}
#s-a0b4a639-6295-4451-9c97-38412aba9b07 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: left;
}



.shg-c#s-a0b4a639-6295-4451-9c97-38412aba9b07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0b4a639-6295-4451-9c97-38412aba9b07 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a0b4a639-6295-4451-9c97-38412aba9b07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0b4a639-6295-4451-9c97-38412aba9b07 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a0b4a639-6295-4451-9c97-38412aba9b07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0b4a639-6295-4451-9c97-38412aba9b07 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a0b4a639-6295-4451-9c97-38412aba9b07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0b4a639-6295-4451-9c97-38412aba9b07 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a0b4a639-6295-4451-9c97-38412aba9b07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0b4a639-6295-4451-9c97-38412aba9b07 img.shogun-image {
  width: 100%;
}



}
#s-0da87283-1859-405e-aba7-173ac7162cd6 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 7px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-0da87283-1859-405e-aba7-173ac7162cd6:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(11, 11, 11, 1) !important;
border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-0da87283-1859-405e-aba7-173ac7162cd6:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(88, 88, 88, 1) !important;}

  #s-0da87283-1859-405e-aba7-173ac7162cd6-root {
    text-align: center;
  }


#s-0da87283-1859-405e-aba7-173ac7162cd6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0da87283-1859-405e-aba7-173ac7162cd6-root {
    text-align: center;
  }


#s-0da87283-1859-405e-aba7-173ac7162cd6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0da87283-1859-405e-aba7-173ac7162cd6-root {
    text-align: center;
  }


#s-0da87283-1859-405e-aba7-173ac7162cd6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0da87283-1859-405e-aba7-173ac7162cd6-root {
    text-align: center;
  }


#s-0da87283-1859-405e-aba7-173ac7162cd6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0da87283-1859-405e-aba7-173ac7162cd6-root {
    text-align: center;
  }


#s-0da87283-1859-405e-aba7-173ac7162cd6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-3e7aae8d-feff-4724-bf8b-21fa41365150 {
  margin-top: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-3e7aae8d-feff-4724-bf8b-21fa41365150 {
  display: none;
}
#s-3e7aae8d-feff-4724-bf8b-21fa41365150, #wrap-s-3e7aae8d-feff-4724-bf8b-21fa41365150 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3e7aae8d-feff-4724-bf8b-21fa41365150 {
  display: none;
}
#s-3e7aae8d-feff-4724-bf8b-21fa41365150, #wrap-s-3e7aae8d-feff-4724-bf8b-21fa41365150 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3e7aae8d-feff-4724-bf8b-21fa41365150 {
  display: none;
}
#s-3e7aae8d-feff-4724-bf8b-21fa41365150, #wrap-s-3e7aae8d-feff-4724-bf8b-21fa41365150 { display:none !important; }}







#s-3e7aae8d-feff-4724-bf8b-21fa41365150 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e7aae8d-feff-4724-bf8b-21fa41365150.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3a1bdf71-3bf4-4693-8dc5-cb58410c7dc8 {
  margin-left: 3%;
margin-bottom: 5px;
margin-right: 3%;
}

#s-b6d32dbf-d922-4d95-8068-4006ad45f679 {
  margin-top: 10px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
}

@media (min-width: 0px) {
[id="s-b6d32dbf-d922-4d95-8068-4006ad45f679"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-b6d32dbf-d922-4d95-8068-4006ad45f679"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-b6d32dbf-d922-4d95-8068-4006ad45f679"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-b6d32dbf-d922-4d95-8068-4006ad45f679"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-f1b63c2e-f096-4beb-acad-e2fc99785a13 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: left;
}



.shg-c#s-f1b63c2e-f096-4beb-acad-e2fc99785a13 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1b63c2e-f096-4beb-acad-e2fc99785a13 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f1b63c2e-f096-4beb-acad-e2fc99785a13 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1b63c2e-f096-4beb-acad-e2fc99785a13 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f1b63c2e-f096-4beb-acad-e2fc99785a13 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1b63c2e-f096-4beb-acad-e2fc99785a13 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f1b63c2e-f096-4beb-acad-e2fc99785a13 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1b63c2e-f096-4beb-acad-e2fc99785a13 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f1b63c2e-f096-4beb-acad-e2fc99785a13 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1b63c2e-f096-4beb-acad-e2fc99785a13 img.shogun-image {
  width: 100%;
}



}
#s-6d45ab3b-15aa-4451-9da0-06b88d3a9f32 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: left;
}



.shg-c#s-6d45ab3b-15aa-4451-9da0-06b88d3a9f32 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d45ab3b-15aa-4451-9da0-06b88d3a9f32 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6d45ab3b-15aa-4451-9da0-06b88d3a9f32 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d45ab3b-15aa-4451-9da0-06b88d3a9f32 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6d45ab3b-15aa-4451-9da0-06b88d3a9f32 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d45ab3b-15aa-4451-9da0-06b88d3a9f32 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6d45ab3b-15aa-4451-9da0-06b88d3a9f32 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d45ab3b-15aa-4451-9da0-06b88d3a9f32 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6d45ab3b-15aa-4451-9da0-06b88d3a9f32 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d45ab3b-15aa-4451-9da0-06b88d3a9f32 img.shogun-image {
  width: 100%;
}



}
#s-51a695cc-ddaa-40d5-ae99-696f3d4c0cca {
  margin-left: 15px;
margin-right: 15px;
}

@media (min-width: 0px) {
[id="s-51a695cc-ddaa-40d5-ae99-696f3d4c0cca"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-51a695cc-ddaa-40d5-ae99-696f3d4c0cca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-51a695cc-ddaa-40d5-ae99-696f3d4c0cca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-51a695cc-ddaa-40d5-ae99-696f3d4c0cca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-054a3c22-6404-4c4b-aa4f-9940e4df74ec {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: left;
}



.shg-c#s-054a3c22-6404-4c4b-aa4f-9940e4df74ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-054a3c22-6404-4c4b-aa4f-9940e4df74ec img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-054a3c22-6404-4c4b-aa4f-9940e4df74ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-054a3c22-6404-4c4b-aa4f-9940e4df74ec img.shogun-image {
  width: 100%;
}



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

.shg-c#s-054a3c22-6404-4c4b-aa4f-9940e4df74ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-054a3c22-6404-4c4b-aa4f-9940e4df74ec img.shogun-image {
  width: 100%;
}



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

.shg-c#s-054a3c22-6404-4c4b-aa4f-9940e4df74ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-054a3c22-6404-4c4b-aa4f-9940e4df74ec img.shogun-image {
  width: 100%;
}



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

.shg-c#s-054a3c22-6404-4c4b-aa4f-9940e4df74ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-054a3c22-6404-4c4b-aa4f-9940e4df74ec img.shogun-image {
  width: 100%;
}



}
#s-4f7bbac4-cc46-426f-aa2e-8544bcc02167 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: left;
}



.shg-c#s-4f7bbac4-cc46-426f-aa2e-8544bcc02167 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f7bbac4-cc46-426f-aa2e-8544bcc02167 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4f7bbac4-cc46-426f-aa2e-8544bcc02167 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f7bbac4-cc46-426f-aa2e-8544bcc02167 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4f7bbac4-cc46-426f-aa2e-8544bcc02167 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f7bbac4-cc46-426f-aa2e-8544bcc02167 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4f7bbac4-cc46-426f-aa2e-8544bcc02167 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f7bbac4-cc46-426f-aa2e-8544bcc02167 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4f7bbac4-cc46-426f-aa2e-8544bcc02167 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f7bbac4-cc46-426f-aa2e-8544bcc02167 img.shogun-image {
  width: 100%;
}



}
#s-e98e9dcc-bf0c-4645-b411-c241b986a7e0 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 7px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-e98e9dcc-bf0c-4645-b411-c241b986a7e0:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(11, 11, 11, 1) !important;
border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-e98e9dcc-bf0c-4645-b411-c241b986a7e0:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(88, 88, 88, 1) !important;}

  #s-e98e9dcc-bf0c-4645-b411-c241b986a7e0-root {
    text-align: center;
  }


#s-e98e9dcc-bf0c-4645-b411-c241b986a7e0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e98e9dcc-bf0c-4645-b411-c241b986a7e0-root {
    text-align: center;
  }


#s-e98e9dcc-bf0c-4645-b411-c241b986a7e0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e98e9dcc-bf0c-4645-b411-c241b986a7e0-root {
    text-align: center;
  }


#s-e98e9dcc-bf0c-4645-b411-c241b986a7e0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e98e9dcc-bf0c-4645-b411-c241b986a7e0-root {
    text-align: center;
  }


#s-e98e9dcc-bf0c-4645-b411-c241b986a7e0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e98e9dcc-bf0c-4645-b411-c241b986a7e0-root {
    text-align: center;
  }


#s-e98e9dcc-bf0c-4645-b411-c241b986a7e0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-1d74d74b-2fc2-4417-bbfa-5e3b2137fe51 {
  margin-top: 0px;
}
@media (min-width: 1200px){#s-1d74d74b-2fc2-4417-bbfa-5e3b2137fe51 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1d74d74b-2fc2-4417-bbfa-5e3b2137fe51 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1d74d74b-2fc2-4417-bbfa-5e3b2137fe51 {
  
}
}@media (max-width: 767px){#s-1d74d74b-2fc2-4417-bbfa-5e3b2137fe51 {
  display: none;
}
#s-1d74d74b-2fc2-4417-bbfa-5e3b2137fe51, #wrap-s-1d74d74b-2fc2-4417-bbfa-5e3b2137fe51 { display:none !important; }}







#s-1d74d74b-2fc2-4417-bbfa-5e3b2137fe51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d74d74b-2fc2-4417-bbfa-5e3b2137fe51.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47680306-b70b-4898-8d84-3b974d61b345 {
  margin-left: 3%;
margin-bottom: 5px;
margin-right: 3%;
}

#s-30335a05-97fc-4605-9658-8c6d66405b28 {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-30335a05-97fc-4605-9658-8c6d66405b28"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 768px) {
[id="s-30335a05-97fc-4605-9658-8c6d66405b28"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-30335a05-97fc-4605-9658-8c6d66405b28"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-30335a05-97fc-4605-9658-8c6d66405b28"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-89ee88d7-fd73-40e1-ab0a-60f6e5c55106 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: left;
}



.shg-c#s-89ee88d7-fd73-40e1-ab0a-60f6e5c55106 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89ee88d7-fd73-40e1-ab0a-60f6e5c55106 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-89ee88d7-fd73-40e1-ab0a-60f6e5c55106 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89ee88d7-fd73-40e1-ab0a-60f6e5c55106 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-89ee88d7-fd73-40e1-ab0a-60f6e5c55106 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89ee88d7-fd73-40e1-ab0a-60f6e5c55106 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-89ee88d7-fd73-40e1-ab0a-60f6e5c55106 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89ee88d7-fd73-40e1-ab0a-60f6e5c55106 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-89ee88d7-fd73-40e1-ab0a-60f6e5c55106 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89ee88d7-fd73-40e1-ab0a-60f6e5c55106 img.shogun-image {
  width: 100%;
}



}
#s-e5737ac2-a691-4991-9d2f-f86bceca9392 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: left;
}



.shg-c#s-e5737ac2-a691-4991-9d2f-f86bceca9392 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5737ac2-a691-4991-9d2f-f86bceca9392 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e5737ac2-a691-4991-9d2f-f86bceca9392 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5737ac2-a691-4991-9d2f-f86bceca9392 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e5737ac2-a691-4991-9d2f-f86bceca9392 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5737ac2-a691-4991-9d2f-f86bceca9392 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e5737ac2-a691-4991-9d2f-f86bceca9392 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5737ac2-a691-4991-9d2f-f86bceca9392 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e5737ac2-a691-4991-9d2f-f86bceca9392 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5737ac2-a691-4991-9d2f-f86bceca9392 img.shogun-image {
  width: 100%;
}



}
#s-b28d04a0-3e50-487f-bf58-69bd646ed80a {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: left;
}



.shg-c#s-b28d04a0-3e50-487f-bf58-69bd646ed80a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b28d04a0-3e50-487f-bf58-69bd646ed80a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b28d04a0-3e50-487f-bf58-69bd646ed80a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b28d04a0-3e50-487f-bf58-69bd646ed80a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b28d04a0-3e50-487f-bf58-69bd646ed80a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b28d04a0-3e50-487f-bf58-69bd646ed80a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b28d04a0-3e50-487f-bf58-69bd646ed80a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b28d04a0-3e50-487f-bf58-69bd646ed80a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b28d04a0-3e50-487f-bf58-69bd646ed80a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b28d04a0-3e50-487f-bf58-69bd646ed80a img.shogun-image {
  width: 100%;
}



}
#s-77fb6b4e-f421-4570-bb4e-c0c49febefd1 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: left;
}



.shg-c#s-77fb6b4e-f421-4570-bb4e-c0c49febefd1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77fb6b4e-f421-4570-bb4e-c0c49febefd1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-77fb6b4e-f421-4570-bb4e-c0c49febefd1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77fb6b4e-f421-4570-bb4e-c0c49febefd1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-77fb6b4e-f421-4570-bb4e-c0c49febefd1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77fb6b4e-f421-4570-bb4e-c0c49febefd1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-77fb6b4e-f421-4570-bb4e-c0c49febefd1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77fb6b4e-f421-4570-bb4e-c0c49febefd1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-77fb6b4e-f421-4570-bb4e-c0c49febefd1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77fb6b4e-f421-4570-bb4e-c0c49febefd1 img.shogun-image {
  width: 100%;
}



}
#s-373226f9-b0a8-4f1e-ba33-f8d58b813d6c {
  border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 7px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-373226f9-b0a8-4f1e-ba33-f8d58b813d6c:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(11, 11, 11, 1) !important;
border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-373226f9-b0a8-4f1e-ba33-f8d58b813d6c:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(88, 88, 88, 1) !important;}

  #s-373226f9-b0a8-4f1e-ba33-f8d58b813d6c-root {
    text-align: center;
  }


#s-373226f9-b0a8-4f1e-ba33-f8d58b813d6c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-373226f9-b0a8-4f1e-ba33-f8d58b813d6c-root {
    text-align: center;
  }


#s-373226f9-b0a8-4f1e-ba33-f8d58b813d6c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-373226f9-b0a8-4f1e-ba33-f8d58b813d6c-root {
    text-align: center;
  }


#s-373226f9-b0a8-4f1e-ba33-f8d58b813d6c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-373226f9-b0a8-4f1e-ba33-f8d58b813d6c-root {
    text-align: center;
  }


#s-373226f9-b0a8-4f1e-ba33-f8d58b813d6c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-373226f9-b0a8-4f1e-ba33-f8d58b813d6c-root {
    text-align: center;
  }


#s-373226f9-b0a8-4f1e-ba33-f8d58b813d6c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-99be98e0-94c2-4dbe-8327-850e22a60f41 {
  margin-left: 3%;
margin-bottom: 5px;
margin-right: 3%;
}

#s-9d894f55-b8cc-48e6-ba03-a5623f2b1643 {
  margin-top: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-9d894f55-b8cc-48e6-ba03-a5623f2b1643 {
  display: none;
}
#s-9d894f55-b8cc-48e6-ba03-a5623f2b1643, #wrap-s-9d894f55-b8cc-48e6-ba03-a5623f2b1643 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9d894f55-b8cc-48e6-ba03-a5623f2b1643 {
  display: none;
}
#s-9d894f55-b8cc-48e6-ba03-a5623f2b1643, #wrap-s-9d894f55-b8cc-48e6-ba03-a5623f2b1643 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9d894f55-b8cc-48e6-ba03-a5623f2b1643 {
  display: none;
}
#s-9d894f55-b8cc-48e6-ba03-a5623f2b1643, #wrap-s-9d894f55-b8cc-48e6-ba03-a5623f2b1643 { display:none !important; }}







#s-9d894f55-b8cc-48e6-ba03-a5623f2b1643 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d894f55-b8cc-48e6-ba03-a5623f2b1643.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-950f2934-301e-4fac-87e5-92787959b028 {
  margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
}

@media (min-width: 0px) {
[id="s-950f2934-301e-4fac-87e5-92787959b028"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-950f2934-301e-4fac-87e5-92787959b028"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-950f2934-301e-4fac-87e5-92787959b028"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-950f2934-301e-4fac-87e5-92787959b028"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-bb8d0aa6-9526-42ff-92a1-384d8bab4095 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: left;
}



.shg-c#s-bb8d0aa6-9526-42ff-92a1-384d8bab4095 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb8d0aa6-9526-42ff-92a1-384d8bab4095 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-bb8d0aa6-9526-42ff-92a1-384d8bab4095 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb8d0aa6-9526-42ff-92a1-384d8bab4095 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bb8d0aa6-9526-42ff-92a1-384d8bab4095 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb8d0aa6-9526-42ff-92a1-384d8bab4095 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bb8d0aa6-9526-42ff-92a1-384d8bab4095 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb8d0aa6-9526-42ff-92a1-384d8bab4095 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bb8d0aa6-9526-42ff-92a1-384d8bab4095 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb8d0aa6-9526-42ff-92a1-384d8bab4095 img.shogun-image {
  width: 100%;
}



}
#s-75d1533e-f35e-4845-8c19-71c8160f9fff {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: left;
}



.shg-c#s-75d1533e-f35e-4845-8c19-71c8160f9fff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75d1533e-f35e-4845-8c19-71c8160f9fff img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-75d1533e-f35e-4845-8c19-71c8160f9fff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75d1533e-f35e-4845-8c19-71c8160f9fff img.shogun-image {
  width: 100%;
}



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

.shg-c#s-75d1533e-f35e-4845-8c19-71c8160f9fff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75d1533e-f35e-4845-8c19-71c8160f9fff img.shogun-image {
  width: 100%;
}



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

.shg-c#s-75d1533e-f35e-4845-8c19-71c8160f9fff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75d1533e-f35e-4845-8c19-71c8160f9fff img.shogun-image {
  width: 100%;
}



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

.shg-c#s-75d1533e-f35e-4845-8c19-71c8160f9fff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75d1533e-f35e-4845-8c19-71c8160f9fff img.shogun-image {
  width: 100%;
}



}
#s-3e60732c-b8f7-4d40-89f2-f140b4b80b87 {
  margin-left: 15px;
margin-right: 15px;
}

@media (min-width: 0px) {
[id="s-3e60732c-b8f7-4d40-89f2-f140b4b80b87"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-3e60732c-b8f7-4d40-89f2-f140b4b80b87"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3e60732c-b8f7-4d40-89f2-f140b4b80b87"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e60732c-b8f7-4d40-89f2-f140b4b80b87"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-de68c98d-4f12-4f3c-b323-843ba0d9d759 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: left;
}



.shg-c#s-de68c98d-4f12-4f3c-b323-843ba0d9d759 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de68c98d-4f12-4f3c-b323-843ba0d9d759 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-de68c98d-4f12-4f3c-b323-843ba0d9d759 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de68c98d-4f12-4f3c-b323-843ba0d9d759 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-de68c98d-4f12-4f3c-b323-843ba0d9d759 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de68c98d-4f12-4f3c-b323-843ba0d9d759 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-de68c98d-4f12-4f3c-b323-843ba0d9d759 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de68c98d-4f12-4f3c-b323-843ba0d9d759 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-de68c98d-4f12-4f3c-b323-843ba0d9d759 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de68c98d-4f12-4f3c-b323-843ba0d9d759 img.shogun-image {
  width: 100%;
}



}
#s-012c7cdc-60c1-48bf-a05e-9c089b95104b {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: left;
}



.shg-c#s-012c7cdc-60c1-48bf-a05e-9c089b95104b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-012c7cdc-60c1-48bf-a05e-9c089b95104b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-012c7cdc-60c1-48bf-a05e-9c089b95104b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-012c7cdc-60c1-48bf-a05e-9c089b95104b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-012c7cdc-60c1-48bf-a05e-9c089b95104b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-012c7cdc-60c1-48bf-a05e-9c089b95104b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-012c7cdc-60c1-48bf-a05e-9c089b95104b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-012c7cdc-60c1-48bf-a05e-9c089b95104b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-012c7cdc-60c1-48bf-a05e-9c089b95104b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-012c7cdc-60c1-48bf-a05e-9c089b95104b img.shogun-image {
  width: 100%;
}



}
#s-e8123b5b-834a-4dee-a563-52ceb320733b {
  border-style: solid;
margin-top: 10px;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 7px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-e8123b5b-834a-4dee-a563-52ceb320733b:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(11, 11, 11, 1) !important;
border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-e8123b5b-834a-4dee-a563-52ceb320733b:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(88, 88, 88, 1) !important;}

  #s-e8123b5b-834a-4dee-a563-52ceb320733b-root {
    text-align: center;
  }


#s-e8123b5b-834a-4dee-a563-52ceb320733b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e8123b5b-834a-4dee-a563-52ceb320733b-root {
    text-align: center;
  }


#s-e8123b5b-834a-4dee-a563-52ceb320733b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e8123b5b-834a-4dee-a563-52ceb320733b-root {
    text-align: center;
  }


#s-e8123b5b-834a-4dee-a563-52ceb320733b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e8123b5b-834a-4dee-a563-52ceb320733b-root {
    text-align: center;
  }


#s-e8123b5b-834a-4dee-a563-52ceb320733b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e8123b5b-834a-4dee-a563-52ceb320733b-root {
    text-align: center;
  }


#s-e8123b5b-834a-4dee-a563-52ceb320733b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-08f6961b-9502-46c5-8ab3-c0ed8cc27c8d {
  margin-top: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-08f6961b-9502-46c5-8ab3-c0ed8cc27c8d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-08f6961b-9502-46c5-8ab3-c0ed8cc27c8d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-08f6961b-9502-46c5-8ab3-c0ed8cc27c8d {
  
}
}@media (max-width: 767px){#s-08f6961b-9502-46c5-8ab3-c0ed8cc27c8d {
  display: none;
}
#s-08f6961b-9502-46c5-8ab3-c0ed8cc27c8d, #wrap-s-08f6961b-9502-46c5-8ab3-c0ed8cc27c8d { display:none !important; }}







#s-08f6961b-9502-46c5-8ab3-c0ed8cc27c8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08f6961b-9502-46c5-8ab3-c0ed8cc27c8d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22c18519-410e-460d-adf6-7f352d1052d2 {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-22c18519-410e-460d-adf6-7f352d1052d2"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 768px) {
[id="s-22c18519-410e-460d-adf6-7f352d1052d2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-22c18519-410e-460d-adf6-7f352d1052d2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-22c18519-410e-460d-adf6-7f352d1052d2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-c0bf9265-5932-404d-8ed6-ed5cff71756a {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: left;
}



.shg-c#s-c0bf9265-5932-404d-8ed6-ed5cff71756a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0bf9265-5932-404d-8ed6-ed5cff71756a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c0bf9265-5932-404d-8ed6-ed5cff71756a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0bf9265-5932-404d-8ed6-ed5cff71756a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c0bf9265-5932-404d-8ed6-ed5cff71756a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0bf9265-5932-404d-8ed6-ed5cff71756a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c0bf9265-5932-404d-8ed6-ed5cff71756a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0bf9265-5932-404d-8ed6-ed5cff71756a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c0bf9265-5932-404d-8ed6-ed5cff71756a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0bf9265-5932-404d-8ed6-ed5cff71756a img.shogun-image {
  width: 100%;
}



}
#s-bcd30234-f443-49b4-a4fb-5caa8c1b6d41 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: left;
}



.shg-c#s-bcd30234-f443-49b4-a4fb-5caa8c1b6d41 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bcd30234-f443-49b4-a4fb-5caa8c1b6d41 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-bcd30234-f443-49b4-a4fb-5caa8c1b6d41 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bcd30234-f443-49b4-a4fb-5caa8c1b6d41 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bcd30234-f443-49b4-a4fb-5caa8c1b6d41 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bcd30234-f443-49b4-a4fb-5caa8c1b6d41 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bcd30234-f443-49b4-a4fb-5caa8c1b6d41 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bcd30234-f443-49b4-a4fb-5caa8c1b6d41 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bcd30234-f443-49b4-a4fb-5caa8c1b6d41 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bcd30234-f443-49b4-a4fb-5caa8c1b6d41 img.shogun-image {
  width: 100%;
}



}
#s-6eb2ac6b-1d64-4ef3-b00a-77ca3f0a7383 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: left;
}



.shg-c#s-6eb2ac6b-1d64-4ef3-b00a-77ca3f0a7383 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6eb2ac6b-1d64-4ef3-b00a-77ca3f0a7383 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6eb2ac6b-1d64-4ef3-b00a-77ca3f0a7383 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6eb2ac6b-1d64-4ef3-b00a-77ca3f0a7383 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6eb2ac6b-1d64-4ef3-b00a-77ca3f0a7383 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6eb2ac6b-1d64-4ef3-b00a-77ca3f0a7383 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6eb2ac6b-1d64-4ef3-b00a-77ca3f0a7383 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6eb2ac6b-1d64-4ef3-b00a-77ca3f0a7383 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6eb2ac6b-1d64-4ef3-b00a-77ca3f0a7383 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6eb2ac6b-1d64-4ef3-b00a-77ca3f0a7383 img.shogun-image {
  width: 100%;
}



}
#s-2b948824-bbad-4d83-874b-e5b62c6521bf {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: left;
}



.shg-c#s-2b948824-bbad-4d83-874b-e5b62c6521bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b948824-bbad-4d83-874b-e5b62c6521bf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2b948824-bbad-4d83-874b-e5b62c6521bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b948824-bbad-4d83-874b-e5b62c6521bf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2b948824-bbad-4d83-874b-e5b62c6521bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b948824-bbad-4d83-874b-e5b62c6521bf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2b948824-bbad-4d83-874b-e5b62c6521bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b948824-bbad-4d83-874b-e5b62c6521bf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2b948824-bbad-4d83-874b-e5b62c6521bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b948824-bbad-4d83-874b-e5b62c6521bf img.shogun-image {
  width: 100%;
}



}
#s-8bdb78f4-af24-40e1-8eaf-a4095549ed52 {
  border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 7px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-8bdb78f4-af24-40e1-8eaf-a4095549ed52:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(11, 11, 11, 1) !important;
border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-8bdb78f4-af24-40e1-8eaf-a4095549ed52:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(88, 88, 88, 1) !important;}

  #s-8bdb78f4-af24-40e1-8eaf-a4095549ed52-root {
    text-align: center;
  }


#s-8bdb78f4-af24-40e1-8eaf-a4095549ed52.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8bdb78f4-af24-40e1-8eaf-a4095549ed52-root {
    text-align: center;
  }


#s-8bdb78f4-af24-40e1-8eaf-a4095549ed52.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8bdb78f4-af24-40e1-8eaf-a4095549ed52-root {
    text-align: center;
  }


#s-8bdb78f4-af24-40e1-8eaf-a4095549ed52.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8bdb78f4-af24-40e1-8eaf-a4095549ed52-root {
    text-align: center;
  }


#s-8bdb78f4-af24-40e1-8eaf-a4095549ed52.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8bdb78f4-af24-40e1-8eaf-a4095549ed52-root {
    text-align: center;
  }


#s-8bdb78f4-af24-40e1-8eaf-a4095549ed52.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-bf80663c-f0e6-4720-bc9e-f450faf38b4b {
  padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-bf80663c-f0e6-4720-bc9e-f450faf38b4b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bf80663c-f0e6-4720-bc9e-f450faf38b4b {
  
}
}







#s-bf80663c-f0e6-4720-bc9e-f450faf38b4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf80663c-f0e6-4720-bc9e-f450faf38b4b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b7f2201-df54-4390-9cc9-3fe8c1671924 {
  min-height: 100px;
}

@media (min-width: 0px) {
[id="s-0b7f2201-df54-4390-9cc9-3fe8c1671924"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b7f2201-df54-4390-9cc9-3fe8c1671924"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0b7f2201-df54-4390-9cc9-3fe8c1671924"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b7f2201-df54-4390-9cc9-3fe8c1671924"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-debeba6e-33da-4096-8bd5-bdffe5b6923f {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px){#s-debeba6e-33da-4096-8bd5-bdffe5b6923f {
  margin-bottom: 25px;
}
}







#s-debeba6e-33da-4096-8bd5-bdffe5b6923f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-debeba6e-33da-4096-8bd5-bdffe5b6923f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d35e5525-bf05-4bb4-8dc8-2df32ce3546e {
  margin-bottom: 10px;
text-align: center;
}







  #s-d35e5525-bf05-4bb4-8dc8-2df32ce3546e img.shogun-image {
    

    
    
    
  }


#s-d35e5525-bf05-4bb4-8dc8-2df32ce3546e .shogun-image-content {
  
    align-items: center;
  
}

#s-5298628c-4108-4a25-b9b5-607f17b08c5f {
  margin-top: 0px;
margin-bottom: 10px;
}

#s-8cf2db14-f802-4afa-b6a8-aec083e971f1 {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px){#s-8cf2db14-f802-4afa-b6a8-aec083e971f1 {
  margin-bottom: 25px;
}
}







#s-8cf2db14-f802-4afa-b6a8-aec083e971f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8cf2db14-f802-4afa-b6a8-aec083e971f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9a9339f-ab5c-472d-985b-42b7379556f3 {
  margin-bottom: 10px;
text-align: center;
}







  #s-a9a9339f-ab5c-472d-985b-42b7379556f3 img.shogun-image {
    

    
    
    
  }


#s-a9a9339f-ab5c-472d-985b-42b7379556f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-a2245498-c763-4a27-8e36-b823599ba303 {
  margin-top: 0px;
margin-bottom: 10px;
}

#s-0f43fd89-8f5f-4c9b-b8b5-72441cc66431 {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
background-color: rgba(255, 255, 255, 0.1);
}








#s-0f43fd89-8f5f-4c9b-b8b5-72441cc66431 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f43fd89-8f5f-4c9b-b8b5-72441cc66431.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e0955301-1a1a-4bf5-aada-43ad3d776a16 {
  margin-bottom: 10px;
text-align: center;
}







  #s-e0955301-1a1a-4bf5-aada-43ad3d776a16 img.shogun-image {
    

    
    
    
  }


#s-e0955301-1a1a-4bf5-aada-43ad3d776a16 .shogun-image-content {
  
    align-items: center;
  
}

#s-621a1f3a-5032-4fb2-8cef-659c1cee7a2c {
  margin-top: 0px;
margin-bottom: 10px;
}

#s-6cd74466-80be-4311-befd-15dd5498d568 {
  margin-top: 10px;
min-height: 0px;
}
@media (min-width: 1200px){#s-6cd74466-80be-4311-befd-15dd5498d568 {
  display: none;
}
#s-6cd74466-80be-4311-befd-15dd5498d568, #wrap-s-6cd74466-80be-4311-befd-15dd5498d568 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6cd74466-80be-4311-befd-15dd5498d568 {
  display: none;
}
#s-6cd74466-80be-4311-befd-15dd5498d568, #wrap-s-6cd74466-80be-4311-befd-15dd5498d568 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6cd74466-80be-4311-befd-15dd5498d568 {
  display: none;
}
#s-6cd74466-80be-4311-befd-15dd5498d568, #wrap-s-6cd74466-80be-4311-befd-15dd5498d568 { display:none !important; }}







#s-6cd74466-80be-4311-befd-15dd5498d568 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6cd74466-80be-4311-befd-15dd5498d568.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a7e3aecd-b335-4de6-9ff4-1b8ebc595324 {
  margin-left: 3%;
margin-bottom: 5px;
margin-right: 3%;
}

@media (max-width: 767px){#s-fd75b251-27da-4eb6-81af-e216d53e02bb {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
}
}
@media (min-width: 0px) {
[id="s-fd75b251-27da-4eb6-81af-e216d53e02bb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-fd75b251-27da-4eb6-81af-e216d53e02bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-fd75b251-27da-4eb6-81af-e216d53e02bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-fd75b251-27da-4eb6-81af-e216d53e02bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-5a11d8be-e467-4db9-97c0-b326befbe2ff {
  background-repeat: no-repeat;
background-size: cover;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 225px;
background-position: center center;
}








#s-5a11d8be-e467-4db9-97c0-b326befbe2ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a11d8be-e467-4db9-97c0-b326befbe2ff {
  cursor: pointer;
}#s-5a11d8be-e467-4db9-97c0-b326befbe2ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b258d29-93f2-4c9e-a29a-20e817566677 {
  background-repeat: no-repeat;
background-size: cover;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 225px;
max-width: 225px;
background-position: center center;
}








#s-2b258d29-93f2-4c9e-a29a-20e817566677 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b258d29-93f2-4c9e-a29a-20e817566677 {
  cursor: pointer;
}#s-2b258d29-93f2-4c9e-a29a-20e817566677.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-72ea50f7-4bec-4c63-b1a6-8746c795de67 {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
}
@media (min-width: 1200px){#s-72ea50f7-4bec-4c63-b1a6-8746c795de67 {
  display: none;
}
#s-72ea50f7-4bec-4c63-b1a6-8746c795de67, #wrap-s-72ea50f7-4bec-4c63-b1a6-8746c795de67 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-72ea50f7-4bec-4c63-b1a6-8746c795de67 {
  display: none;
}
#s-72ea50f7-4bec-4c63-b1a6-8746c795de67, #wrap-s-72ea50f7-4bec-4c63-b1a6-8746c795de67 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-72ea50f7-4bec-4c63-b1a6-8746c795de67 {
  display: none;
}
#s-72ea50f7-4bec-4c63-b1a6-8746c795de67, #wrap-s-72ea50f7-4bec-4c63-b1a6-8746c795de67 { display:none !important; }}@media (max-width: 767px){#s-72ea50f7-4bec-4c63-b1a6-8746c795de67 {
  display: none;
}
#s-72ea50f7-4bec-4c63-b1a6-8746c795de67, #wrap-s-72ea50f7-4bec-4c63-b1a6-8746c795de67 { display:none !important; }}







#s-72ea50f7-4bec-4c63-b1a6-8746c795de67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72ea50f7-4bec-4c63-b1a6-8746c795de67.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-13aa127b-6455-4496-8db7-427c535e66d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-13aa127b-6455-4496-8db7-427c535e66d6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-13aa127b-6455-4496-8db7-427c535e66d6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-13aa127b-6455-4496-8db7-427c535e66d6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-40de27e4-d853-4dfd-b43d-ab60b7f41f7c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-40de27e4-d853-4dfd-b43d-ab60b7f41f7c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-40de27e4-d853-4dfd-b43d-ab60b7f41f7c {
  
}
}@media (max-width: 767px){#s-40de27e4-d853-4dfd-b43d-ab60b7f41f7c {
  margin-top: 25px;
}
}







#s-40de27e4-d853-4dfd-b43d-ab60b7f41f7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40de27e4-d853-4dfd-b43d-ab60b7f41f7c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee4654cb-483d-4bbc-a0eb-d3920c5e8997 {
  margin-bottom: 20px;
padding-top: 2px;
padding-bottom: 2px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-ee4654cb-483d-4bbc-a0eb-d3920c5e8997 .shogun-heading-component h1 {
  color: rgba(254, 254, 254, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-e0f16e2f-a727-4049-9116-beea39d3d8d0 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-e0f16e2f-a727-4049-9116-beea39d3d8d0 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-e0f16e2f-a727-4049-9116-beea39d3d8d0 .shg-sld-nav-button.shg-sld-left,
#s-e0f16e2f-a727-4049-9116-beea39d3d8d0 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-7b9b66e2-01ac-4cb1-85d0-626c2b048592 {
  text-align: center;
}







  #s-7b9b66e2-01ac-4cb1-85d0-626c2b048592 img.shogun-image {
    

    
    
    
  }


#s-7b9b66e2-01ac-4cb1-85d0-626c2b048592 .shogun-image-content {
  
    align-items: center;
  
}

#s-91c03718-192c-40af-a285-d99e205f7b23 {
  text-align: center;
}







  #s-91c03718-192c-40af-a285-d99e205f7b23 img.shogun-image {
    

    
    
    
  }


#s-91c03718-192c-40af-a285-d99e205f7b23 .shogun-image-content {
  
    align-items: center;
  
}

#s-3d94c7e6-b12f-40ba-aaa1-6acfae383753 {
  text-align: center;
}







  #s-3d94c7e6-b12f-40ba-aaa1-6acfae383753 img.shogun-image {
    

    
    
    
  }


#s-3d94c7e6-b12f-40ba-aaa1-6acfae383753 .shogun-image-content {
  
    align-items: center;
  
}

#s-60f56cc7-0603-4db1-826c-e2a0ba1be905 {
  text-align: center;
}







  #s-60f56cc7-0603-4db1-826c-e2a0ba1be905 img.shogun-image {
    

    
    
    
  }


#s-60f56cc7-0603-4db1-826c-e2a0ba1be905 .shogun-image-content {
  
    align-items: center;
  
}

#s-8ddea097-9c09-4e84-bfd1-133afaeae92f {
  text-align: center;
}







  #s-8ddea097-9c09-4e84-bfd1-133afaeae92f img.shogun-image {
    

    
    
    
  }


#s-8ddea097-9c09-4e84-bfd1-133afaeae92f .shogun-image-content {
  
    align-items: center;
  
}

#s-55c278a6-9ace-477f-b985-f2a3ef1a3f3f {
  text-align: center;
}







  #s-55c278a6-9ace-477f-b985-f2a3ef1a3f3f img.shogun-image {
    

    
    
    
  }


#s-55c278a6-9ace-477f-b985-f2a3ef1a3f3f .shogun-image-content {
  
    align-items: center;
  
}

#s-a2c93b00-a536-4cc4-b673-4318fba3cd12 {
  text-align: center;
}







  #s-a2c93b00-a536-4cc4-b673-4318fba3cd12 img.shogun-image {
    

    
    
    
  }


#s-a2c93b00-a536-4cc4-b673-4318fba3cd12 .shogun-image-content {
  
    align-items: center;
  
}

#s-f1e23c8f-2984-4dc8-b27b-55395e1eaf50 {
  text-align: center;
}







  #s-f1e23c8f-2984-4dc8-b27b-55395e1eaf50 img.shogun-image {
    

    
    
    
  }


#s-f1e23c8f-2984-4dc8-b27b-55395e1eaf50 .shogun-image-content {
  
    align-items: center;
  
}

#s-1efad210-566b-4ef2-91f7-656aae48e9e7 {
  min-height: 50px;
}
@media (max-width: 767px){#s-1efad210-566b-4ef2-91f7-656aae48e9e7 {
  margin-top: 25px;
}
}







#s-1efad210-566b-4ef2-91f7-656aae48e9e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1efad210-566b-4ef2-91f7-656aae48e9e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-90f5167d-eb13-4c2e-88f3-ce99ec1388d9 {
  margin-bottom: 20px;
padding-top: 2px;
padding-bottom: 2px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-90f5167d-eb13-4c2e-88f3-ce99ec1388d9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-808edf06-462d-4d78-9256-ac6d7fc3eb65 {
  margin-top: 100px;
margin-bottom: 100px;
}

#s-808edf06-462d-4d78-9256-ac6d7fc3eb65 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-808edf06-462d-4d78-9256-ac6d7fc3eb65 .shg-sld-nav-button.shg-sld-left,
#s-808edf06-462d-4d78-9256-ac6d7fc3eb65 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-578fd43a-55f7-4f14-937b-5488bfb5406a {
  text-align: center;
}







  #s-578fd43a-55f7-4f14-937b-5488bfb5406a img.shogun-image {
    

    
    
    
  }


#s-578fd43a-55f7-4f14-937b-5488bfb5406a .shogun-image-content {
  
    align-items: center;
  
}

#s-7e2a78bc-9ef9-4e80-8b49-d2ca19fcf376 {
  text-align: center;
}







  #s-7e2a78bc-9ef9-4e80-8b49-d2ca19fcf376 img.shogun-image {
    

    
    
    
  }


#s-7e2a78bc-9ef9-4e80-8b49-d2ca19fcf376 .shogun-image-content {
  
    align-items: center;
  
}

#s-ee54f7a5-9075-4865-838f-f2b7bddb500a {
  text-align: center;
}







  #s-ee54f7a5-9075-4865-838f-f2b7bddb500a img.shogun-image {
    

    
    
    
  }


#s-ee54f7a5-9075-4865-838f-f2b7bddb500a .shogun-image-content {
  
    align-items: center;
  
}

#s-b2241678-3c21-4a85-99f2-66cab2e345d4 {
  text-align: center;
}







  #s-b2241678-3c21-4a85-99f2-66cab2e345d4 img.shogun-image {
    

    
    
    
  }


#s-b2241678-3c21-4a85-99f2-66cab2e345d4 .shogun-image-content {
  
    align-items: center;
  
}

#s-ebf947d8-126b-4158-aa2d-b7b0a26796d2 {
  text-align: center;
}







  #s-ebf947d8-126b-4158-aa2d-b7b0a26796d2 img.shogun-image {
    

    
    
    
  }


#s-ebf947d8-126b-4158-aa2d-b7b0a26796d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-8342515d-bc10-4632-8f67-cb5e82fd0606 {
  text-align: center;
}







  #s-8342515d-bc10-4632-8f67-cb5e82fd0606 img.shogun-image {
    

    
    
    
  }


#s-8342515d-bc10-4632-8f67-cb5e82fd0606 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d956dad-3eec-4dfe-a1dc-87f9e951976b {
  text-align: center;
}







  #s-2d956dad-3eec-4dfe-a1dc-87f9e951976b img.shogun-image {
    

    
    
    
  }


#s-2d956dad-3eec-4dfe-a1dc-87f9e951976b .shogun-image-content {
  
    align-items: center;
  
}

#s-fc570a96-ac93-4168-ade8-433f7eb80169 {
  text-align: center;
}







  #s-fc570a96-ac93-4168-ade8-433f7eb80169 img.shogun-image {
    

    
    
    
  }


#s-fc570a96-ac93-4168-ade8-433f7eb80169 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ca149bd-f28d-4efe-b572-debcca8f5053 {
  text-align: center;
}







  #s-0ca149bd-f28d-4efe-b572-debcca8f5053 img.shogun-image {
    

    
    
    
  }


#s-0ca149bd-f28d-4efe-b572-debcca8f5053 .shogun-image-content {
  
    align-items: center;
  
}

#s-d8ac13a7-8cbb-4230-ad77-004a28e00658 {
  min-height: 50px;
}
@media (max-width: 767px){#s-d8ac13a7-8cbb-4230-ad77-004a28e00658 {
  margin-top: 25px;
}
}







#s-d8ac13a7-8cbb-4230-ad77-004a28e00658 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8ac13a7-8cbb-4230-ad77-004a28e00658.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d512627f-242e-4c4e-b080-deb85d5feb66 {
  margin-bottom: 20px;
padding-top: 2px;
padding-bottom: 2px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-d512627f-242e-4c4e-b080-deb85d5feb66 .shogun-heading-component h1 {
  color: rgba(254, 254, 254, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-339561d6-c344-4741-88bb-3eff074cc4dc {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-339561d6-c344-4741-88bb-3eff074cc4dc .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-339561d6-c344-4741-88bb-3eff074cc4dc .shg-sld-nav-button.shg-sld-left,
#s-339561d6-c344-4741-88bb-3eff074cc4dc .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-fb401bbc-3b56-4f49-a937-f7cf7fb120f8 {
  text-align: center;
}







  #s-fb401bbc-3b56-4f49-a937-f7cf7fb120f8 img.shogun-image {
    

    
    
    
  }


#s-fb401bbc-3b56-4f49-a937-f7cf7fb120f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-eb654cc5-3104-443f-8545-0bd50781edfc {
  text-align: center;
}







  #s-eb654cc5-3104-443f-8545-0bd50781edfc img.shogun-image {
    

    
    
    
  }


#s-eb654cc5-3104-443f-8545-0bd50781edfc .shogun-image-content {
  
    align-items: center;
  
}

#s-330c86af-564c-4d40-90cb-006779efb7b7 {
  text-align: center;
}







  #s-330c86af-564c-4d40-90cb-006779efb7b7 img.shogun-image {
    

    
    
    
  }


#s-330c86af-564c-4d40-90cb-006779efb7b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-41c20e31-7080-464e-815a-01ecae81cb0a {
  text-align: center;
}







  #s-41c20e31-7080-464e-815a-01ecae81cb0a img.shogun-image {
    

    
    
    
  }


#s-41c20e31-7080-464e-815a-01ecae81cb0a .shogun-image-content {
  
    align-items: center;
  
}

#s-72b888b6-cc9c-4072-81d0-4740393a4c3f {
  text-align: center;
}







  #s-72b888b6-cc9c-4072-81d0-4740393a4c3f img.shogun-image {
    

    
    
    
  }


#s-72b888b6-cc9c-4072-81d0-4740393a4c3f .shogun-image-content {
  
    align-items: center;
  
}

#s-f3e296b1-7bb4-4bb9-b546-d253324853ae {
  text-align: center;
}







  #s-f3e296b1-7bb4-4bb9-b546-d253324853ae img.shogun-image {
    

    
    
    
  }


#s-f3e296b1-7bb4-4bb9-b546-d253324853ae .shogun-image-content {
  
    align-items: center;
  
}

#s-f9fc1579-a141-4ffc-a6c5-7bd383de67a2 {
  text-align: center;
}







  #s-f9fc1579-a141-4ffc-a6c5-7bd383de67a2 img.shogun-image {
    

    
    
    
  }


#s-f9fc1579-a141-4ffc-a6c5-7bd383de67a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-99b30111-55b7-491b-bb04-c734e0f0cfdd {
  text-align: center;
}







  #s-99b30111-55b7-491b-bb04-c734e0f0cfdd img.shogun-image {
    

    
    
    
  }


#s-99b30111-55b7-491b-bb04-c734e0f0cfdd .shogun-image-content {
  
    align-items: center;
  
}

#s-cb222f77-2a0b-4d8b-ad8b-673ac05917cf {
  text-align: center;
}







  #s-cb222f77-2a0b-4d8b-ad8b-673ac05917cf img.shogun-image {
    

    
    
    
  }


#s-cb222f77-2a0b-4d8b-ad8b-673ac05917cf .shogun-image-content {
  
    align-items: center;
  
}

#s-dea58f04-a3bb-4963-abcd-38894e62cbc6 {
  text-align: center;
}







  #s-dea58f04-a3bb-4963-abcd-38894e62cbc6 img.shogun-image {
    

    
    
    
  }


#s-dea58f04-a3bb-4963-abcd-38894e62cbc6 .shogun-image-content {
  
    align-items: center;
  
}

#s-f7f7d32e-6c5c-4c2e-ab7e-aa61ade358d7 {
  text-align: center;
}







  #s-f7f7d32e-6c5c-4c2e-ab7e-aa61ade358d7 img.shogun-image {
    

    
    
    
  }


#s-f7f7d32e-6c5c-4c2e-ab7e-aa61ade358d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-56947613-920e-4ecd-bd8c-995cceb1d4eb {
  text-align: center;
}







  #s-56947613-920e-4ecd-bd8c-995cceb1d4eb img.shogun-image {
    

    
    
    
  }


#s-56947613-920e-4ecd-bd8c-995cceb1d4eb .shogun-image-content {
  
    align-items: center;
  
}

#s-95e0e420-a93d-4d8f-940e-5d712617389e {
  text-align: center;
}







  #s-95e0e420-a93d-4d8f-940e-5d712617389e img.shogun-image {
    

    
    
    
  }


#s-95e0e420-a93d-4d8f-940e-5d712617389e .shogun-image-content {
  
    align-items: center;
  
}

#s-117ca205-5084-46b7-8eb0-9d8034110ea4 {
  text-align: center;
}







  #s-117ca205-5084-46b7-8eb0-9d8034110ea4 img.shogun-image {
    

    
    
    
  }


#s-117ca205-5084-46b7-8eb0-9d8034110ea4 .shogun-image-content {
  
    align-items: center;
  
}

#s-3c9c030b-b655-4610-b614-8676e1f5e4d2 {
  padding-top: 50px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-3c9c030b-b655-4610-b614-8676e1f5e4d2 {
  display: none;
}
#s-3c9c030b-b655-4610-b614-8676e1f5e4d2, #wrap-s-3c9c030b-b655-4610-b614-8676e1f5e4d2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3c9c030b-b655-4610-b614-8676e1f5e4d2 {
  display: none;
}
#s-3c9c030b-b655-4610-b614-8676e1f5e4d2, #wrap-s-3c9c030b-b655-4610-b614-8676e1f5e4d2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3c9c030b-b655-4610-b614-8676e1f5e4d2 {
  display: none;
}
#s-3c9c030b-b655-4610-b614-8676e1f5e4d2, #wrap-s-3c9c030b-b655-4610-b614-8676e1f5e4d2 { display:none !important; }}@media (max-width: 767px){#s-3c9c030b-b655-4610-b614-8676e1f5e4d2 {
  display: none;
}
#s-3c9c030b-b655-4610-b614-8676e1f5e4d2, #wrap-s-3c9c030b-b655-4610-b614-8676e1f5e4d2 { display:none !important; }}







#s-3c9c030b-b655-4610-b614-8676e1f5e4d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c9c030b-b655-4610-b614-8676e1f5e4d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dae47ea3-147b-4a62-a90b-4f8e74b5e5c1 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-dae47ea3-147b-4a62-a90b-4f8e74b5e5c1 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  letter-spacing: 2px;
  
}


@media (max-width: 767px){#s-dae47ea3-147b-4a62-a90b-4f8e74b5e5c1 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 2px;
  
}


}
#s-28ca8bba-5ddc-44d8-903d-ada66fac8ef2 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}
@media (min-width: 1200px){#s-28ca8bba-5ddc-44d8-903d-ada66fac8ef2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-28ca8bba-5ddc-44d8-903d-ada66fac8ef2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-28ca8bba-5ddc-44d8-903d-ada66fac8ef2 {
  
}
}@media (max-width: 767px){#s-28ca8bba-5ddc-44d8-903d-ada66fac8ef2 {
  
}
}







#s-28ca8bba-5ddc-44d8-903d-ada66fac8ef2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28ca8bba-5ddc-44d8-903d-ada66fac8ef2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-efb80b44-7665-4eef-9b66-a199e33f3da8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-efb80b44-7665-4eef-9b66-a199e33f3da8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-efb80b44-7665-4eef-9b66-a199e33f3da8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-efb80b44-7665-4eef-9b66-a199e33f3da8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 0px) {
[id="s-60a4e0d0-6041-4dc9-8532-1ee602693aa5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-60a4e0d0-6041-4dc9-8532-1ee602693aa5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-60a4e0d0-6041-4dc9-8532-1ee602693aa5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-60a4e0d0-6041-4dc9-8532-1ee602693aa5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-637ba605-93cb-4b5b-bad7-392e3ea76ea2 {
  text-align: center;
}







  #s-637ba605-93cb-4b5b-bad7-392e3ea76ea2 img.shogun-image {
    

    
    
    
  }


#s-637ba605-93cb-4b5b-bad7-392e3ea76ea2 .shogun-image-content {
  
    align-items: center;
  
}

#s-5d2ccd93-bfb7-4f11-b674-8bf8463954c1 {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-5d2ccd93-bfb7-4f11-b674-8bf8463954c1 {
  margin-left: 0px;
margin-bottom: 60px;
margin-right: 0px;
}
}







#s-5d2ccd93-bfb7-4f11-b674-8bf8463954c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d2ccd93-bfb7-4f11-b674-8bf8463954c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93b5ca48-4224-4126-81cb-7b5279c22964 {
  text-align: center;
}







  #s-93b5ca48-4224-4126-81cb-7b5279c22964 img.shogun-image {
    

    
    
    
  }


#s-93b5ca48-4224-4126-81cb-7b5279c22964 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-48f01375-2c38-4767-a177-79882189fb47"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-48f01375-2c38-4767-a177-79882189fb47"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-48f01375-2c38-4767-a177-79882189fb47"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-48f01375-2c38-4767-a177-79882189fb47"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-920bd4d7-5f0a-4be1-957e-840a8d8bb5dd {
  text-align: center;
}







  #s-920bd4d7-5f0a-4be1-957e-840a8d8bb5dd img.shogun-image {
    

    
    
    
  }


#s-920bd4d7-5f0a-4be1-957e-840a8d8bb5dd .shogun-image-content {
  
    align-items: center;
  
}

#s-3dd1b691-7319-4e07-bc30-178fcab9d409 {
  min-height: 50px;
}
@media (max-width: 767px){#s-3dd1b691-7319-4e07-bc30-178fcab9d409 {
  margin-left: 0px;
margin-right: 0px;
}
}







#s-3dd1b691-7319-4e07-bc30-178fcab9d409 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3dd1b691-7319-4e07-bc30-178fcab9d409.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d74b0b7-66fa-4c21-9e1d-63763da9cee9 {
  text-align: center;
}







  #s-9d74b0b7-66fa-4c21-9e1d-63763da9cee9 img.shogun-image {
    

    
    
    
  }


#s-9d74b0b7-66fa-4c21-9e1d-63763da9cee9 .shogun-image-content {
  
    align-items: center;
  
}

#s-774fb7e1-e82c-4791-8641-a228631519ec {
  min-height: 50px;
background-attachment: scroll;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-774fb7e1-e82c-4791-8641-a228631519ec {
  display: none;
}
#s-774fb7e1-e82c-4791-8641-a228631519ec, #wrap-s-774fb7e1-e82c-4791-8641-a228631519ec { display:none !important; }}@media (max-width: 767px){#s-774fb7e1-e82c-4791-8641-a228631519ec {
  display: none;
}
#s-774fb7e1-e82c-4791-8641-a228631519ec, #wrap-s-774fb7e1-e82c-4791-8641-a228631519ec { display:none !important; }}







#s-774fb7e1-e82c-4791-8641-a228631519ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-774fb7e1-e82c-4791-8641-a228631519ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b54b351-9907-4a78-9d87-dcee143947c6 {
  margin-top: 25px;
padding-left: 10%;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-3b54b351-9907-4a78-9d87-dcee143947c6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b54b351-9907-4a78-9d87-dcee143947c6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-3b54b351-9907-4a78-9d87-dcee143947c6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-3b54b351-9907-4a78-9d87-dcee143947c6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-29ed0284-83b7-4b31-9aec-c847b0a421c5 {
  min-height: 50px;
}
@media (max-width: 767px){#s-29ed0284-83b7-4b31-9aec-c847b0a421c5 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 60px;
margin-right: 0px;
}
}







#s-29ed0284-83b7-4b31-9aec-c847b0a421c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29ed0284-83b7-4b31-9aec-c847b0a421c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f6bbb62-172f-4a64-abe5-56f05ee5d1c5 {
  text-align: center;
}







  #s-1f6bbb62-172f-4a64-abe5-56f05ee5d1c5 img.shogun-image {
    

    
    
    
  }


#s-1f6bbb62-172f-4a64-abe5-56f05ee5d1c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-90cc9ad0-089f-4d5c-ac79-bbb009d24f4e {
  text-align: center;
}







  #s-90cc9ad0-089f-4d5c-ac79-bbb009d24f4e img.shogun-image {
    

    
    
    
  }


#s-90cc9ad0-089f-4d5c-ac79-bbb009d24f4e .shogun-image-content {
  
    align-items: center;
  
}

#s-3611971c-96b1-4daf-8afa-3ceb6418b7e2 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-attachment: scroll;
background-position: center center;
}
@media (min-width: 1200px){#s-3611971c-96b1-4daf-8afa-3ceb6418b7e2 {
  display: none;
}
#s-3611971c-96b1-4daf-8afa-3ceb6418b7e2, #wrap-s-3611971c-96b1-4daf-8afa-3ceb6418b7e2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3611971c-96b1-4daf-8afa-3ceb6418b7e2 {
  display: none;
}
#s-3611971c-96b1-4daf-8afa-3ceb6418b7e2, #wrap-s-3611971c-96b1-4daf-8afa-3ceb6418b7e2 { display:none !important; }}







#s-3611971c-96b1-4daf-8afa-3ceb6418b7e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3611971c-96b1-4daf-8afa-3ceb6418b7e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c3e9237-d119-4b25-a498-dd6afbc33fd4 {
  margin-top: 25px;
padding-left: 10%;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-6c3e9237-d119-4b25-a498-dd6afbc33fd4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c3e9237-d119-4b25-a498-dd6afbc33fd4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-6c3e9237-d119-4b25-a498-dd6afbc33fd4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-6c3e9237-d119-4b25-a498-dd6afbc33fd4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-99f0694f-7479-4e67-873e-853e16f58c3f {
  min-height: 50px;
}
@media (max-width: 767px){#s-99f0694f-7479-4e67-873e-853e16f58c3f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 60px;
margin-right: 0px;
}
}







#s-99f0694f-7479-4e67-873e-853e16f58c3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99f0694f-7479-4e67-873e-853e16f58c3f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b8d05881-234e-42b0-b781-71b69ca84158 {
  text-align: center;
}







  #s-b8d05881-234e-42b0-b781-71b69ca84158 img.shogun-image {
    

    
    
    
  }


#s-b8d05881-234e-42b0-b781-71b69ca84158 .shogun-image-content {
  
    align-items: center;
  
}

#s-90e7e07a-6df8-4374-8a8e-9d4a4d71915e {
  text-align: center;
}







  #s-90e7e07a-6df8-4374-8a8e-9d4a4d71915e img.shogun-image {
    

    
    
    
  }


#s-90e7e07a-6df8-4374-8a8e-9d4a4d71915e .shogun-image-content {
  
    align-items: center;
  
}

#s-6c3c6039-a53c-44a6-8662-c0dd5255811c {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
min-height: 50px;
}
@media (min-width: 1200px){#s-6c3c6039-a53c-44a6-8662-c0dd5255811c {
  display: none;
}
#s-6c3c6039-a53c-44a6-8662-c0dd5255811c, #wrap-s-6c3c6039-a53c-44a6-8662-c0dd5255811c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6c3c6039-a53c-44a6-8662-c0dd5255811c {
  display: none;
}
#s-6c3c6039-a53c-44a6-8662-c0dd5255811c, #wrap-s-6c3c6039-a53c-44a6-8662-c0dd5255811c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6c3c6039-a53c-44a6-8662-c0dd5255811c {
  display: none;
}
#s-6c3c6039-a53c-44a6-8662-c0dd5255811c, #wrap-s-6c3c6039-a53c-44a6-8662-c0dd5255811c { display:none !important; }}







#s-6c3c6039-a53c-44a6-8662-c0dd5255811c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c3c6039-a53c-44a6-8662-c0dd5255811c.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-85532bd9-5f03-4688-bc57-a613d28a90a2 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 7px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-85532bd9-5f03-4688-bc57-a613d28a90a2:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(11, 11, 11, 1) !important;
border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-85532bd9-5f03-4688-bc57-a613d28a90a2:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(88, 88, 88, 1) !important;}

  #s-85532bd9-5f03-4688-bc57-a613d28a90a2-root {
    text-align: center;
  }


#s-85532bd9-5f03-4688-bc57-a613d28a90a2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-85532bd9-5f03-4688-bc57-a613d28a90a2-root {
    text-align: center;
  }


#s-85532bd9-5f03-4688-bc57-a613d28a90a2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-85532bd9-5f03-4688-bc57-a613d28a90a2-root {
    text-align: center;
  }


#s-85532bd9-5f03-4688-bc57-a613d28a90a2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-85532bd9-5f03-4688-bc57-a613d28a90a2-root {
    text-align: center;
  }


#s-85532bd9-5f03-4688-bc57-a613d28a90a2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-85532bd9-5f03-4688-bc57-a613d28a90a2-root {
    text-align: center;
  }


#s-85532bd9-5f03-4688-bc57-a613d28a90a2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-45bd7e62-d9f8-46da-b09f-cc9923cada28 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-45bd7e62-d9f8-46da-b09f-cc9923cada28 {
  display: none;
}
#s-45bd7e62-d9f8-46da-b09f-cc9923cada28, #wrap-s-45bd7e62-d9f8-46da-b09f-cc9923cada28 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-45bd7e62-d9f8-46da-b09f-cc9923cada28 {
  display: none;
}
#s-45bd7e62-d9f8-46da-b09f-cc9923cada28, #wrap-s-45bd7e62-d9f8-46da-b09f-cc9923cada28 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-45bd7e62-d9f8-46da-b09f-cc9923cada28 {
  display: none;
}
#s-45bd7e62-d9f8-46da-b09f-cc9923cada28, #wrap-s-45bd7e62-d9f8-46da-b09f-cc9923cada28 { display:none !important; }}







#s-45bd7e62-d9f8-46da-b09f-cc9923cada28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45bd7e62-d9f8-46da-b09f-cc9923cada28.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cdb6efd9-a87a-488c-9979-0fb714c3b524 {
  margin-left: 3%;
margin-bottom: 5px;
margin-right: 3%;
}

#s-b2a3e4d0-88f3-440c-84f5-e1886c54fc57 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-bottom: 25px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-b2a3e4d0-88f3-440c-84f5-e1886c54fc57 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b2a3e4d0-88f3-440c-84f5-e1886c54fc57 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b2a3e4d0-88f3-440c-84f5-e1886c54fc57 {
  
}
}







#s-b2a3e4d0-88f3-440c-84f5-e1886c54fc57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2a3e4d0-88f3-440c-84f5-e1886c54fc57.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-099bf85d-7197-42a7-b8e5-cef2c9ca32b4 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 7px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-099bf85d-7197-42a7-b8e5-cef2c9ca32b4:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(11, 11, 11, 1) !important;
border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-099bf85d-7197-42a7-b8e5-cef2c9ca32b4:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(88, 88, 88, 1) !important;}

  #s-099bf85d-7197-42a7-b8e5-cef2c9ca32b4-root {
    text-align: center;
  }


#s-099bf85d-7197-42a7-b8e5-cef2c9ca32b4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-099bf85d-7197-42a7-b8e5-cef2c9ca32b4-root {
    text-align: center;
  }


#s-099bf85d-7197-42a7-b8e5-cef2c9ca32b4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-099bf85d-7197-42a7-b8e5-cef2c9ca32b4-root {
    text-align: center;
  }


#s-099bf85d-7197-42a7-b8e5-cef2c9ca32b4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-099bf85d-7197-42a7-b8e5-cef2c9ca32b4-root {
    text-align: center;
  }


#s-099bf85d-7197-42a7-b8e5-cef2c9ca32b4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-099bf85d-7197-42a7-b8e5-cef2c9ca32b4-root {
    text-align: center;
  }


#s-099bf85d-7197-42a7-b8e5-cef2c9ca32b4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-ed7024ef-f428-4aac-be92-8ed6da3b5f51 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ed7024ef-f428-4aac-be92-8ed6da3b5f51 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ed7024ef-f428-4aac-be92-8ed6da3b5f51 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ed7024ef-f428-4aac-be92-8ed6da3b5f51 {
  
}
}@media (max-width: 767px){#s-ed7024ef-f428-4aac-be92-8ed6da3b5f51 {
  display: none;
}
#s-ed7024ef-f428-4aac-be92-8ed6da3b5f51, #wrap-s-ed7024ef-f428-4aac-be92-8ed6da3b5f51 { display:none !important; }}







#s-ed7024ef-f428-4aac-be92-8ed6da3b5f51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed7024ef-f428-4aac-be92-8ed6da3b5f51.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7454936b-8e5f-4a29-88c2-870599cc89de {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-bottom: 25px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-7454936b-8e5f-4a29-88c2-870599cc89de {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7454936b-8e5f-4a29-88c2-870599cc89de {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7454936b-8e5f-4a29-88c2-870599cc89de {
  
}
}







#s-7454936b-8e5f-4a29-88c2-870599cc89de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7454936b-8e5f-4a29-88c2-870599cc89de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47e238d7-bdef-4428-88fc-2e92a499826f {
  margin-left: 3%;
margin-bottom: 5px;
margin-right: 3%;
}

#s-70bc8786-f97b-4263-bbe9-222dd3eb5ac6 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 7px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-70bc8786-f97b-4263-bbe9-222dd3eb5ac6:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(11, 11, 11, 1) !important;
border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-70bc8786-f97b-4263-bbe9-222dd3eb5ac6:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(88, 88, 88, 1) !important;}

  #s-70bc8786-f97b-4263-bbe9-222dd3eb5ac6-root {
    text-align: center;
  }


#s-70bc8786-f97b-4263-bbe9-222dd3eb5ac6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-70bc8786-f97b-4263-bbe9-222dd3eb5ac6-root {
    text-align: center;
  }


#s-70bc8786-f97b-4263-bbe9-222dd3eb5ac6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-70bc8786-f97b-4263-bbe9-222dd3eb5ac6-root {
    text-align: center;
  }


#s-70bc8786-f97b-4263-bbe9-222dd3eb5ac6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-70bc8786-f97b-4263-bbe9-222dd3eb5ac6-root {
    text-align: center;
  }


#s-70bc8786-f97b-4263-bbe9-222dd3eb5ac6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-70bc8786-f97b-4263-bbe9-222dd3eb5ac6-root {
    text-align: center;
  }


#s-70bc8786-f97b-4263-bbe9-222dd3eb5ac6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-496c0074-e452-4b2b-9eb0-9cb398a57da1 {
  min-height: 50px;
background-color: rgba(250, 250, 255, 1);
}
@media (min-width: 1200px){#s-496c0074-e452-4b2b-9eb0-9cb398a57da1 {
  display: none;
}
#s-496c0074-e452-4b2b-9eb0-9cb398a57da1, #wrap-s-496c0074-e452-4b2b-9eb0-9cb398a57da1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-496c0074-e452-4b2b-9eb0-9cb398a57da1 {
  display: none;
}
#s-496c0074-e452-4b2b-9eb0-9cb398a57da1, #wrap-s-496c0074-e452-4b2b-9eb0-9cb398a57da1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-496c0074-e452-4b2b-9eb0-9cb398a57da1 {
  display: none;
}
#s-496c0074-e452-4b2b-9eb0-9cb398a57da1, #wrap-s-496c0074-e452-4b2b-9eb0-9cb398a57da1 { display:none !important; }}







#s-496c0074-e452-4b2b-9eb0-9cb398a57da1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-496c0074-e452-4b2b-9eb0-9cb398a57da1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-78156853-fb18-4e49-87b5-178b916eaf99 {
  margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
}

#s-ab1867a9-09c9-445b-8f46-f4d5f9a0617f {
  background-attachment: fixed;
min-height: 350px;
}
@media (min-width: 1200px){#s-ab1867a9-09c9-445b-8f46-f4d5f9a0617f {
  display: none;
}
#s-ab1867a9-09c9-445b-8f46-f4d5f9a0617f, #wrap-s-ab1867a9-09c9-445b-8f46-f4d5f9a0617f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ab1867a9-09c9-445b-8f46-f4d5f9a0617f {
  display: none;
}
#s-ab1867a9-09c9-445b-8f46-f4d5f9a0617f, #wrap-s-ab1867a9-09c9-445b-8f46-f4d5f9a0617f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ab1867a9-09c9-445b-8f46-f4d5f9a0617f {
  display: none;
}
#s-ab1867a9-09c9-445b-8f46-f4d5f9a0617f, #wrap-s-ab1867a9-09c9-445b-8f46-f4d5f9a0617f { display:none !important; }}







#s-ab1867a9-09c9-445b-8f46-f4d5f9a0617f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab1867a9-09c9-445b-8f46-f4d5f9a0617f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5c188cba-3239-4882-a5df-a3809f2af1d1 {
  text-align: center;
}







  #s-5c188cba-3239-4882-a5df-a3809f2af1d1 img.shogun-image {
    

    
    
    
  }


#s-5c188cba-3239-4882-a5df-a3809f2af1d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-88798971-4864-41d7-b509-9a7e6ee7a130 {
  min-height: 50px;
}








#s-88798971-4864-41d7-b509-9a7e6ee7a130 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88798971-4864-41d7-b509-9a7e6ee7a130.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97217fb0-16a2-4273-87e3-c1478ca03dcd {
  margin-top: 15px;
margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-97217fb0-16a2-4273-87e3-c1478ca03dcd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97217fb0-16a2-4273-87e3-c1478ca03dcd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-97217fb0-16a2-4273-87e3-c1478ca03dcd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-97217fb0-16a2-4273-87e3-c1478ca03dcd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-c40169cd-74ad-4200-8802-d8701da3e1be {
  margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
padding-top: 5px;
}

#s-300c8e4a-8db8-484c-8fd7-6b10c004e7f2 {
  margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
padding-top: 5px;
}

#s-2db2a697-ad70-4b9e-a4e7-145d3fe3f9ef {
  margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
padding-top: 5px;
}

@media (min-width: 0px) {
[id="s-9832fdaa-cfd8-4097-b2f3-a63dcd826d8b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9832fdaa-cfd8-4097-b2f3-a63dcd826d8b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9832fdaa-cfd8-4097-b2f3-a63dcd826d8b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9832fdaa-cfd8-4097-b2f3-a63dcd826d8b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-4de180e8-af43-40a7-b525-fc79ce87b43e {
  min-height: 80px;
}








#s-4de180e8-af43-40a7-b525-fc79ce87b43e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4de180e8-af43-40a7-b525-fc79ce87b43e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d21ecf4-387e-417b-a904-ee04e3a5e598 {
  margin-left: 35%;
margin-right: 35%;
max-width: 100px;
text-align: center;
}







  #s-2d21ecf4-387e-417b-a904-ee04e3a5e598 img.shogun-image {
    

    
    
    
  }


#s-2d21ecf4-387e-417b-a904-ee04e3a5e598 .shogun-image-content {
  
    align-items: center;
  
}

#s-876980f0-c159-4f02-b05e-fc8537a78836 {
  margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
padding-top: 5px;
}

#s-92a643f9-e778-429a-b38a-9e9c72f32fa9 {
  min-height: 80px;
}








#s-92a643f9-e778-429a-b38a-9e9c72f32fa9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92a643f9-e778-429a-b38a-9e9c72f32fa9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d88b9316-6329-4b98-9a90-e9db181c1744 {
  margin-left: 20%;
margin-right: 20%;
max-width: 250px;
text-align: right;
}







  #s-d88b9316-6329-4b98-9a90-e9db181c1744 img.shogun-image {
    

    
    
    
  }


#s-d88b9316-6329-4b98-9a90-e9db181c1744 .shogun-image-content {
  
    align-items: center;
  
}

#s-906ebb54-3ee7-486c-a977-4cb3a0697138 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 5px;
}

#s-1db65c83-8b89-4cba-b032-4f88ef0ebaaf {
  min-height: 50px;
}








#s-1db65c83-8b89-4cba-b032-4f88ef0ebaaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1db65c83-8b89-4cba-b032-4f88ef0ebaaf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-67674c15-1426-40fe-89e5-2fa7836a4581 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 3%;
padding-right: 3%;
}

#s-67674c15-1426-40fe-89e5-2fa7836a4581 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-67674c15-1426-40fe-89e5-2fa7836a4581 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(250, 250, 255, 1);
  padding: 10px;
}

#s-67674c15-1426-40fe-89e5-2fa7836a4581 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-67674c15-1426-40fe-89e5-2fa7836a4581 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-67674c15-1426-40fe-89e5-2fa7836a4581 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 500;
  font-style: ;
  font-size: 16px;
}

#s-67674c15-1426-40fe-89e5-2fa7836a4581 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-14aa38b9-6ef6-43e4-ab63-5575580c80c3 {
  min-height: 50px;
background-color: rgba(250, 250, 255, 1);
background-attachment: scroll;
}








#s-14aa38b9-6ef6-43e4-ab63-5575580c80c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14aa38b9-6ef6-43e4-ab63-5575580c80c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dcb159ba-4798-4d4b-bf0e-170d6f20279f {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dcb159ba-4798-4d4b-bf0e-170d6f20279f .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}



#s-5c93d380-4c0d-44c1-a387-9d2e26ab4031 {
  text-align: left;
}

#s-a5ed1cf9-8c2e-46b5-8d4c-79651c484058 {
  min-height: 50px;
}








#s-a5ed1cf9-8c2e-46b5-8d4c-79651c484058 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5ed1cf9-8c2e-46b5-8d4c-79651c484058.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:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}