.ft_dinowrap{display:flex;padding-top:20px;padding-bottom:20px;min-width:160px}.ft_hybrids{justify-content:center}.ft_hybrids,.ft_ingredients{height:100%;display:flex;flex-direction:column}.ft_dinobox_wrapper{position:relative;display:flex;width:90px;padding-left:25px}div.ft_thedino{position:relative;width:150px;align-self:center;font-size:15px;font-weight:800;padding-bottom:10px;padding-left:20px;padding-right:20px}.ft_dinobox{width:55px;justify-content:center}.ft_dinoname{grid-column:1/3;font-size:10px;font-weight:700;color:var(--secondaryColor)}.ft_dinoname_large{font-size:14px}.dt_sourceicon{position:absolute;right:20px;top:-13px}.dt_sourceicon_large{position:absolute;right:16px;top:-21px}.ft_ingredient_nester{width:100%;justify-content:flex-end}.ft_hybrid_nester,.ft_ingredient_nester{position:relative;height:100%;display:flex;flex-direction:row;align-items:center}@media (max-width:600px){.ft_dinowrap{flex-direction:column}.ft_ingredients{flex-direction:row;align-items:flex-end}.ft_ingredient_nester{flex-direction:column}.ft_hybrids{flex-direction:row}.ft_hybrid_nester{flex-direction:column}.dt_sourceicon{position:absolute;right:5px;top:20px}.dt_sourceicon_large{position:absolute;right:16px;top:20px}div.ft_thedino{padding-top:40px;padding-bottom:25px}div.ft_thedino_leftdash:before{content:url(/arrowdown.svg);position:absolute;left:calc(50% - 12px);top:-5px}div.ft_thedino_rightdash:after{content:"";position:absolute;width:50%;height:25px;top:calc(100% - 25px);right:0;border-left:1px solid var(--secondaryColor)}.ft_ingredient_nester:not(:first-of-type):before{content:"";position:absolute;width:50%;top:100%;left:0;border-bottom:1px solid var(--secondaryColor)}.ft_ingredient_nester:not(:last-of-type):after{content:"";position:absolute;width:50%;top:100%;left:50%;border-bottom:1px solid var(--secondaryColor)}.ft_hybrid_nester:not(:last-of-type):before{content:"";position:absolute;width:50%;right:0;top:0;border-top:1px solid var(--secondaryColor)}.ft_hybrid_nester:not(:first-of-type):before{content:"";position:absolute;width:51%;left:0;top:0;border-top:1px solid var(--secondaryColor)}.ft_dinobox_wrapper{padding-top:35px;padding-bottom:25px}.ft_dinobox_wrapper_leftdash:before{content:url(/arrowdown.svg);position:absolute;left:calc(50% - 12px);top:-5px}.ft_dinobox_wrapper_rightdash:after{content:"";position:absolute;top:calc(100% - 20px);left:50%;height:21px;border-top:none;border-right:1px solid var(--secondaryColor)}}@media (min-width:600px){.ft_dinowrap{align-items:center}div.ft_thedino{padding-left:35px;padding-right:130px}div.ft_thedino_hybridnarrow{width:140px;padding-right:0}div.ft_thedino_leftdash:before{content:url(/arrowright.svg);position:absolute;top:calc(50% - 12px);left:-5px}div.ft_thedino_rightdash:after{content:"";position:absolute;width:25px;height:50%;top:50%;right:0;border-top:1px solid var(--secondaryColor)}.ft_ingredient_nester:not(:first-of-type):before{content:"";position:absolute;width:25px;height:50%;top:0;border-right:1px solid var(--secondaryColor)}.ft_ingredient_nester:not(:last-of-type):after{content:"";position:absolute;width:25px;height:50%;top:50%;border-right:1px solid var(--secondaryColor)}.ft_hybrid_nester:not(:first-of-type):before{top:0}.ft_hybrid_nester:not(:first-of-type):before,.ft_hybrid_nester:not(:last-of-type):after{content:"";position:absolute;width:25px;height:50%;border-left:1px solid var(--secondaryColor)}.ft_hybrid_nester:not(:last-of-type):after{top:50%}.ft_dinobox_wrapper{padding-left:35px;padding-right:80px}.ft_dinobox_wrapper_hybridnarrow{padding-right:60px}.ft_dinobox_wrapper_leftdash:before{content:url(/arrowright.svg);position:absolute;top:calc(50% - 12px);left:-5px}.ft_dinobox_wrapper_rightdash:after{content:"";position:absolute;width:20px;height:50%;top:50%;right:0;border-top:1px solid var(--secondaryColor)}}.circle{height:17px;width:17px;background-color:#fff;border-radius:50%;display:inline-block}.circle_svg_red{color:var(--legendaryColor)}.circle_svg_yellow{color:var(--goldColor)}.circle_svg_green{color:var(--specialEventColor)}.circle_svg_regular svg{width:30px;height:30px}.circle_svg_large svg{width:45px;height:45px}.tooltip{position:relative;display:inline-block}.tooltip .tooltiptext{visibility:hidden;width:160px;background-color:var(--secondaryColor);color:var(--primaryColor);text-align:center;border-radius:6px;padding:10px;position:absolute;z-index:1;top:27px;right:-136px;font-size:14px;white-space:normal}.tooltip:hover .tooltiptext{visibility:visible}